/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  --bs-screen-xxl: 85.2%;
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 3.13rem;
  color: #000000;
  margin-bottom: 6rem;
  /* line-height: 2.38rem; */
  text-align: center;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-weight: bold;
  font-size: 1.63rem;
  color: #2a9597;
  line-height: 2.84rem;
  text-align: center;
}

h5 {
  width: 17.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1e1e1e;
  line-height: 1.6rem;
  /* text-align: left; */
}

p {
  font-size: 1rem;
  color: #1f1f1f;
}

.home-container {
  width: 75rem;
  margin: 0 auto;
}

.header-Route:hover {
  transform: scale(1.2);
  transition-duration: 0.8s;
}

.banner_btn_one:hover,
.banner_btn_two:hover,
.seeDeals-btn:hover {
  transform: scale(1.2);
  transition-duration: 0.8s;
}

.contact-right_button:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}

/* @media (min-width: 640px) {
  html {
    font-size: 1rem;  在640px及以上的屏幕上调整字体大小 
  }
}

@media (min-width: 960px) {
  html {
    font-size: 1.2rem;  在960px及以上的屏幕上进一步调整字体大小 
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 1.5rem;  在1100px及以上的屏幕上再调整字体大小 
  }
} */
/* 针对屏幕宽度小于768px的设备（如手机） */
.header-menu {
  display: flex;
  align-items: center;
}

.header-lang__triangle {
  font-size: 0.75rem;
  display: inline-block;
  transition: all 0.2s;
}

.header-lang__flag {
  background-image: url("../assets/imgs/lang.gif");
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.325rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important;
}

#header-lang__menus {
  width: auto;
  display: none;
  /* display: block; */
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 3.8rem;
  right: 30rem;
  padding: 1rem 0;
  box-shadow: 0px 0px 0.875rem #0000006e;
  z-index: 31;
}

#header-lang__menus li {
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
  margin: 0 0.5rem;
}

.header-lang__triangle {
  font-size: 0.75rem;
  display: inline-block;
  transition: all 0.2s;
}

