@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1358.99px) {
  html {
    font-size: calc(100vw / 19.5);
  }
}
@media (min-width: 1359px) and (max-width: 1401.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1402px) and (max-width: 1681.99px) {
  html {
    font-size: calc(100vw / 18.8);
  }
}
@media (min-width: 1682px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 25.6);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 10rem;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    position: relative;
    transition: all 0.5s;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 10rem;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    transition: 0.8s linear 1s;
    transform: scale(1);
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* about */
  .about {
    width: 100%;
    height: 100%;
    padding: 10% 5% 30%;
  }
  .about .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .about .w-1520 .dingbucacb {
    margin-bottom: 1.33333333rem;
  }
  .about .w-1520 .dingbucacb h3 {
    text-align: center;
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .about .w-1520 .dingbucacb .scaicontentu {
    text-align: center;
    font-family: '微软雅黑' !important;
    font-size: 0.53333333rem !important;
    color: #333 !important;
    line-height: 1.8 !important;
    margin-bottom: 0.66666667rem;
  }
  .about .w-1520 .dingbucacb .scaicontentu * {
    font-family: '微软雅黑' !important;
    font-size: 0.53333333rem !important;
    color: #333 !important;
    line-height: 1.8 !important;
  }
  .about .w-1520 .dincduani {
    position: relative;
  }
  .about .w-1520 .dincduani .imgmapconsuc {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 8rem;
    margin: 0 auto;
  }
  .about .w-1520 .dincduani .imgmapconsuc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .w-1520 .dincduani .dinghwiizunsa {
    width: 100%;
    position: absolute;
    top: -6rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn {
    font-size: 0.53333333rem;
    color: #000;
    position: absolute;
    right: 0.53333333rem;
    top: 9.33333333rem;
    padding-left: 1.33333333rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn::before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 50%;
    width: 0.26666667rem;
    height: 0.26666667rem;
    border-radius: 50%;
    background: #e0b13f;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0 0 0 0.26666667rem rgba(224, 177, 63, 0.18);
    animation: dingweidian 1.6s ease-in-out infinite;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn::after {
    content: '';
    position: absolute;
    left: 0.33333333rem;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    border: 2px solid rgba(224, 177, 63, 0.55);
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: dingweishan 1.8s ease-out infinite;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn:nth-child(2) {
    right: 1.33333333rem;
    top: 10.66666667rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn:nth-child(3) {
    right: 6.8rem;
    top: 8rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn:nth-child(4) {
    right: 10.53333333rem;
    top: 8.66666667rem;
  }
  @keyframes dingweidian {
    0% {
      opacity: 1;
      transform: translateY(-50%) scale(1);
      box-shadow: 0 0 0 0.26666667rem rgba(224, 177, 63, 0.18);
    }
    50% {
      opacity: 0.7;
      transform: translateY(-50%) scale(1.12);
      box-shadow: 0 0 0 0.53333333rem rgba(224, 177, 63, 0.1);
    }
    100% {
      opacity: 1;
      transform: translateY(-50%) scale(1);
      box-shadow: 0 0 0 0.26666667rem rgba(224, 177, 63, 0.18);
    }
  }
  @keyframes dingweishan {
    0% {
      opacity: 0.9;
      transform: translate(-50%, -50%) scale(1);
    }
    70% {
      opacity: 0.2;
      transform: translate(-50%, -50%) scale(2.4);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(3);
    }
  }
  .about .w-1520 .dincduani .csmacia {
    position: absolute;
    top: 8rem;
    right: 0;
    width: 100%;
    background-color: #f5ca60;
    border-radius: 0.33333333rem;
    padding: 0.33333333rem;
  }
  .about .w-1520 .dincduani .csmacia .titcnus {
    font-size: 0.53333333rem;
    color: #fff;
    border-bottom: 0.03333333rem solid #fff;
    padding-bottom: 0.33333333rem;
    margin-bottom: 0.33333333rem;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.33333333rem;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact a {
    display: flex;
    gap: 0.33333333rem;
    width: 100%;
    font-size: 0.4rem;
    color: #fff;
    transition: all 0.5s;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact a span {
    font-size: 0.4rem;
    color: #fff;
    transition: all 0.5s;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact .aucnainkj {
    display: flex;
    flex-wrap: wrap;
    gap: 0.33333333rem;
    row-gap: 0;
    width: 100%;
    font-size: 0.4rem;
    color: #fff;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact .aucnainkj span {
    font-size: 0.4rem;
    color: #fff;
  }
  /* 服务项目 */
  .service {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .service .w-1520 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .service .w-1520 .titles {
    text-align: center;
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .service .w-1520 .titles h3 {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.66666667rem;
    text-align: center;
  }
  .service .w-1520 .titles .shansaucu {
    width: 96%;
    margin: 0 auto;
    font-size: 0.53333333rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service .w-1520 .titles .shansaucu * {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .service .scnaiqiehuans {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass {
    position: relative;
    width: 100%;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide {
    transform: scale(0.7);
    transition: all 0.5s;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.33333333rem;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc {
    width: 100%;
    position: relative;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk {
    transition: all 0.5s;
    height: 14rem;
    padding: 0.66666667rem;
    border-radius: 0.33333333rem;
    position: relative;
    overflow: hidden;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc {
    background-color: #ffffffdb;
    width: 91%;
    padding: 0.66666667rem;
    border-radius: 0.33333333rem;
    position: absolute;
    top: 5.66666667rem;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc h3 {
    font-size: 0.66666667rem;
    color: #000;
    position: relative;
    margin-bottom: 0.66666667rem;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc h3::after {
    position: absolute;
    top: 1rem;
    left: 0;
    content: '';
    width: 5.33333333rem;
    height: 0.13333333rem;
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc .contents {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.6 !important;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc .contents * {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.6 !important;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(0.9);
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev {
    left: 1%;
    width: 1.33333333rem;
    height: 1.33333333rem;
    background-color: #fff;
    border-radius: 6.66666667rem;
    box-shadow: 0 0 0.33333333rem 0 #3333333b;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: #f5ca60;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next {
    right: 1%;
    width: 1.33333333rem;
    height: 1.33333333rem;
    background-color: #fff;
    box-shadow: 0 0 0.33333333rem 0 #3333333b;
    border-radius: 6.66666667rem;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: #f5ca60;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev:hover,
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next:hover {
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev:hover .icon,
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next:hover .icon {
    fill: #fff;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev:after {
    content: '';
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next:after {
    content: '';
  }
  .service::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245, 203, 96, 0.8);
  }
  /* 服务理念 */
  .linian {
    width: 100%;
    height: 100%;
    padding: 10% 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .linian .w-1520 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 5%;
  }
  .linian .w-1520 .titles {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .linian .w-1520 .titles h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .linian .w-1520 .titles .shansaucu {
    width: 100%;
    margin: 0 auto;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .linian .w-1520 .titles .shansaucu * {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .linian .w-1520 .sncianc {
    width: 100%;
    position: relative;
    height: 15.33333333rem;
  }
  .linian .w-1520 .sncianc .qiejeindaisn {
    width: 100%;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln {
    padding-left: 1.33333333rem;
    cursor: pointer;
    margin-bottom: 1rem;
    position: relative;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln h3 {
    font-size: 0.66666667rem;
    color: #000;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0.13333333rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #fff;
    border-radius: 6.66666667rem;
    box-shadow: 0 0 0.2rem 0 #3333331d;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.33333333rem;
    left: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #f5ca60;
    border-radius: 6.66666667rem;
    box-shadow: 0 0 0.66666667rem 0 #3333331d;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    top: 7.33333333rem;
    width: 100%;
    height: 10.66666667rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 0.66666667rem 0 #3333331d;
    padding: 1.33333333rem 0.66666667rem;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .imgshi {
    width: 2rem;
    height: 2rem;
    margin: 0 auto 0.66666667rem;
    text-align: center;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .imgshi img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .contentun {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .contentun * {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .linian .w-1520 .sncianc .qiejeindaisn.active .sacmicmvfnj {
    transition: all 0.5s;
    opacity: 1;
  }
  .linian .w-1520 .sncianc .qiejeindaisn.active .cnsinqititeln::after {
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn.active .cnsinqititeln::before {
    background-color: #fff;
    transition: all 0.5s;
  }
  .linian .w-1520 .beijinsiach {
    font-size: 3.86666667rem;
    color: #f5cb6046;
    font-weight: bold;
  }
  .linian .sacmoamicimgbg {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .linian .sacmoamicimgbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 服务流程 */
  .liucheng {
    width: 100%;
    height: 26.66666667rem;
    padding: 10% 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
  }
  .liucheng .w-1520 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 5%;
  }
  .liucheng .w-1520 .titles {
    text-align: center;
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .liucheng .w-1520 .titles h3 {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.66666667rem;
    text-align: center;
  }
  .liucheng .w-1520 .qiehuanzhuans {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.06666667rem solid #eaeaea;
    padding: 0 0.33333333rem 0.66666667rem;
    margin-bottom: 0.66666667rem;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-align: center;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin .numsnua {
    width: 100%;
    font-size: 0.53333333rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: all 0.35s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin .sacsaicmhwqws {
    width: 100%;
    font-size: 0.53333333rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: all 0.35s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin:hover .numsnua {
    text-shadow: 0 0 0 currentColor, 0.01333333rem 0 0 currentColor, -0.03333333rem 0 0 currentColor;
    transition: font-weight 0.4s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin:hover .sacsaicmhwqws {
    text-shadow: 0 0 0 currentColor, 0.01333333rem 0 0 currentColor, -0.03333333rem 0 0 currentColor;
    transition: font-weight 0.4s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin:hover::after {
    content: '';
    position: absolute;
    top: 2rem;
    width: 100%;
    height: 0.13333333rem;
    background-color: #f5ca60;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin.active .numsnua {
    font-weight: 700;
    text-shadow: none;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin.active .sacsaicmhwqws {
    font-weight: 700;
    text-shadow: none;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin.active::after {
    content: '';
    position: absolute;
    top: 2rem;
    width: 100%;
    height: 0.13333333rem;
    background-color: #f5ca60;
  }
  .liucheng .w-1520 .xianqinxisni {
    width: 100%;
    position: relative;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian {
    margin-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.66666667rem;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: all 0.5s;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian .zjsima {
    width: 30%;
    height: 3.33333333rem;
    background-color: rgba(245, 203, 96, 0.75);
    border-radius: 0.33333333rem;
    padding: 0.66666667rem 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.53333333rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian .zjsima * {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian.active {
    transition: all 0.5s;
    opacity: 1;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian:nth-child(2) {
    margin-top: 6.66666667rem;
  }
  /* 领藤优势 */
  .youshi {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-color: #fbfbfb;
    position: relative;
  }
  .youshi .w-1520 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .youshi .w-1520 .titles {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .youshi .w-1520 .titles h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .youshi .w-1520 .titles .shansaucu {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .youshi .w-1520 .titles .shansaucu * {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .youshi .w-1520 .zhuiansjias {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin {
    width: 100%;
    min-height: 9.33333333rem;
    background-color: #fff;
    box-shadow: 0 0 0.33333333rem 0 #33333331;
    border-radius: 0.33333333rem;
    padding: 1rem 0.66666667rem 0 0.33333333rem;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .icsghaui {
    display: block;
    width: 2.66666667rem;
    height: 2.66666667rem;
    margin: 0 auto;
    background: linear-gradient(to bottom, #f0f0f0, #f9f9f9);
    border-radius: 6.66666667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .icsghaui .icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    fill: #f5ca60;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .titlwid {
    width: 100%;
    text-align: center;
    font-size: 0.66666667rem;
    color: #000;
    margin-bottom: 0.66666667rem;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .contwnt {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .contwnt * {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    transition: all 0.5s;
  }
  /* 领藤态度 */
  .taidu {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .taidu .w-1520 {
    width: 1005;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .taidu .w-1520 .titles {
    text-align: center;
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .taidu .w-1520 .titles h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
    text-align: center;
  }
  .taidu .w-1520 .titles .shansaucu {
    width: 100%;
    margin: 0 auto;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .taidu .w-1520 .titles .shansaucu * {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .taidu .w-1520 .taidhuazuhans {
    display: flex;
    flex-wrap: wrap;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi {
    width: 100%;
    position: relative;
    padding: 0.66666667rem 0;
    background-color: #fff;
    border-radius: 0.33333333rem;
    box-shadow: 0 0 0.33333333rem 0 #33333331;
    margin-bottom: 1rem;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi h3 {
    font-size: 0.66666667rem;
    color: #000;
    margin-bottom: 0.66666667rem;
    text-align: center;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi .contendnu {
    padding: 0 15%;
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 0.66666667rem;
    transition: all 0.5s;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi .contendnu * {
    position: relative;
    font-size: 0.53333333rem !important;
    color: #333333d7 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    padding-left: 0.4rem;
    transition: all 0.5s;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi .contendnu *::after {
    content: '';
    position: absolute;
    top: 0.46666667rem;
    left: 0;
    width: 0.13333333rem;
    height: 0.13333333rem;
    background-color: #333333d7;
    border-radius: 6.66666667rem;
  }
  .taidu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #fffffffb, #dbeafe00);
  }
}
/* pc */
@media (min-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 10rem;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 100%;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper {
    height: 100%;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
    position: relative;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    min-height: 100%;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* about */
  .about {
    width: 100%;
    height: 100%;
    padding: 1.1rem;
  }
  .about .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .about .w-1520 .dingbucacb {
    margin-bottom: 1rem;
  }
  .about .w-1520 .dingbucacb h3 {
    text-align: center;
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .about .w-1520 .dingbucacb .scaicontentu {
    text-align: center;
    font-family: '微软雅黑' !important;
    font-size: 0.18rem !important;
    color: #333 !important;
    line-height: 1.8 !important;
    margin-bottom: 0.5rem;
  }
  .about .w-1520 .dingbucacb .scaicontentu * {
    font-family: '微软雅黑' !important;
    font-size: 0.18rem !important;
    color: #333 !important;
    line-height: 1.8 !important;
  }
  .about .w-1520 .dincduani {
    position: relative;
  }
  .about .w-1520 .dincduani .imgmapconsuc {
    position: relative;
    z-index: 0;
    width: 13.32rem;
    height: 6.84rem;
    margin: 0 auto;
  }
  .about .w-1520 .dincduani .imgmapconsuc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .w-1520 .dincduani .dinghwiizunsa {
    width: 100%;
    height: 6.84rem;
    position: absolute;
    top: 0;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn {
    font-size: 0.16rem;
    color: #000;
    position: absolute;
    right: 3.1rem;
    top: 3.2rem;
    padding-left: 0.2rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn::before {
    content: '';
    position: absolute;
    left: 0.03rem;
    top: 50%;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #e0b13f;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0 0 0 0.04rem rgba(224, 177, 63, 0.18);
    animation: dingweidian 1.6s ease-in-out infinite;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn::after {
    content: '';
    position: absolute;
    left: 0.05rem;
    top: 50%;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    border: 2px solid rgba(224, 177, 63, 0.55);
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: dingweishan 1.8s ease-out infinite;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn:nth-child(2) {
    right: 3.55rem;
    top: 4.4rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn:nth-child(3) {
    right: 7.68rem;
    top: 2rem;
  }
  .about .w-1520 .dincduani .dinghwiizunsa .zongbucn:nth-child(4) {
    right: 11.28rem;
    top: 2.2rem;
  }
  @keyframes dingweidian {
    0% {
      opacity: 1;
      transform: translateY(-50%) scale(1);
      box-shadow: 0 0 0 0.04rem rgba(224, 177, 63, 0.18);
    }
    50% {
      opacity: 0.7;
      transform: translateY(-50%) scale(1.12);
      box-shadow: 0 0 0 0.08rem rgba(224, 177, 63, 0.1);
    }
    100% {
      opacity: 1;
      transform: translateY(-50%) scale(1);
      box-shadow: 0 0 0 0.04rem rgba(224, 177, 63, 0.18);
    }
  }
  @keyframes dingweishan {
    0% {
      opacity: 0.9;
      transform: translate(-50%, -50%) scale(1);
    }
    70% {
      opacity: 0.2;
      transform: translate(-50%, -50%) scale(2.4);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(3);
    }
  }
  .about .w-1520 .dincduani .csmacia {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    width: 3.5rem;
    height: 1.85rem;
    background-color: #f5ca60;
    border-radius: 0.15rem;
    padding: 0.2rem;
  }
  .about .w-1520 .dincduani .csmacia .titcnus {
    font-size: 0.2rem;
    color: #fff;
    border-bottom: 0.01rem solid #fff;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact a {
    display: flex;
    gap: 0.2rem;
    width: 100%;
    font-size: 0.14rem;
    color: #fff;
    transition: all 0.5s;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact a span {
    font-size: 0.14rem;
    color: #fff;
    transition: all 0.5s;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact .aucnainkj {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    row-gap: 0;
    width: 100%;
    font-size: 0.14rem;
    color: #fff;
  }
  .about .w-1520 .dincduani .csmacia .sidscontact .aucnainkj span {
    font-size: 0.14rem;
    color: #fff;
  }
  /* 服务项目 */
  .service {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .service .w-1520 .titles {
    text-align: center;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .service .w-1520 .titles h3 {
    font-size: 0.36rem;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .service .w-1520 .titles .shansaucu {
    width: 96%;
    margin: 0 auto;
    font-size: 0.3rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service .w-1520 .titles .shansaucu * {
    width: 100%;
    font-size: 0.3rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .service .scnaiqiehuans {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass {
    position: relative;
    width: 100%;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide {
    transform: scale(0.75);
    transition: all 0.5s;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.15rem;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc {
    width: 100%;
    position: relative;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk {
    transition: all 0.5s;
    height: 6.1rem;
    padding: 0.2rem;
    border-radius: 0.15rem;
    position: relative;
    overflow: hidden;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc {
    background-color: #ffffffdb;
    width: 40%;
    padding: 0.6rem 0.3rem;
    border-radius: 0.15rem;
    position: absolute;
    right: 0.6rem;
    top: 1rem;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc h3 {
    font-size: 0.24rem;
    color: #000;
    position: relative;
    margin-bottom: 0.65rem;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc h3::after {
    position: absolute;
    top: 0.65rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.02rem;
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc .contents {
    font-size: 0.18rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.6 !important;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide .scasc .acsanbwiqkkk .wenahusnauc .contents * {
    font-size: 0.18rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.6 !important;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev {
    left: 26%;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 0.05rem 0 #3333333b;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #f5ca60;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next {
    right: 26%;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 0.05rem 0 #3333333b;
    border-radius: 1rem;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #f5ca60;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev:hover,
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next:hover {
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev:hover .icon,
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next:hover .icon {
    fill: #fff;
    transition: all 0.5s;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev:after {
    content: '';
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next:after {
    content: '';
  }
  .service::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245, 203, 96, 0.8);
  }
  /* 服务理念 */
  .linian {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-color: #fff;
    position: relative;
  }
  .linian .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .linian .w-1520 .titles {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .linian .w-1520 .titles h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .linian .w-1520 .titles .shansaucu {
    width: 100%;
    margin: 0 auto;
    font-size: 0.3rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .linian .w-1520 .titles .shansaucu * {
    width: 100%;
    font-size: 0.3rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .linian .w-1520 .sncianc {
    width: 100%;
    position: relative;
    height: 2.5rem;
  }
  .linian .w-1520 .sncianc .qiejeindaisn {
    position: absolute;
    width: 100%;
    right: -0.6rem;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln {
    width: 3rem;
    position: absolute;
    top: -1.8rem;
    right: 0.15rem;
    cursor: pointer;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln h3 {
    font-size: 0.24rem;
    color: #000;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: -0.5rem;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 0.1rem 0 #3333331d;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .cnsinqititeln::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.07rem;
    left: -0.42rem;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #f5ca60;
    border-radius: 1rem;
    box-shadow: 0 0 0.1rem 0 #3333331d;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2.5rem;
    width: 6rem;
    height: 4.1rem;
    background-color: #fff;
    border-radius: 0.15rem;
    box-shadow: 0 0 0.1rem 0 #3333331d;
    padding: 0.7rem 0.6rem;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .imgshi {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 auto 0.4rem;
    text-align: center;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .imgshi img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .contentun {
    width: 100%;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .linian .w-1520 .sncianc .qiejeindaisn .sacmicmvfnj .contentun * {
    width: 100%;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .linian .w-1520 .sncianc .qiejeindaisn:nth-child(2) .cnsinqititeln {
    top: 1.4rem;
    right: -0.4rem;
  }
  .linian .w-1520 .sncianc .qiejeindaisn:nth-child(3) .cnsinqititeln {
    top: 5rem;
    right: 0;
  }
  .linian .w-1520 .sncianc .qiejeindaisn:hover .cnsinqititeln::after {
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn:hover .cnsinqititeln::before {
    background-color: #fff;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn.active .sacmicmvfnj {
    transition: all 0.5s;
    opacity: 1;
  }
  .linian .w-1520 .sncianc .qiejeindaisn.active .cnsinqititeln::after {
    background-color: #f5ca60;
    transition: all 0.5s;
  }
  .linian .w-1520 .sncianc .qiejeindaisn.active .cnsinqititeln::before {
    background-color: #fff;
    transition: all 0.5s;
  }
  .linian .w-1520 .beijinsiach {
    font-size: 2.5rem;
    color: #f5cb6046;
    font-weight: bold;
  }
  .linian .sacmoamicimgbg {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 98%;
    height: 100%;
  }
  .linian .sacmoamicimgbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 服务流程 */
  .liucheng {
    width: 100%;
    min-height: 85vh;
    padding: 1.1rem 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
  }
  .liucheng .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .liucheng .w-1520 .titles {
    text-align: center;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .liucheng .w-1520 .titles h3 {
    font-size: 0.36rem;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .liucheng .w-1520 .qiehuanzhuans {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #eaeaea;
    padding: 0 0.2rem 0.3rem;
    margin-bottom: 0.3rem;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin {
    display: flex;
    gap: 0.3rem;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin .numsnua {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 500;
    transition: all 0.35s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin .sacsaicmhwqws {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 500;
    transition: all 0.35s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin:hover .numsnua {
    text-shadow: 0 0 0 currentColor, 0.005rem 0 0 currentColor, -0.005rem 0 0 currentColor;
    transition: font-weight 0.4s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin:hover .sacsaicmhwqws {
    text-shadow: 0 0 0 currentColor, 0.005rem 0 0 currentColor, -0.005rem 0 0 currentColor;
    transition: font-weight 0.4s ease;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin:hover::after {
    content: '';
    position: absolute;
    top: 0.68rem;
    width: 100%;
    height: 0.04rem;
    background-color: #f5ca60;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin.active .numsnua {
    font-weight: 700;
    text-shadow: none;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin.active .sacsaicmhwqws {
    font-weight: 700;
    text-shadow: none;
  }
  .liucheng .w-1520 .qiehuanzhuans .ascmaomcqwss .dingbuzhuqin.active::after {
    content: '';
    position: absolute;
    top: 0.68rem;
    width: 100%;
    height: 0.04rem;
    background-color: #f5ca60;
  }
  .liucheng .w-1520 .xianqinxisni {
    width: 100%;
    margin-top: 5rem;
    position: relative;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: all 0.5s;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian .zjsima {
    width: 25%;
    height: 1.65rem;
    background-color: rgba(245, 203, 96, 0.75);
    border-radius: 0.15rem;
    padding: 0.5rem 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.18rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian .zjsima * {
    width: 100%;
    font-size: 0.18rem !important;
    color: #fff !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .liucheng .w-1520 .xianqinxisni .ceshian.active {
    transition: all 0.5s;
    opacity: 1;
  }
  /* 领藤优势 */
  .youshi {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-color: #fbfbfb;
    position: relative;
  }
  .youshi .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .youshi .w-1520 .titles {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .youshi .w-1520 .titles h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .youshi .w-1520 .titles .shansaucu {
    width: 100%;
    font-size: 0.3rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .youshi .w-1520 .titles .shansaucu * {
    font-size: 0.3rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .youshi .w-1520 .zhuiansjias {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin {
    width: 29%;
    height: 4rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem 0 #33333331;
    border-radius: 0.15rem;
    padding: 0.6rem 0.3rem 0;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .icsghaui {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: linear-gradient(to bottom, #f0f0f0, #f9f9f9);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .icsghaui .icon {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto;
    fill: #f5ca60;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .titlwid {
    font-size: 0.2rem;
    color: #000;
    margin-bottom: 0.4rem;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .contwnt {
    font-size: 0.16rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin .contwnt * {
    font-size: 0.16rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin:hover {
    background-color: #f5ca60;
    box-shadow: 0 0 0.15rem 0 #33333324;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin:hover .icsghaui {
    background: linear-gradient(to bottom, #fff, #fff);
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin:hover .titlwid {
    color: #fff;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin:hover .contwnt {
    color: #fff !important;
    transition: all 0.5s;
  }
  .youshi .w-1520 .zhuiansjias .zhuanshin:hover .contwnt * {
    color: #fff !important;
    transition: all 0.5s;
  }
  /* 领藤态度 */
  .taidu {
    width: 100%;
    min-height: 100vh;
    padding: 1.1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .taidu .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .taidu .w-1520 .titles {
    text-align: center;
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .taidu .w-1520 .titles h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .taidu .w-1520 .titles .shansaucu {
    width: 100%;
    margin: 0 auto;
    font-size: 0.3rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .taidu .w-1520 .titles .shansaucu * {
    width: 100%;
    font-size: 0.3rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .taidu .w-1520 .taidhuazuhans {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi {
    width: 30%;
    position: relative;
    padding: 0.2rem 1.2rem;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi h3 {
    font-size: 0.2rem;
    color: #000;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi .contendnu {
    font-size: 0.16rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    transition: all 0.5s;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    row-gap: 0.2rem;
    text-align: center;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi .contendnu * {
    position: relative;
    font-size: 0.16rem !important;
    color: #333333d7 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    padding-left: 0.1rem;
    transition: all 0.5s;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi .contendnu *::after {
    content: '';
    position: absolute;
    top: 0.15rem;
    left: 0;
    width: 0.03rem;
    height: 0.03rem;
    background-color: #333333d7;
    border-radius: 1rem;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0.08rem;
    height: 100%;
    background-color: #fbfbfb;
    box-shadow: 0 0 0.05rem 0 #3333335d;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0.08rem;
    height: 0.8rem;
    background-color: #f5ca60;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi:nth-child(2)::before {
    height: 1.3rem;
  }
  .taidu .w-1520 .taidhuazuhans .zaisihaoi:nth-child(3)::before {
    height: 1.8rem;
  }
  .taidu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #fffffffb, #dbeafe00);
  }
}
@media (min-width: 768px) and (max-width: 1358.99px) {
  /* 服务项目 */
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev {
    left: 20%;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next {
    right: 20%;
  }
  /* 服务理念 */
  .linian .sacmoamicimgbg {
    width: 109%;
  }
}
@media (min-width: 1359px) and (max-width: 1401.99px) {
  /* 服务项目 */
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev {
    left: 20%;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next {
    right: 20%;
  }
  /* 服务理念 */
  .linian .sacmoamicimgbg {
    width: 109%;
  }
}
@media (min-width: 1402px) and (max-width: 1681.99px) {
  /* 服务项目 */
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev {
    left: 20%;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next {
    right: 20%;
  }
  /* 服务理念 */
  .linian .sacmoamicimgbg {
    width: 109%;
  }
}
@media (min-width: 1682px) and (max-width: 1921.99px) {
  /* 服务项目 */
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-prev {
    left: 20%;
  }
  .service .scnaiqiehuans .swiper-container_xsgcwlsscass .swiper-button-next {
    right: 20%;
  }
  /* 服务理念 */
  .linian .sacmoamicimgbg {
    width: 109%;
  }
}