@media screen and (max-width: 667px) {

  /* 在这里编写针对小屏幕的样式 */
  #phone {
    display: block;
  }

  #pc {
    display: none;
  }

  .header {
    position: relative;
    width: 100%;
    height: 5rem;
    /* padding: 0 3rem; */
    box-sizing: border-box;
    background-color: #fff;
  }

  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  .header-logo {
    width: 5.31rem;
    /* height: 1.5rem; */
  }

  .header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-search {
    width: 1.31rem;
    height: 1.31rem;
    /* margin-left: 24.31rem; */
  }
  #goSearch {
    display: none;
  }
  .header-language {
    display: flex;
    align-items: center;
    margin-left: 2.88rem;
  }

  .header-language img {
    width: 1.94rem;
    height: 1.94rem;
    margin-right: 0.6rem;
  }

  .header-language span {
    font-size: 1.13rem;
    color: #2f2f2f;
  }

  .header-Route {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.56rem;
    height: 3.06rem;
    background: #25b766;
    border-radius: 1.53rem;
    margin-left: 1.6rem;
  }

  .header-Route a {
    font-family: PingFang SC;
    font-size: 1.13rem;
    color: #ffffff;
  }

  #header-Route_arrowRight {
    font-size: 1.2rem;
    color: #fff;
    margin-left: 1.31rem;
  }

  #header-navigator {
    font-size: 1.2rem;
    margin-left: 1.31rem;
  }

  #search_btn_phone {
    display: none;
    position: fixed;
    top: 5rem;
    right: 3rem;
    z-index: 10;
  }

  #search_btn_phone input {
    width: 16rem;
    border: none;
    outline: none;
    /* border-bottom: 1px solid #000; */
    background-color: #fff;
    padding: 1rem 2.4rem;
    padding-bottom: rem;
    background-image: url("../assets/imgs/home/搜索.png");
    background-repeat: no-repeat;
    background-size: 1.31rem 1.31rem;
    background-position: 5% 50%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.88rem;
    color: #000;
  }

  .header-lang__triangle {
    font-size: 0.75rem;
    display: inline-block;
    transition: all 0.2s;
  }

  #search_btn {
    display: none;
  }

  .header-lang__flag {
    background-image: url("../assets/imgs/lang.gif");
    position: relative;
    display: block;
    background-repeat: no-repeat;
    width: 1.325rem;
    height: 1rem;
    margin-right: 0.3rem;
  }

  .header-lang__en .header-lang__flag {
    background-position: 0 -256px !important;
  }

  #header-lang__menus_phone {
    width: 40vw;
    display: none;
    /* display: block; */
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 3.8rem;
    right: 20rem;
    padding: 1rem 0;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0.875rem #0000006e;
    z-index: 11;
  }

  #header-lang__menus_phone li {
    width: calc(30% - 0.5rem);
    padding: 0.75rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdcdc;
    margin: 0 0.5rem;
  }

  .header-lang__triangle {
    font-size: 0.75rem;
    display: inline-block;
    transition: all 0.2s;
  }

  /* headerMenus */
  #header-menus {
    position: fixed;
    top: 5rem;
    z-index: 99;
    width: 100%;
    display: none;
    /* padding: 2rem 0; */
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ccc;
    left: 0;
  }

  #header-menus li {
    position: relative;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* height: 8rem; */
    padding: 2rem 3rem;
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #ccc;
  }

  #header-menus li input {
    padding: 2rem;
    width: 100%;
    height: 4rem;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4rem;
  }

  #header-menus li a {
    font-size: 2rem;
    color: #2f2f2f;
  }

  #header-menus li .ri-arrow-down-s-line {
    font-size: 3rem;
  }

  /* 二级菜单 */
  .header-twoMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 8rem;
    padding: 0 3rem;
    padding-left: 4.5rem;
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #ccc;
  }

  .header-twoMenu a {
    font-size: 2rem;
  }

  .header-twoMenu .ri-arrow-down-s-line {
    font-size: 3rem;
  }

  .header-threeMenus_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 8rem;
    padding: 0 3rem;
    padding-left: 5.5rem;
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #ccc;
  }

  .header-threeMenus_item a {
    font-size: 2rem;
  }

  .header-threeMenus_item .ri-arrow-down-s-line {
    font-size: 3rem;
  }

  .twoMenu-shell,
  .header-threeMenus {
    display: none;
  }

  /* 箭头旋转180度 */
  .rotateArrow {
    color: #25b766;
    transform: rotate(180deg);
    transition-duration: 0.8s;
  }

  /* banner */
  .home-banner {
    width: 100%;
    /* width: 120rem; */
    height: 29rem;
    position: relative;
    /* top: 7.5rem; */
    left: 0;
  }

  .home-banner_img {
    position: absolute;
    z-index: 0;
    width: 100%;
  }

  .home-banner_img img {
    /* display: block; */
    width: 100%;
    height: 75vw;
    object-fit: cover;
  }

  .home-banner_content {
    position: absolute;
    left: 50%;
    top: 1.85rem;
    transform: translate(-50%, 0);
  }

  .home-banner_title {
    text-align: center;
  }

  .home-banner_title p {
    /* height: 4.7rem; */
    font-family: Arca Majora 2;
    font-weight: 800;
    font-size: 2.14rem;
    color: #ffffff;
    line-height: 1.9rem;
  }

  .home-banner_description {
    /* width: 52.44rem; */
    /* height: 2.88rem; */
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.39rem;
    margin-top: 1rem;
  }

  .banner_btns {
    display: flex;
    justify-content: center;
    margin-top: 1.88rem;
  }

  .banner_btn_one {
    width: 10.81rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #ffffff;
    border-radius: 1.5rem;
  }

  .banner_btn_two {
    width: 9.38rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #ffffff;
    border-radius: 1.5rem;
    margin-left: 2.82rem;
  }

  .banner_btn_one a,
  .banner_btn_two a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #373737;
  }

  #banner-Route_arrowRight {
    font-size: 1rem;
    color: #25b766;
  }

  .swiper-banner {
    height: 100%;
  }

  .menuList {
    position: absolute;
    bottom: -7.88rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85vw;
    height: 12.88rem;
    padding: 3rem 1rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 3rem 0rem rgba(80, 80, 80, 0.17);
    border-radius: 1.25rem;
  }

  .menuList-item {
    text-align: center;
  }

  .menuList-item_img {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.88rem;
  }

  /* step */
  .step {
    position: relative;
    /* height: 120rem; */
    background-color: #fff;
    padding-top: 12.52rem;
    padding-bottom: 4.44rem;
  }

  .step-content {
    /* position: absolute;
    left: 50%;
    top: 15.25rem;
    transform: translateX(-50%); */
    text-align: center;
  }

  .step-content h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
  }

  .step-content p {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #393939;
    margin-top: 1.13rem;
    margin-bottom: 5.94rem;
  }

  .step-content_descone {
    margin-top: 1.13rem;
  }

  .step-menu {
    /* position: absolute;
    top: 30rem;
    left: 2.5vw;
    right: 2.5vw; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .step-menu_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 28.5rem;
    text-align: center;
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
  }

  .step-menu_item img {
    width: 4.56rem;
    height: 4.69rem;
    margin-bottom: 0.88rem;
  }

  .step-menu_item h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 1.88rem;
    color: #373737;
  }

  .step-menu_item span {
    width: 60vw;
    height: 6.06rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1rem;
    color: #373737;
    line-height: 1.69rem;
    margin-top: 1.88rem;
  }

  /* special-services */
  .specialServices {
    position: relative;
    /* height: 120rem; */
    background: rgba(247, 247, 247, 1);
    padding: 3.63rem 0;
  }

  .specialServices-content {
    /* width: 60vw;
    position: absolute;
    top: 3.81rem;
    left: 50%;
    transform: translateX(-50%); */
    text-align: center;
  }

  .specialServices-content h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
    margin-bottom: 1rem;
  }

  .specialServices-content p {
    /* width: 42.5rem; */
    margin: 1rem auto 4rem auto;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #393939;
    /* margin-bottom: 1rem; */
  }

  .specialServices-menu {
    /* position: absolute;
    left: 2.5vw;
    right: 2.5vw;
    bottom: 3.63rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .specialServices-menu_item {
    position: relative;
    width: 100%;
    height: 120vw;
    margin-bottom: 1.5rem;
  }

  .specialServices-menu_item img {
    width: 100%;
    height: 100%;
  }

  .specialServices-menu_item img:hover+.hover-hidden_content {
    display: block;
  }

  .hover-hidden_content:hover {
    display: block;
  }

  .hover-hidden_content {
    /* display: none; */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 13.38rem;
    background: #ffffff;
    animation: animate1 1s linear;
  }

  @keyframes animate1 {
    0% {
      bottom: -50%;
    }

    50%,
    100% {
      bottom: 0;
    }
  }

  .hover-hidden_content h3 {
    margin-top: 2.38rem;
    margin-left: 1.94rem;
  }

  .hover-hidden_content p {
    margin-top: 1rem;
    margin-left: 1.88rem;
  }

  .read-more {
    margin-top: 1rem;
    margin-left: 1.88rem;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1rem;
    color: #25b766;
    display: flex;
    align-items: center;
  }

  .read-more span {
    display: inline-block;
    width: 2.24rem;
    height: 0.06rem;
    background-color: #25b766;
    margin-left: 0.5rem;
  }

  /* seeDeals */
  .seeDeals {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 16.94rem;
    padding: 5vw;
    background: #25b766;
    flex-wrap: wrap;
  }

  .seeDeals-description {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #ffffff;
    width: 100%;
  }

  .seeDeals-btn {
    width: 13.56rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 1.5rem;
    line-height: 3rem;
    text-align: center;
    /* margin-left: 9rem; */
  }

  .seeDeals-btn a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #373737;
  }

  /* news */
  .news {
    position: relative;
    width: 100%;
    /* height: 120rem; */
    background-color: #fff;
    padding-top: 4.5rem;
  }

  .news .news-title {
    position: absolute;
    top: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
  }

  .news-content {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; */
    /* position: absolute;
    top: 10.25rem;
    left: 2.5vw;
    right: 2.5vw; */
  }

  .news-content_item img {
    width: 100%;
    height: 33.38rem;
  }

  .news-content_item h3 {
    /* width: 21.5rem; */
    height: 3.13rem;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1.5rem;
    color: #393939;
    line-height: 1.69rem;
    margin-top: 2.38rem;
  }

  .news-content_item p {
    /* width: 21rem; */
    height: 3.75rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1rem;
    color: #474747;
    line-height: 1.38rem;
    margin-top: 1rem;
  }

  .news-description {
    /* position: absolute;
    top: 160rem;
    left: 50%;
    transform: translateX(-50%); */
    /* width: 38.5rem; */
    margin: 0 auto;
    /* height: 7.38rem; */
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
    line-height: 2.79rem;
  }

  .news-profession {
    /* position: absolute;
    top: 175rem;
    left: 22.5rem;
    right: 22.5rem; */
    margin-top: 3.31rem;
    padding-top: 4.96rem;
    padding-bottom: 13.69rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .news-profession_item {
    margin-bottom: 3.5rem;
  }

  .news-profession_item_num {
    display: flex;
    justify-content: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 5.07rem;
    color: #25b766;
  }

  .news-profession_item_num span {
    /* width: 1.94rem;
    height: 1.94rem; */
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 3.75rem;
    color: #25b766;
    line-height: 5.58rem;
    margin-top: -2rem;
    margin-left: 0.88rem;
  }

  .news-profession_item p {
    width: 21.63rem;
    height: 2.63rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #373737;
    line-height: 1.38rem;
  }

  .news-bg {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* width: 62.19rem; */
    height: 29.88rem;
  }

  /* contact */
  .contact {
    position: relative;
    width: 100%;
    height: 64rem;
    background-image: url("../assets/imgs/home/bg-1.png");
    background-size: 100% 100%;
    padding-top: 7.19rem;
  }

  .contact .home-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  .contact-left {
    width: 100%;
    /* position: absolute;
    top: 7.19rem;
    left: 20vw; */
  }

  .contact-left h3 {
    /* height: 1.88rem; */
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.52rem;
    color: #00ce87;
    line-height: 3.23rem;
  }

  .contact-left-phone {
    display: flex;
    margin-top: 3.44rem;
    margin-left: 0.5rem;
    margin-bottom: 2.13rem;
  }

  .contact-left-phone .left-phone_address {
    width: 1rem;
    height: 1.25rem;
  }

  .contact-left-phone img {
    width: 1.31rem;
    height: 1.31rem;
  }

  .left-phone_content {
    margin-top: -0.5rem;
    margin-left: 1rem;
  }

  .left-phone_content p {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.69rem;
  }

  .contact-right {
    /* position: absolute;
    top: 36.5rem;
    left: 20vw; */
    width: 100%;
  }

  .right-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* width: 36.88rem; */
    margin-bottom: 1.56rem;
  }

  .right-item input {
    width: 48%;
    /* width: 17.13rem; */
    height: 3.25rem;
    background: #ffffff;
    border-radius: 0.31rem;
    outline: none;
    border: none;
    padding: 0 1rem;
    color: #9a9a9a;
  }

  .right-item textarea {
    width: 100%;
    /* width: 36.88rem; */
    height: 9.31rem;
    background: #ffffff;
    border-radius: 0.31rem;
    padding: 1rem;
  }

  .contact-right_button {
    display: inline-block;
    /* width: 36.88rem; */
    width: 100%;
    height: 3.25rem;
    line-height: 3.25rem;
    text-align: center;
    background: #25b766;
    color: #fff;
    border-radius: 0.31rem;
    font-size: 1.13rem;
    font-weight: bold;
  }

  /* footer */
  .footer {
    width: 100%;
    height: 77.32em;
  }

  .home-footer__content--main {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    height: 65.44rem;
    /* padding: 5.88rem 22.88rem 0 22.56rem; */
    padding-top: 5vw;
    padding-left: 5%;
    padding-right: 5%;
    background: #25b766;
  }
  .footer-menu,
  .footer-contact {
    width: 100%;
    margin-top: 2rem;
  }
  .footer-logo img {
    width: 11.75rem;
    height: 3.13rem;
  }

  .footer-logo p {
    /* width: 29rem; */
    /* height: 5.19rem; */
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 1.38rem;
    margin-top: 1.88rem;
  }

  .footer-menu h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 1.63rem;
    color: #ffffff;
    line-height: 1.38rem;
    margin-bottom: 1.88rem;
  }

  .footer-menu a {
    display: block;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 2rem;
  }

  .footer-contact h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 1.63rem;
    color: #ffffff;
    line-height: 1.38rem;
  }

  .footer-contact_phone {
    display: flex;
    margin-top: 2.19rem;
    margin-left: 0.31rem;
  }

  .contact-phone_img {
    width: 1.19rem;
    height: 1.75rem;
  }

  .contact-time_img {
    width: 1.75rem;
    height: 1.75rem;
    margin-left: -0.31rem;
  }

  .contact-address_img {
    width: 1.5rem;
    height: 1.75rem;
  }

  .footer-contact_content {
    margin-left: 1.38rem;
  }

  .footer-contact_content p,
  .footer-contact_content a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 2rem;
    margin-top: -0.5rem;
  }

  .home-footer__copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-top: 5vw;
  }

  .home-footer__copyright p {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #5e5e5e;
    margin-bottom: 2rem;
    width: 100%;
  }

  .footer-copyright_imgList {}

  .footer-copyright_imgList img {
    width: 1rem;
    height: 1rem;
    margin-right: 1.56rem;
  }

  .header-menu_childrenMenu {
    display: block;
  }

  .header-menu {
    justify-content: space-between;
  }

  .header-menu_childrenMenu {
    display: none;
  }

  .header-menu--hasChild--active .header-menu_twoMenu {
    display: block;
  }
  .home-container {
    width: 90%;
    margin: 0 auto;
}
}

/* 针对屏幕宽度大于1060px的设备（如桌面电脑） */
@media screen and (min-width: 668px) {

  /* 在这里编写针对大屏幕的样式 */
  /* 可以根据需要调整布局和样式 */
  #phone {
    display: none;
  }

  .header {
    position: relative;
    width: 100%;
    height: 5rem;
    /* padding: 0 20rem; */
    box-sizing: border-box;
    background-color: #fff;
  }

  .header-container {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .header-logo {
    width: 5.31rem;
    /* height: 1.5rem; */
  }

  .header-menus {
    display: flex;
    align-items: center;
    margin-left: 12.5rem;
    width: 38rem;
    height: 100%;
    /* height: 1.06rem; */
    line-height: 3.19rem;
  }


  .header-menus>li {
    margin: 0 0.6rem;
    height: 100%;
    /* position: relative; */
    display: flex;
    align-items: center;
  }

  /* .header-menus > li:hover .header-menu_childrenMenu {
    display: flex;
  } */
  .header-menus a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #2f2f2f;
  }

  /* .header-menus a span {
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.2s;
  } */
  .header-menus>li:hover>a {
    color: #1a75bc;
  }

  #header-navigator {
    display: none;
  }

  /* .header-menus > li:hover span {
    transform: rotate(270deg);
  } */

  .header-menus li:hover .header-menus__second {
    display: block;
  }

  .header-menus__second {
    display: none;
    width: fit-content;
    position: absolute;
    top: 3rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 1rem 0rem rgba(12, 0, 5, 0.35);
    z-index: 10;
  }

  .header-menus__second>li {
    height: 2.77rem;
    padding: 0 0.63rem;
  }

  .header-menus__second>li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.18rem;
    color: #5b5b5b;
    text-wrap: nowrap;
  }

  .header-menus__second>li:hover {
    background-color: #1a75bc;
  }

  .header-menus__second>li:hover a {
    color: #fff;
  }

  .header-menus li:hover .header-menus__second {
    display: block;
  }

  /* 二级菜单样式 */
  .header-menu_childrenMenu {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 10.81rem;
    background: #ffffff;
    opacity: 0.9;
    z-index: 20;
    padding-left: 20rem;
  }

  .header-menu_twoMenu {
    position: relative;
    margin-right: 2.88rem;
    margin-top: 0.5rem;
    width: fit-content;
    padding-right: 2rem;
    border-right: 1px solid #dcdcdc;
  }

  .header-menu--hasChild:hover .header-menu_childrenMenu {
    display: block;
  }

  .header-menus>li:hover>a,
  .header-menus>li:hover .header-menu a,
  .header-menus>li:hover i {
    color: #00ce87;
  }

  .header-menus>li i {
    display: block;
    transition: all .2s;
  }

  .header-menus>li:hover i {
    transform: rotate(-90deg);
  }

  .header-menu_twoMenu li {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1.13rem;
    color: #2f2f2f;
    line-height: 2.88rem;
  }

  .header-menu_twoMenu li a {
    color: #2f2f2f;
  }

  .header-menu_twoMenu>li>a:hover {
    color: #25b766;
  }

  #header-menu_line {
    width: 0.06rem;
    height: 8.25rem;
    background: #dcdcdc;
    margin-top: 0.94rem;
  }

  .header-menu_threeMenu {
    display: none;
    position: absolute;
    top: 0.5rem;
    left: calc(2.87rem + 100%);
    /* left: 100%; */
    z-index: 22;
    width: 300%;
  }

  .header-menu_threeMenu li {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.88rem;
    color: #2f2f2f;
    line-height: 1.94rem;
  }

  .header-menu_threeMenu>li>a:hover {
    color: #25b766;
  }

  .header-menu_threeMenu_brother {
    display: none;
    position: absolute;
    top: 0.5rem;
    left: calc(5.81rem + 100% + 12.62rem);
    z-index: 22;
  }

  .header-menu_threeMenu_brother li {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.88rem;
    color: #2f2f2f;
    line-height: 1.94rem;
  }

  .header-menu_threeMenu_brother>li>a:hover {
    color: #25b766;
  }


  .header-search {
    width: 1.31rem;
    height: 1.31rem;
    margin-left: 3.31rem;
  }

  .header-language {
    display: flex;
    align-items: center;
    margin-left: 2.88rem;
  }

  .header-language img {
    width: 1.94rem;
    height: 1.94rem;
    margin-right: 0.6rem;
  }

  .header-language span {
    font-size: 1.13rem;
    color: #2f2f2f;
  }

  .header-Route {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.56rem;
    height: 3.06rem;
    background: #25b766;
    border-radius: 1.53rem;
    margin-left: 1.6rem;
  }

  .header-Route a {
    font-family: PingFang SC;
    font-size: 1.13rem;
    color: #ffffff;
  }

  #header-Route_arrowRight {
    font-size: 1.2rem;
    color: #fff;
    margin-left: 1.31rem;
  }

  .header-search_btn {
    display: none;
    position: fixed;
    top: 5rem;
    right: 26rem;
    z-index: 21;
  }

  .header-search_btn input {
    width: 16rem;
    border: none;
    outline: none;
    /* border-bottom: 1px solid #000; */
    background-color: #fff;
    padding: 1rem 2.4rem;
    padding-bottom: rem;
    background-image: url("../assets/imgs/home/搜索.png");
    background-repeat: no-repeat;
    background-size: 1.31rem 1.31rem;
    background-position: 5% 50%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.88rem;
    color: #000;
  }

  /* banner */
  .home-banner {
    width: 100%;
    /* width: 120rem; */
    height: 55rem;
    position: relative;
    /* top: 7.5rem; */
    left: 0;
  }

  .home-banner_img {
    position: absolute;
    z-index: 0;
    width: 100%;
  }

  .home-banner_img img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-banner_content {
    position: absolute;
    left: 50%;
    top: 8.85rem;
    transform: translate(-50%, 0);
  }

  .home-banner_title {
    text-align: center;
  }

  .home-banner_title p {
    height: 4.7rem;
    font-family: Arca Majora 2;
    font-weight: 800;
    font-size: 3.14rem;
    color: #ffffff;
    line-height: 1.9rem;
  }

  .home-banner_description {
    width: 52.44rem;
    height: 2.88rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.69rem;
  }

  .banner_btns {
    display: flex;
    justify-content: center;
    margin-top: 4.88rem;
  }

  .banner_btn_one {
    width: 10.81rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #ffffff;
    border-radius: 1.5rem;
  }

  .banner_btn_two {
    width: 9.38rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #ffffff;
    border-radius: 1.5rem;
    margin-left: 2.82rem;
  }

  .banner_btn_one a,
  .banner_btn_two a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #373737;
  }

  #banner-Route_arrowRight {
    font-size: 1rem;
    color: #25b766;
  }

  .swiper-banner {
    height: 100%;
  }

  .menuList {
    position: absolute;
    bottom: -7.88rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75rem;
    height: 12.88rem;
    padding: 3rem 5.44rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 3rem 0rem rgba(80, 80, 80, 0.17);
    border-radius: 1.25rem;
  }

  .menuList-item {
    text-align: center;
  }

  .menuList-item_img {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.88rem;
  }

  /* step */
  .step {
    position: relative;
    padding-top: 12.52rem;
    padding-bottom: 4.44rem;
    /* height: 53.44rem; */
    background-color: #fff;
  }

  .step-content {
    /* position: absolute;
    left: 50%;
    top: 15.25rem;
    transform: translateX(-50%); */

    text-align: center;

  }

  .step-content h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
  }

  .step-content p {
    font-family: PingFang SC;
    text-align: center;
    width: 60%;
    font-weight: 500;
    font-size: 1.25rem;
    color: #393939;
    margin: 0 auto;
    margin-top: 1.13rem;
    margin-bottom: 5.94rem;
  }

  .step-content_descone {
    margin-top: 1.13rem;
  }

  .step-menu {
    /* position: absolute;
    bottom: 4.44rem;
    left: 22.44rem;
    right: 22.44rem; */
    display: flex;
    justify-content: space-between;
  }

  .step-menu_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22.81rem;
    height: 21.5rem;
    text-align: center;
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5;
  }

  .step-menu_item img {
    width: 4.56rem;
    height: 4.69rem;
    margin-bottom: 0.88rem;
  }

  .step-menu_item h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 1.88rem;
    color: #373737;
  }

  .step-menu_item span {
    width: 16.06rem;
    height: 6.06rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1rem;
    color: #373737;
    line-height: 1.69rem;
    margin-top: 1.88rem;
  }

  /* special-services */
  .specialServices {
    position: relative;
    /* height: 44.56rem; */
    padding: 3.63rem 0;
    background: rgba(247, 247, 247, 1);
  }

  .specialServices-content {
    /* position: absolute;
    top: 3.81rem;
    left: 50%;
    transform: translateX(-50%); */
    text-align: center;
  }

  .specialServices-content h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
    margin-bottom: 1rem;
  }

  .specialServices-content p {
    width: 42.5rem;
    margin: 1rem auto 4rem auto;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #393939;
  }

  .specialServices-menu {
    /* position: absolute;
    left: 22.5rem;
    right: 22.31rem;
    bottom: 3.63rem; */
    display: flex;
    justify-content: space-between;
  }

  .specialServices-menu_item {
    position: relative;
    width: 23.44rem;
    height: 26.75rem;
    overflow: hidden;
  }

  .specialServices-menu_item img {
    width: 100%;
    height: 100%;
  }

  .specialServices-menu_item img:hover+.hover-hidden_content {
    display: block;
    transform: translateY(0rem);
  }

  .specialServices-menu_item img {
    display: block;

  }

  .specialServices-menu_item img:hover {
    transform: scale(1.1);
    transition: all .2s;
  }

  .hover-hidden_content:hover {
    /* display: block; */
    transform: translateY(0rem);
  }

  .hover-hidden_content {
    /* display: none; */
    transform: translateY(13.38rem);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 13.38rem;
    background: #ffffff;
    transition: all .2s;
    /* animation: animate1 1s linear; */
  }

  @keyframes animate1 {
    0% {
      bottom: -50%;
    }

    50%,
    100% {
      bottom: 0;
    }
  }

  .hover-hidden_content h3 {
    margin-top: 2.38rem;
    margin-left: 1.94rem;
  }

  .hover-hidden_content p {
    margin-top: 1rem;
    margin-left: 1.88rem;
  }

  .read-more {
    margin-top: 1rem;
    margin-left: 1.88rem;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1rem;
    color: #25b766;
    display: flex;
    align-items: center;
  }

  .read-more span {
    display: inline-block;
    width: 2.24rem;
    height: 0.06rem;
    background-color: #25b766;
    margin-left: 0.5rem;
  }

  /* seeDeals */
  .seeDeals {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16.94rem;
    background: #25b766;
  }

  .seeDeals-description {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #ffffff;
  }

  .seeDeals-btn {
    width: 14.56rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 1.5rem;
    line-height: 3rem;
    text-align: center;
    margin-left: 9rem;
  }

  .seeDeals-btn a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #373737;
  }

  /* news */
  .news {
    position: relative;
    width: 100%;
    /* height: 80rem; */
    padding-top: 4.5rem;
    background-color: #fff;
  }

  .news .news-title {
    position: absolute;
    top: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
  }

  .news-content {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* position: absolute;
    top: 10.25rem;
    left: 22.5rem;
    right: 22.5rem; */
    overflow: hidden;
  }

  .news-content_item img {
    width: 23.44rem;
    height: 13.38rem;
  }

  .news-content_item h3 {
    width: 21.5rem;
    height: 3.13rem;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1.5rem;
    color: #393939;
    line-height: 1.69rem;
    margin-top: 2.38rem;
  }

  .news-content_item p {
    width: 21rem;
    height: 3.75rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1rem;
    color: #474747;
    line-height: 1.38rem;
    margin-top: 1rem;
  }

  .news-description {
    /* position: absolute;
    top: 43rem;
    left: 35%; */
    /* transform: translateX(-50%); */
    width: 38.5rem;
    margin: 0 auto;
    margin-top: 6rem;
    /* height: 7.38rem; */
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #373737;
    line-height: 2.79rem;
    text-align: center;
  }

  .news-profession {
    /* position: absolute;
    top: 57.81rem;
    left: 22.5rem;
    right: 22.5rem; */
    margin-top: 3.31rem;
    padding-bottom: 13.69rem;
    padding-top: 4.96rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .news-profession_item_num {
    display: flex;

    font-family: PingFang SC;
    font-weight: 400;
    font-size: 5.07rem;
    color: #25b766;
  }

  .news-profession_item_num span {
    /* width: 1.94rem;
    height: 1.94rem; */
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 3.75rem;
    color: #25b766;
    line-height: 5.58rem;
    margin-top: -2rem;
    margin-left: 0.88rem;
  }

  .news-profession_item p {
    width: 21.63rem;
    height: 2.63rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.25rem;
    color: #373737;
    line-height: 1.38rem;
  }

  .news-bg {
    position: absolute;
    bottom: -3.38rem;
    left: 50%;
    transform: translateX(-50%);
    width: 62.19rem;
    height: 29.88rem;
  }

  /* contact */
  .contact {
    position: relative;
    width: 100%;
    height: 35.25rem;
    background-image: url("../assets/imgs/home/bg-1.png");
    background-size: 100% 100%;
    padding-top: 7.19rem;
  }

  .contact .home-container {
    display: flex;
    justify-content: space-between;
  }
  .contact-left {
    /* position: absolute;
    top: 7.19rem;
    left: 22.75rem; */
  }

  .contact-left h3 {
    height: 1.88rem;
    font-family: neue Radial;
    font-weight: normal;
    font-size: 2.52rem;
    color: #00ce87;
    line-height: 3.23rem;
  }

  .contact-left-phone {
    display: flex;
    margin-top: 3.44rem;
    margin-left: 0.5rem;
    margin-bottom: 2.13rem;
  }

  .contact-left-phone .left-phone_address {
    width: 1rem;
    height: 1.25rem;
  }

  .contact-left-phone img {
    width: 1.31rem;
    height: 1.31rem;
  }

  .left-phone_content {
    margin-top: -0.5rem;
    margin-left: 1rem;
  }

  .left-phone_content p {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.69rem;
  }

  .contact-right {
    /* position: absolute;
    top: 6.5rem;
    right: 22.63rem; */
  }

  .right-item {
    display: flex;
    justify-content: space-between;
    width: 36.88rem;
    margin-bottom: 1.56rem;
  }

  .right-item input {
    width: 17.13rem;
    height: 3.25rem;
    background: #ffffff;
    border-radius: 0.31rem;
    outline: none;
    border: none;
    padding: 0 1rem;
    color: #9a9a9a;
  }

  .right-item textarea {
    width: 36.88rem;
    height: 9.31rem;
    background: #ffffff;
    border-radius: 0.31rem;
    padding: 1rem;
  }

  .contact-right_button {
    display: inline-block;
    width: 36.88rem;
    height: 3.25rem;
    line-height: 3.25rem;
    text-align: center;
    background: #25b766;
    color: #fff;
    border-radius: 0.31rem;
    font-size: 1.13rem;
    font-weight: bold;
  }

  /* footer */
  .footer {
    width: 100%;
    height: 33.32em;
    
  }

  .home-footer__content--main {

    height: 28.44rem;
    /* padding: 5.88rem 22.88rem 0 22.56rem; */
    background: #25b766;
    padding-top: 5.88rem;
  }

  .home-footer__content--main .home-container{
    display: flex;
    justify-content: space-between;
  }
  .footer-logo img {
    width: 11.75rem;
    /* height: 3.13rem; */
  }

  .footer-logo p {
    width: 29rem;
    height: 5.19rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 1.38rem;
    margin-top: 1.88rem;
  }

  .footer-menu h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 1.63rem;
    color: #ffffff;
    line-height: 1.38rem;
    margin-bottom: 1.88rem;
  }

  .footer-menu a {
    display: block;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 2rem;
  }

  .footer-contact h3 {
    font-family: neue Radial;
    font-weight: normal;
    font-size: 1.63rem;
    color: #ffffff;
    line-height: 1.38rem;
  }

  .footer-contact_phone {
    display: flex;
    margin-top: 2.19rem;
    margin-left: 0.31rem;
  }

  .contact-phone_img {
    width: 1.19rem;
    height: 1.75rem;
  }

  .contact-time_img {
    width: 1.75rem;
    height: 1.75rem;
    margin-left: -0.31rem;
  }

  .contact-address_img {
    width: 1.5rem;
    height: 1.75rem;
  }

  .footer-contact_content {
    margin-left: 1.38rem;
  }

  .footer-contact_content p,
  .footer-contact_content a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 2rem;
    margin-top: -0.5rem;
  }

  .home-footer__copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    /* padding: 2rem 22.5rem 0 22.5rem; */
  }

  .home-footer__copyright p {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.13rem;
    color: #5e5e5e;
  }

  .footer-copyright_imgList {}

  .footer-copyright_imgList img {
    width: 1rem;
    height: 1rem;
    margin-right: 1.56rem;
  }

  .header-menu_twoMenu .header-menu_twoMenu_item--active>a {
    color: #00ce87;
  }

  .header-menu_twoMenu .header-menu_twoMenu_item--active .header-menu_threeMenu {
    display: block;
  }

}

/* 针对屏幕宽度在768px到1060px之间的设备（如平板） */
@media screen and (min-width: 668px) and (max-width: 1060px) {

  /* 在这里编写针对平板的样式 */
  #phone {
    display: none;
  }

  .header {
    position: relative;
    width: 100%;
    height: 5rem;
    padding: 0 20rem;
    box-sizing: border-box;
    background-color: #fff;
  }

  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  .header-logo {
    width: 5.31rem;
    height: 1.5rem;
  }

  .header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-search {
    width: 1.31rem;
    height: 1.31rem;
    margin-left: 6.31rem;
  }

  .header-language {
    display: flex;
    align-items: center;
    margin-left: 2.88rem;
  }

  .header-language img {
    width: 1.94rem;
    height: 1.94rem;
    margin-right: 0.6rem;
  }

  .header-language span {
    font-size: 1.13rem;
    color: #2f2f2f;
  }

  .header-Route {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.56rem;
    height: 3.06rem;
    background: #25b766;
    border-radius: 1.53rem;
    margin-left: 1.6rem;
  }

  .header-Route a {
    font-family: PingFang SC;
    font-size: 1.13rem;
    color: #ffffff;
  }

  #header-Route_arrowRight {
    font-size: 1.2rem;
    color: #fff;
    margin-left: 1.31rem;
  }

  #header-navigator {
    font-size: 1.2rem;
    margin-left: 1.31rem;
  }

  /* headerMenus */
  #header-menus {
    display: none;
    padding: 1rem 3rem;
    background-color: rgba(3, 3, 3, 0.7);
  }

  #header-menus li {
    margin-bottom: 1rem;
  }

  #header-menus li a {
    color: #fff;
  }

  #header-menus li a:hover {
    color: #1a75bc;
  }

  .header-menu--hasChild {
    position: relative;
  }

  .header-menu--hasChild:hover .header-menus__second {
    display: block;
  }

  .header-menus__second {
    display: none;
    position: absolute;
    left: 7rem;
    top: 50%;
    background-color: #333;
    padding: 1rem;
  }
}

.step-menu_item {
  transition: all .2s;
}

.step-menu_item:hover {
  border-color: #00ce86;
  /* border-color: #00ce8600; */
  /* box-shadow: 0px 2px 10px #00ce868e; */
}

.news-content_item--img {
  overflow: hidden;
}


.news-content_item--img img {
  transition: all .2s;
}

.news-content_item--img:hover img {
  transform: scale(1.1);
}

.footer-copyright_imgList img,
.menuList-item img {
  transition: all .2s;
}

.footer-copyright_imgList img:hover,
.menuList-item:hover img {
  animation: tada 1s;
}
.news-content_item:hover p,
.news-content_item:hover h3 {
  color: #00ce86;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.swiper-banner,
.news-content {
  overflow: hidden;
}