@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-400-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DingTalk-JinBuTi;
  src: url("./font/DingTalk-JinBuTi.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* 版心 */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}
.main-center-mini {
  width: 72.95%;
  margin: 0 auto;
}

.header-main-box {
  position: absolute;
  z-index: 11;
  width: 100%;
  /* height: 80rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: rgba(255, 255, 255, 0.9); */
  /* background: #e7ebf0; */
  padding: 30rem 80rem 0;
}
.header-top-box {
  padding-top: 20rem;
}
.header-top-title {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-title h1 {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-link {
  display: flex;
  align-items: center;
  color: rgba(87, 93, 108, 0.4);
}
.header-top-link a {
  margin: 0 10rem;
  color: rgba(87, 93, 108, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-link a:hover {
  color: rgba(87, 93, 108, 0.6);
}
.header-center-box {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone-box {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 80rem;
  width: 273rem;
  height: 38rem;
  background: url(./../esimg/icon/phone_bg.png) no-repeat;
  background-size: 100% 100%;
}
.header-phone-img {
  width: 18rem;
  margin-right: 10rem;
}
.header-phone-text {
  font-weight: 400;
  color: #333333;
}
.header-wap-show {
  position: absolute;
  right: 0;
  top: 0;
  width: 94rem;
  height: 94rem;
  background: url(./../esimg/icon/header-nav.png) no-repeat;
  background-size: 100% 100%;
}
.header-phone-number {
  /* font-weight: bold;
  color: #68AD45; */
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #ffffff;
}
.header-nav-box {
  display: flex;
  margin-right: 20rem;
}
.header-nav-item {
  padding: 0 35rem;
  /* margin: 0 20rem; */
  height: 100%;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  position: relative;
  z-index: 21;
  padding: 20rem 0;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-title:hover {
  /* color: #68AD45; */
}
.header-center-logo {
  width: 354rem;
  position: relative;
  z-index: 11;
  /* height: 114rem; */
}
.header-center-logo img {
  width: 100%;
}
.header-main-box .nor {
  display: block;
}
.header-main-box .sel {
  display: none;
}
.header-main-open .nor {
  display: none;
}
.header-main-open .sel {
  display: block;
}
.header-nav-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  /* height: 500rem; */
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: flex-start;
  padding: 0 160rem 0;
}
.header-nav-item:hover .header-nav-section {
  /* padding: 180rem 160rem 0; */
  padding: 140rem 160rem 0;
  height: 410rem;
}
.header-nav-img {
  width: 454rem;
}
.header-nav-cont {
  padding-left: 110rem;
  width: calc(100% - 110rem);
}
.header-nav-name {
  font-weight: 400;
  color: #6fba2b;
  padding-left: 20rem;
  position: relative;
  margin-bottom: 30rem;
}
.header-nav-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 10rem;
  height: 21rem;
  background: url(./../esimg/icon/header-dian.png) no-repeat;
  background-size: 100% 100%;
}
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.header-nav-text {
  width: calc(33.33% - 40rem);
  margin-right: 40rem;
  /* text-align: center; */
  /* color: #fff; */
  color: #262626;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-text:nth-child(3n) {
  margin-right: 0;
}
.header-main-open .header-nav-title {
  color: #262626;
  position: relative;
  z-index: 11;
}
.header-nav-text:hover {
  color: #6fba2b;
  text-decoration-line: underline;
}
.header-nav-on .header-nav-title {
  /* color: #68AD45; */
}
.header-nav-on {
  position: relative;
}
.header-nav-item::before {
  content: "";
  position: absolute;
  z-index: 11;
  bottom: 8px;
  left: 50%;
  width: 56rem;
  height: 20rem;
  border: 2.5rem solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}
.header-nav-item:hover::before,
.header-nav-on::before {
  transform: translateX(-50%) scaleX(1);
}
.header-main-open .header-nav-item::before {
  border-bottom-color: #6fba2b;
}

.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.index-banner-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: 27rem !important;
  left: auto !important;
  right: 260rem;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 21rem;
  /*background: #68AD45;
  */
  border: none;
  background: url(./../esimg/icon/hone-banenr-nor.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  opacity: 1;
  margin: 0 15rem !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  width: 31rem;
  height: 71rem;
  background: url(./../esimg/icon/hone-banenr-sel.png) no-repeat;
  background-size: 100% 100%;
}
.suspension-box {
  width: 90rem;
  position: fixed;
  right: 0.7%;
  top: 34%;
  z-index: 999;
}
.suspension-content-max {
  width: fit-content;
  border-radius: 6px;
  background: #68ad45;
}
.suspension-content-box {
  width: 90rem;
  height: 90rem;
  /* background: #68AD45; */
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed rgba(243, 243, 243, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.suspension-content-icon {
  /* position: absolute;
  top: 12px;
  left: 12px; */
  width: 40rem;
  height: 40rem;
  margin: 0 auto;
}
.suspension-content-name {
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}
.suspension-content-box:hover .suspension-content-info {
  min-width: 246rem;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border-radius: 6px;
  border: 1px solid #68ad45;
  opacity: 0.9;
  /* border-image: linear-gradient(129deg, #046ef7, #53c1fc) 10 10; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.suspension-content-box:hover .suspension-content-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20rem 0 0 20rem;
}
.suspension-content-by {
  font-weight: 400;
  color: #373737;
}
.suspension-content-decs {
  padding-top: 5rem;
  font-weight: 600;
  color: #68ad45;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: auto;
  font-family: arial;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.suspension-content-top {
  border-radius: 8px 8px 0px 0px;
}
.suspension-content-bottom {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-bottom: none;
}
.suspension-content-bottom .suspension-content-icon {
  width: 50rem;
  height: 50rem;
}
.suspension-content-other {
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  border-bottom: none;
}
.suspension-content-box:hover .suspension-content-info {
  width: 120px;
  /* background-color: #68AD45; */
  display: block;
}
.suspension-content-box:hover {
  /* background-color: #68AD45; */
}

.suspension-content-box:hover .suspension-content-info img {
  display: block;
}
.suspension-content-info {
  display: none;
  width: 0;
  height: 90rem;
  font-family: arial;
  color: #fff;
  position: absolute;
  top: 0;
  right: 100rem;
  overflow: hidden;
  transition: all 0.3s;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border: 1px solid #68ad45;
  /* border-image: linear-gradient(129deg, #046ef7, #53c1fc) 10 10; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr {
  min-width: 110rem !important;
  width: 110rem !important;
  height: 130rem;

  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.suspension-content-box:hover .suspension-content-qr {
  display: flex;
}

.suspension-content-qr-code {
  width: 80rem;
  height: 80rem;
  /* position: absolute;
  top: 10px;
  left: 16px; */
}
.suspension-content-qr img {
  display: none;
}
.suspension-content-qr-name {
  font-size: 12px;
  /* position: absolute; */
  /* top: 80px; */
  left: 0;
  width: 100%;
  text-align: center;
  color: #050505;
  margin-top: 5rem;
}
.keyword-box {
  position: absolute;
  z-index: 2;
  left: 260rem;
  bottom: 20rem;
  display: flex;
  align-items: center;
}
.keyword-box p,
.keyword-box a {
  color: #fff;
  margin-right: 10rem;
}
.header-main-right {
  display: flex;
  align-items: center;
  margin-right: 15rem;
}
.header-right-icon {
  width: 30rem;
  position: relative;
  z-index: 4;
}
.header-language-box {
  position: relative;
  padding: 10rem 0 10rem 12rem;
  cursor: pointer;
}
.header-language-on {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-right: 18rem;
}
.header-main-open .header-language-on {
  color: #6fba2b;
}
.header-language-on::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5rem);
  right: 0;
  background: url(../esimg/icon/xiala.png) no-repeat;
  background-size: 100% 100%;
  width: 10rem;
  height: 5rem;
}
.header-main-open .header-language-on::after {
  background: url(./../esimg/icon/xiala_g.png) no-repeat;
  background-size: 100% 100%;
}
.header-language-dropdown {
  position: absolute;
  /* bottom: -90rem; */
  top: 100%;
  right: -10%;
  width: 160%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.header-language-box:hover .header-language-dropdown {
  height: auto;
}
.header-language-dropdown a {
  text-align: center;
  color: #fff;
  line-height: 42.5rem;
}
.header-language-dropdown a:nth-child(2) {
  margin-top: 5rem;
}
.header-language-dropdown a:hover {
  background: rgba(60, 80, 87, 1);
}
.index-about-box {
  width: 100%;
  padding-top: 70rem;
}
.public-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.public-title-left {
  align-items: flex-start;
}
.public-title-left .public-title-cn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25rem;
  width: 56rem;
  height: 20rem;
}
.public-title-en {
  width: fit-content;
  font-size: 60rem;
  line-height: 1;
  color: #eff3f6;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}
.public-title-white .public-title-en {
  color: rgba(239, 243, 246, 0.1);
}
.public-title-left .public-title-en {
  color: #c8dff0;
}
.public-title-cn {
  position: relative;
  text-align: center;
  margin-top: -30rem;
  line-height: 1;
  padding-bottom: 20rem;
}
.public-title-white .public-title-cn {
  color: #ffffff;
}
.public-title-sign {
  position: relative;
  padding-bottom: 15rem;
}
.public-title-cn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 56rem;
  height: 20rem;
  border: 3.5rem solid transparent;
  border-bottom-color: #6fba2b;
  border-radius: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  transition: transform 0.5s ease;
}
.public-title-sign::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30rem;
  width: 66rem;
  height: 25rem;
  border: 3.5rem solid transparent;
  border-bottom-color: #6fba2b;
  border-radius: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  transition: transform 0.5s ease;
}
/* 添加悬停动画效果 */
.public-title-box:hover .public-title-cn::before,
.public-title-sign-box:hover .public-title-sign::before {
  transform: translateX(-50%) scaleX(0);
  animation: titleLineAnimation 0.8s ease forwards;
  -webkit-animation: titleLineAnimation 0.8s ease forwards;
}

@keyframes titleLineAnimation {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}
.index-about-content {
  padding: 60rem 50rem 0;
}
.index-about-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30rem;
}
.index-about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-about-num {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #6fba2b;
}
.index-about-by {
  color: #262626;
  opacity: 0.6;
}
.index-about-decs {
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
  padding-top: 40rem;
  padding-bottom: 30rem;
  text-align: center;
}
.index-about-decs p {
  padding-bottom: 20rem;
}
.public-btn {
  width: 154rem;
  height: 50rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1264a9;
  color: #ffffff;
  border-radius: 0 25rem 25rem 25rem;
  -webkit-border-radius: 0 25rem 25rem 25rem;
  -moz-border-radius: 0 25rem 25rem 25rem;
  -ms-border-radius: 0 25rem 25rem 25rem;
  -o-border-radius: 0 25rem 25rem 25rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-btn:hover {
  width: 165rem;
  border-radius: 0 25rem 0 25rem;
  -webkit-border-radius: 0 25rem 0 25rem;
  -moz-border-radius: 0 25rem 0 25rem;
  -ms-border-radius: 0 25rem 0 25rem;
  -o-border-radius: 0 25rem 0 25rem;
}
.index-about-mat {
  width: 100%;
  position: relative;
  padding-bottom: 40rem;
  /* height: 100rem; */
}
.index-about-logo {
  width: 1020rem;
  margin: 0 auto;
}
.wave-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  z-index: -1;
}

.wave-green {
  position: absolute;
  bottom: 165rem;
  left: 0;
  width: 100%;
  opacity: 0.4 !important;
  /* height: 258rem; */
  height: 227rem;
  background-size: 100% 227rem;
  background-repeat: repeat-x;
  animation: wave-animation-fancy linear infinite;
  opacity: 1;
  -webkit-animation: wave-animation-fancy linear infinite;
}
.wave-blue {
  position: absolute;
  bottom: -50rem;
  left: 0;
  width: 100%;
  height: 363rem;
  opacity: 0.3 !important;
  background-repeat: repeat-x;
  animation: wave-animation linear infinite;
  opacity: 1;
  -webkit-animation: wave-animation linear infinite;
}

.wave-green {
  background: url(./../esimg/icon/wave_green.png);
  background-size: 105% 100%; /* 稍微放大宽度以避免缝隙 */
  background-repeat: repeat-x;
  animation-duration: 17s;
}

.wave-blue {
  background: url(./../esimg/icon/wave_blue.png);
  background-size: 105% 100%; /* 稍微放大宽度以避免缝隙 */
  background-repeat: repeat-x;
  animation-duration: 18s;
}
.wave-green,
.wave-blue {
  background-repeat: repeat-x;
  background-size: 100% 100%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* 添加这行来消除缝隙 */
  background-size: 101% 100%;
  /* 或者使用背景位置调整 */
  background-position: 0 0;
}
@keyframes wave-animation {
  0% {
    background-position-x: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  50% {
    background-position-x: 1000px;
    /*负值实现反向滚动*/
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
  }
  100% {
    background-position-x: 0;
    /*负值实现反向滚动*/
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
}

@keyframes wave-animation-fancy {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: -1000px; /* 负值实现反向滚动 */
  }
  100% {
    background-position-x: 0; /* 负值实现反向滚动 */
  }
}

.index-play-text {
  position: absolute;
  bottom: 10rem;
  width: 100%;
  text-align: center;
  color: #6fba2b;
}
.index-play-btn {
  position: absolute;
  left: calc(50% - 58rem);
  top: calc(50% - 58rem + 50rem);
  width: 116rem;
  height: 116rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 68px 0px rgba(110, 186, 44, 0.67);
  border-radius: 50%;
  display: flex;
}
.index-play-btn::before {
  content: "";
  position: absolute;
  width: 86rem;
  height: 86rem;
  top: calc(50% - 43rem);
  left: calc(50% - 43rem);
  background: url(./../esimg/icon/1-0play.png) no-repeat;
  background-size: 100% 100%;
  animation: rotate-animation 8s linear infinite;
}
.index-play-btn::after {
  content: "";
  position: absolute;
  width: 19rem;
  height: 30rem;
  top: calc(50% - 15rem);
  left: calc(50% - 9rem);
  background: url(./../esimg/icon/1-0play1.png) no-repeat;
  background-size: 100% 100%;
}
.index-hospitals-list {
  display: flex;
  width: 100%;
  margin-top: 30rem;
}
.index-hospitals-item {
  width: 130rem;
  height: 780rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-hospitals-on {
  width: calc(100% - (130rem * 4));
}
.index-hospitals-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index-hospitals-item .nor {
  display: block;
}
.index-hospitals-item .sel {
  display: none;
}
.index-hospitals-on .nor {
  display: none;
}
.index-hospitals-on .sel {
  display: block;
}
.index-hospitals-name {
  position: absolute;
  top: 200rem;
  left: calc(50% - 19rem);
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.index-hospitals-name::before {
  content: "";
  position: absolute;
  top: -34rem;
  left: calc(50% - 10rem);
  width: 21rem;
  height: 24rem;
  background: url(./../esimg/icon/major_icon1.png) no-repeat;
  background-size: 100% 100%;
}
.index-hospitals-item:nth-child(4) .index-hospitals-name::before {
  background: url(./../esimg/icon/major_icon2.png) no-repeat;
  background-size: 100% 100%;
}
@keyframes rotate-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-hospitals-box {
  padding-top: 120rem;
}
.index-hospitals-decs {
  text-align: center;
  color: #262626;
  line-height: 1.8;
  padding-top: 20rem;
}
.index-hospitals-content {
  position: absolute;
  bottom: 60rem;
  left: 130rem;
}
.index-hospitals-title {
  color: #ffffff;
  position: relative;
}
.index-hospitals-title::before {
  content: "";
  position: absolute;
  left: -34rem;
  top: calc(50% - 10rem);
  width: 21rem;
  height: 24rem;
  background: url(./../esimg/icon/major_icon1.png) no-repeat;
  background-size: 100% 100%;
}
.index-hospitals-text {
  padding-top: 15rem;
  color: #ffffff;
  line-height: 1.8;
  width: 90%;
}
.index-hospitals-on::after {
  content: "";
  position: absolute;
  bottom: 60rem;
  right: 50rem;
  width: 28rem;
  height: 18rem;
  background: url(./../esimg/icon/major_more.png) no-repeat;
  background-size: 100% 100%;
}
.index-department-box {
  position: relative;
  z-index: 1;
  padding: 100rem 0 0;
  overflow: hidden;
}
.index-department-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -100rem;
  top: -200rem;
  width: 673rem;
  height: 673rem;
  background: linear-gradient(0deg, #3ba8fb 0%);
  border-radius: 50%;
  opacity: 0.2;
  animation: float-animation 3s ease-in-out infinite;
  -webkit-animation: float-animation 3s ease-in-out infinite;
}

@keyframes float-animation {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-30rem);
    -webkit-transform: translateY(-30rem);
    -moz-transform: translateY(-30rem);
    -ms-transform: translateY(-30rem);
    -o-transform: translateY(-30rem);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-webkit-keyframes float-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20rem);
  }
  100% {
    transform: translateY(0);
  }
}
.index-department-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30rem 0;
}
.index-department-item {
  width: 240rem;
  height: 240rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #d9efeb 0%, #e9f5f3 100%);
  border-radius: 20px;
  margin-right: calc((100% - (240rem * 6)) / 5);
  margin-bottom: 30rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-size: 200% 200%;
  background-position: 0% 0%;
}
.index-department-item:nth-child(6n) {
  margin-right: 0;
}
.index-department-item:hover {
  background: linear-gradient(149deg, #6fba2b 0%, rgba(111, 186, 43, 0.6) 100%);
  background-size: 200% 200%;
  background-position: 100% 100%;
}
.index-department-name {
  font-weight: 400;
  color: #262626;
  padding-top: 15rem;
}
.index-department-item:hover .index-department-name {
  font-weight: bold;
  color: #ffffff;
}
.index-department-icon {
  width: 110rem;
}
.index-department-item .nor {
  display: block;
}
.index-department-item .sel {
  display: none;
}
.index-department-item:hover .nor {
  display: none;
}
.index-department-item:hover .sel {
  display: block;
}
.index-expert-box {
  padding-top: 130rem;
  position: relative;
}
.index-expert-box::after {
  content: "";
  position: absolute;
  left: -300rem;
  top: -280rem;
  width: 870rem;
  height: 871rem;
  background: linear-gradient(180deg, #6fba2b 0%, rgba(111, 186, 43, 0) 100%);
  border-radius: 50%;
  opacity: 0.1;
  animation: float-animation-expert 3s ease-in-out infinite;
  -webkit-animation: float-animation-expert 3s ease-in-out infinite;
}

@keyframes float-animation-expert {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(30rem);
    -webkit-transform: translateY(30rem);
    -moz-transform: translateY(30rem);
    -ms-transform: translateY(30rem);
    -o-transform: translateY(30rem);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.index-expert-main {
  position: relative;
}
.index-expert-slide {
  display: flex;
  align-items: flex-start;
}
.index-expert-left {
  width: calc(100% - 687rem);
  padding-right: 100rem;
}
.index-expert-img {
  width: 687rem;
}
.index-expert-name {
  font-weight: bold;
  color: #262626;
  padding-top: 20rem;
}
.index-expert-label {
  font-weight: 400;
  color: #262626;
  padding-top: 15rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-expert-text {
  font-weight: 400;
  color: #262626;
  opacity: 0.8;
  padding-top: 40rem;
  line-height: 1.8;
  /* 超出8行隐藏 */
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-expert-text {
}
.index-expert-text p {
  padding-bottom: 10rem;
}
.index-expert-btn {
  margin: 30rem 0 0;
}
.index-expert-nav-box {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 90rem;
  width: calc(100% - 687rem);
  padding: 0 80rem;
}
.index-expert-nav {
  overflow: hidden;
}
.index-expert-nav .swiper-slide {
  position: relative;
  z-index: 11;
}
.index-expert-prev {
  position: absolute;
  z-index: 4;
  top: calc(50% - 25rem);
  left: 0;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-prev.png) no-repeat;
  background-size: 100% 100%;
}
.index-expert-next {
  position: absolute;
  z-index: 4;
  top: calc(50% - 25rem);
  right: 0;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.index-expert-bg {
  width: 148rem;
  height: 148rem;
  background: radial-gradient(circle, #e1e1e1 0%, #f6f6f6 100%);
  border-radius: 50%;
}
.swiper-slide-active .index-expert-bg {
  background: #6fba2b;
}
.index-expert-bg img {
  width: 100%;
}
.index-expert-swiper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-advantage-box {
  padding: 50rem 60rem 0;
}
.index-advantage-main {
  position: relative;
  margin-top: 20rem;
}
.index-advantage-bg {
  width: 100%;
}
.index-advantage-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-advantage-item {
  width: calc(100% / 3);
  height: 50%;
  position: relative;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-advantage-item:hover {
  background: rgba(0, 0, 0, 0.5);
}
.index-advantage-item:nth-child(-n + 3) {
  border-bottom: 1px solid #c7dadc;
}
.index-advantage-item:nth-child(1)::after,
.index-advantage-item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background: linear-gradient(0deg, #c2e1df 0%, rgba(255, 255, 255, 0) 100%);
}
.index-advantage-item:nth-child(4)::after,
.index-advantage-item:nth-child(5)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background: linear-gradient(180deg, #c2e1df 0%, rgba(255, 255, 255, 0) 100%);
}
.index-advantage-nor {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-advantage-number {
  font-size: 60rem;
  font-family: DingTalk-JinBuTi;
  /* font-weight: bold; */
  color: #6fba2b;
}
.index-advantage-name {
  padding-top: 15rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.index-advantage-sel {
  position: relative;
  padding: 40rem 40rem 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}
.index-advantage-item:nth-child(1) .index-advantage-sel {
  border-top-left-radius: 20px;
}
.index-advantage-item:nth-child(3) .index-advantage-sel {
  border-top-right-radius: 20px;
}
.index-advantage-item:nth-child(4) .index-advantage-sel {
  border-bottom-left-radius: 20px;
}
.index-advantage-item:nth-child(6) .index-advantage-sel {
  border-bottom-right-radius: 20px;
}
.index-advantage-sel .index-advantage-number {
  position: absolute;
  right: 50rem;
  bottom: 0;
  font-size: 120rem;
  line-height: 1;
  opacity: 0.3;
}
.index-advantage-title {
  font-weight: bold;
  color: #6fba2b;
}
.index-advantage-text {
  padding-top: 10rem;
  color: #ffffff;
  line-height: 1.8;
  opacity: 0.8;
}
.index-advantage-item .index-advantage-nor {
  display: flex;
}
.index-advantage-item .index-advantage-sel {
  display: none;
}
.index-advantage-item:hover .index-advantage-nor {
  display: none;
}
.index-advantage-item:hover .index-advantage-sel {
  display: block;
}
.index-case-box {
  padding: 100rem 0 90rem;
}
.index-case-swiper {
  margin-top: 50rem;
  overflow: hidden;
}
.index-case-slide {
  background: #f0f4f5;
  border-radius: 20px;
  position: relative;
}
.index-case-swiper .swiper-slide-active {
  background: #68ad45;
}
.index-case-img {
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.index-case-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.swiper-slide-active .index-case-img::after {
  display: none;
}
.index-case-img img {
  width: 100%;
  border-radius: 20px;
}
.index-case-cont {
  padding: 35rem;
}
.index-case-name {
  font-weight: bold;
  color: #262626;
}
.index-case-swiper .swiper-slide-active .index-case-name {
  color: #fff;
}
.index-case-text {
  color: #262626;
  line-height: 1.8;
  opacity: 0.8;
  padding-top: 5rem;
}
.index-case-swiper .swiper-slide-active .index-case-text {
  color: #fff;
}
.index-case-swiper .swiper-slide-active::after {
  content: "";
  position: absolute;
  z-index: 6;
  right: 28rem;
  bottom: 16rem;
  width: 246rem;
  height: 85rem;
  background: url(./../esimg/icon/cases_logo.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-bottom {
  margin-top: 40rem;
  position: relative;
}
.index-case-navigation {
  position: absolute;
  right: 160rem;
  top: 0;
  display: flex;
  align-items: center;
}
.index-case-prev {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-prev.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 30rem;
}
.index-case-next {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.index-welfare-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-welfare-bg {
  width: 100%;
}
.index-welfare-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.welfare-map-box {
  width: 1000rem;
  height: 823rem;
  margin-top: 20rem;
  margin-left: -200rem;
  /* margin-left: 100rem; */
}
.about-journey-toolitp {
  color: #fff;
  width: 280rem;
  position: relative;
  background: rgba(18, 100, 169, 0.9);
  border-radius: 10px;
  padding: 20rem 0 20rem 20rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.index-welfare-left {
  width: calc(100% - 1000rem);
  padding-top: 70rem;
  padding-left: 160rem;
}
.welfare-map-list {
  display: flex;
  flex-wrap: wrap;
}
.welfare-map-item {
  width: 40%;
  position: relative;
  padding-left: 25rem;
  margin-top: 20rem;
}
.welfare-map-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6rem);
  width: 15rem;
  height: 12rem;
  background: url(./../esimg/icon/welfare-map-shu.png) no-repeat;
  background-size: 100% 100%;
}
.index-welfare-nums {
  padding-top: 100rem;
}
.index-welfare-flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50rem;
}
.index-welfare-num {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #0052a4;
  line-height: 1;
}
.index-welfare-by {
  font-weight: 400;
  color: #262626;
  padding-left: 3rem;
}
.index-welfare-decs {
  padding-top: 20rem;
  color: #262626;
  line-height: 1.8;
  width: 600rem;
}
.index-welfare-decs p {
  padding-top: 20rem;
}
.index-news-box {
  padding: 70rem 0 50rem;
  position: relative;
}
.index-news-header {
  width: 100%;
  position: relative;
}
.index-news-btn {
  position: absolute;
  right: 0;
  top: 50%;
}
.index-news-swiper {
  margin-top: 40rem;
  overflow: hidden;
  padding-bottom: 120rem;
  position: relative;
}
.index-news-slide {
  border-radius: 10px;
  padding: 45rem;
  border-bottom: 4rem solid transparent;
  padding: 45rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-slide:hover {
  background: #ffffff;
  box-shadow: 6px 7px 81px 0px #dae5eb;
  border-bottom: 4rem solid #6fba2b;
}
.index-news-date {
  display: flex;
  align-items: flex-end;
}
.index-news-day {
  font-family: DingTalk-JinBuTi;
  color: #0052a4;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-slide:hover .index-news-day {
  color: #68ad45;
}
.index-news-month {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #7b8895;
  line-height: 1;
  padding-left: 5rem;
  padding-bottom: 2rem;
}
.index-news-name {
  font-weight: bold;
  color: #262626;
  padding-top: 40rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-slide:hover .index-news-name {
  color: #68ad45;
}
.index-news-text {
  padding-top: 20rem;
  color: #262626;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-imgs {
  margin-top: 50rem;
  width: 100%;
  position: relative;
}
.index-news-slide:hover .index-news-imgs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.index-news-slide:hover .index-news-imgs::after {
  content: "";
  width: 50rem;
  height: 50rem;
  position: absolute;
  left: calc(50% - 25rem);
  top: calc(50% - 25rem);
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-img {
  width: 100%;
}
.index-news-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 322rem;
  background: url(./../esimg/img/news_bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-pagination {
  position: absolute;
  z-index: 11;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0 !important;
  left: auto !important;
  right: auto;
}
.index-news-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 21rem;
  background: url(./../esimg/icon/hone-banenr-nor.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  border: none !important;
  opacity: 1;
  margin: 0 15rem !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-pagination .swiper-pagination-bullet-active {
  width: 31rem;
  height: 71rem;
  background: url(./../esimg/icon/hone-banenr-sel.png) no-repeat;
  background-size: 100% 100%;
}
.public-contact-box {
  width: 100%;
  padding: 40rem 0 70rem;
  background: #2079c9;
}
.public-contact-form {
  padding-top: 40rem;
  display: flex;
  align-items: center;
}
.public-contact-input {
  font-weight: 400;
  color: #ffffff;
  width: 345rem;
  height: 60rem;
  /*background: linear-gradient(90deg, #2682d5 0%);
  */
  background: transparent;
  border-radius: 30px;
  border: 1px solid #c5daec;
  padding: 0 20rem;
  margin-right: 15rem;
}
.public-contact-input::placeholder,
.public-contact-textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}
.public-contact-relative {
  position: relative;
}
.public-contact-textarea {
  width: 848rem;
  height: 60rem;
  /* background: linear-gradient(90deg, #2682d5 0%); */
  /* background: #2682d5; */
  background: transparent;
  border-radius: 30px;
  border: 1px solid #c5daec;
  padding: 0 150rem 0 20rem;
  font-weight: 400;
  color: #ffffff;
}
.public-contact-button {
  position: absolute;
  right: 5rem;
  top: 5rem;
  width: 154rem;
  height: 50rem;
  background: #6fba2b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 0 25px 25px 25px;
  -webkit-border-radius: 0 25px 25px 25px;
  -moz-border-radius: 0 25px 25px 25px;
  -ms-border-radius: 0 25px 25px 25px;
  -o-border-radius: 0 25px 25px 25px;
}
.public-contact-flex {
  display: flex;
  flex-wrap: wrap;
}
.contact-address-item {
  width: 25%;
  padding-right: 110rem;
  position: relative;
}
.contact-address-header {
  display: flex;
  align-items: center;
}
.contact-address-icon {
  width: 24rem;
  height: 26rem;
}
.public-contact-flex {
  padding-top: 50rem;
}
.contact-address-name {
  font-weight: bold;
  color: #ffffff;
  padding-left: 10rem;
}
.contact-address-text {
  padding-top: 15rem;
  font-weight: 400;
  color: #ffffff;
}
.public-footer-box {
  background: url(./../esimg/img/footer_bottom_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 60rem;
}
.footer-content-box {
  position: relative;
  display: flex;
  padding-bottom: 40rem;
}
.footer-content-left {
  display: flex;
  align-items: flex-start;
}
.footer-nav-item {
  width: auto;
  padding-right: 80rem;
}
.footer-nav-name {
  font-weight: 400;
  color: #242424;
}
.footer-nav-ul {
  padding-top: 30rem;
}
.footer-nav-li {
  color: #242424;
  opacity: 0.8;
  margin-bottom: 10rem;
}
.footer-nav-li:hover {
  opacity: 1;
  color: #68ad45;
}
.footer-content-right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-logo {
  width: 354rem;
}
.footer-content-flex {
  display: flex;
  padding-top: 50rem;
}
.footer-qrcode-item {
  margin-left: 25rem;
}
.footer-qrcode-img {
  width: 148rem;
}
.footer-qrcode-name {
  padding-top: 10rem;
  text-align: center;
  color: #242424;
  opacity: 0.6;
}
.footer-cont-item {
  display: flex;
  align-items: center;
  margin-left: 45rem;
}
.footer-cont-img {
  width: 28rem;
}
.footer-cont-cont {
  padding-left: 10rem;
}
.footer-cont-name {
  font-weight: 400;
  color: #242424;
  opacity: 0.6;
}
.footer-cont-number {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #1264a9;
}
.footer-bottom-box {
  border-top: 1px solid rgba(233, 239, 249, 1);
  padding: 15rem 0;
}
.footer-bottom-box .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-text {
  color: #242424;
  opacity: 0.6;
}
.footer-bottom-center {
  display: flex;
}
.footer-bottom-center a {
  margin-right: 20rem;
}
.footer-bottom-center img {
  margin-right: 10rem;
}
.footer-bottom-right {
  display: flex;
  align-items: center;
}
.friendly-box {
  padding: 10rem 0;
  background: rgba(0, 0, 0, 0.9);
}
.friendly-box .main-center {
  display: flex;
  flex-wrap: wrap;
}
.friendly-box p,
.friendly-box a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 10rem;
  line-height: 1.6;
}
.public-banner-box {
  width: 100%;
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banner-content {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-banner-title {
  color: #ffffff;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  padding-top: 10rem;
}
.public-crumbs-box a {
  position: relative;
  margin-right: 20rem;
  color: #ffffff;
}
.public-crumbs-box a::after {
  content: "-";
  position: absolute;
  right: -12rem;
  top: 0;
}
.public-crumbs-box a:last-child {
  margin-right: 0;
}
.public-crumbs-box a:last-child::after {
  content: "";
}
.banner-drop-down {
  width: 30rem;
  height: 30rem;
  margin-top: 25rem;
  background: url(./../esimg/icon/banner-xia.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.banner-drop-down:hover {
  transform: translateY(5rem);
}
.public-tabs-box {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e1e4e8;
}
.public-tabs-box .main-center {
  display: flex;
}
.public-tab-item {
  flex: 1;
  padding: 30rem 0;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-tab-on,
.public-tab-item:hover {
  color: #6fba2b;
}
.public-tab-on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #6fba2b;
}
.about-since-box {
  padding: 80rem 0 100rem;
}
.about-since-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-since-date {
  font-size: 60rem;
  line-height: 1;
  font-weight: bold;
  color: #6fba2b;
}
.about-since-title {
  color: #262626;
}
.about-since-decs {
  width: 1028rem;
  color: #262626;
  line-height: 1.8;
}
.about-since-decs P {
  padding-bottom: 20rem;
}
.about-since-decs P:last-child {
  padding-bottom: 0;
}
.about-since-bottom {
  display: flex;
  padding-top: 65rem;
}
.about-since-imgs {
  width: 775rem;
  position: relative;
}
.about-since-imgs2 {
  width: 775rem;
  position: relative;
}
.about-since-img {
  width: 100%;
}
.about-since-imgs::before {
  content: "";
  position: absolute;
  left: calc(50% - 58rem);
  top: calc(50% - 58rem);
  width: 116rem;
  height: 116rem;
  background: url(./../esimg/icon/2-0play2.png) no-repeat;
  background-size: 100% 100%;
}
.about-since-imgs::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86rem;
  height: 84rem;
  background: url(./../esimg/icon/2-0play11.png) no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.about-since-imgs:hover::after {
  animation: rotateCircle 2s linear infinite;
  -webkit-animation: rotateCircle 2s linear infinite;
  -moz-animation: rotateCircle 2s linear infinite;
  -o-animation: rotateCircle 2s linear infinite;
}

@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-o-keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.about-since-numbers {
  width: calc(100% - 775rem);
  padding-right: 67rem;
}
.about-since-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17rem 25rem;
  border-bottom: 1px solid rgba(225, 228, 232, 1);
}
.about-since-num {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #6fba2b;
}
.about-since-by {
  color: #262626;
  opacity: 0.6;
}
.about-range-box {
  padding-bottom: 110rem;
}
.inside-title {
  display: flex;
}
.inside-title span {
  color: #6fba2b;
  display: contents;
}
.about-range-text {
  color: #262626;
  padding-top: 40rem;
}
.about-range-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20rem;
}
.about-range-flex-1 {
  width: calc((100% - (8rem * 5)) / 6);
}
.about-range-flex-2 {
  width: calc((100% - (8rem * 1)) / 3);
}
.about-range-flex-3 {
  width: calc((100% - (8rem * 2)) / 2);
}
.about-range-item {
  margin-right: 8rem;
  margin-bottom: 8rem;
  display: flex;
  align-items: flex-start;
  min-height: 60rem;
  padding: 16rem 20rem 16rem 25rem;
  background: #f0f4f5;
  border-radius: 10px;
  border-bottom: 4rem solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-range-item:nth-child(6n),
.about-range-item:last-child {
  margin-right: 0;
}
.about-range-item:hover {
  background: #fff;
  border-bottom: 4rem solid #6fba2b;
}
.about-range-icon {
  width: 24rem;
  height: 24rem;
}
.about-range-name {
  font-weight: bold;
  padding-left: 12rem;
  color: #262626;
  transition: all 0.5s;
}
.about-range-item:hover .about-range-name {
  color: #6fba2b;
}
.about-range-decs {
  max-width: 635rem;
  padding-left: 22rem;
  color: #262626;
  line-height: 1.4;
}
.about-department-box {
  position: relative;
  padding: 80rem 0 140rem;
  background: url(./../esimg/img/department-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-department-flex {
  display: flex;
}
.about-department-left {
  padding-top: 70rem;
  width: 600rem;
}
.about-department-list {
  width: calc(100% - 600rem);
  padding-left: 110rem;
  display: flex;
  align-items: flex-start;
}
.about-department-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.about-department-img img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.about-department-left:hover .about-department-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about-department-name {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -30rem;
  padding: 60rem 30rem 30rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.about-department-name::after {
  content: "";
  position: absolute;
  right: 30rem;
  bottom: 30rem;
  background: url(./../esimg/icon/green-more.png) no-repeat;
  background-size: 100% 100%;
  width: 28rem;
  height: 18rem;
}
.about-department-item {
  width: 200px;
  height: 230px;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(133deg, #ffffff 0%, #d2e2f1 50%, #d2e2f1 100%);
  border: 1px solid #fff;
  box-shadow: 9px 10px 32px 0px #d2e2f1;
  margin-bottom: 30rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-size: 200% 200%;
  background-position: 0% 0%;
}
.about-department-row {
  margin-top: 70rem;
  width: 200rem;
  margin-right: 30rem;
}
.about-department-row:nth-child(2n) {
  margin-top: 0rem;
}
.about-department-row:last-child {
  margin-right: 0;
}
.index-department-en {
  text-align: center;
  color: rgba(38, 38, 38, 0.6);
  padding-top: 5rem;
}
.index-department-item:hover .index-department-en {
  color: rgba(255, 255, 255, 0.6);
}
.about-characteristic-box {
}
.about-characteristic-content {
  margin-top: 40rem;
  background: #1264a8;
  display: flex;
}
.about-characteristic-left {
  width: calc(100% - 964rem);
  padding: 75rem 130rem 0 200rem;
}
.about-characteristic-right {
  width: 964rem;
}
.about-characteristic-img {
  width: 100%;
}
.about-characteristic-item {
  padding: 30rem 40rem 30rem 15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.about-characteristic-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.about-characteristic-header {
  display: flex;
  align-items: center;
}
.about-characteristic-num {
  font-family: DingTalk JinBuTi;
  font-weight: 400;
  font-size: 30px;
  color: #6fba2b;
}
.about-characteristic-name {
  font-weight: bold;
  color: #ffffff;
  padding-left: 20rem;
  position: relative;
}
.about-characteristic-item::after {
  content: "";
  position: absolute;
  right: 15rem;
  top: 42rem;
  width: 19rem;
  height: 18rem;
  background: url(./../esimg/icon/about-characteristic-plus.png);
  background-size: 100% 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.about-characteristic-decs {
  transition: all 0.5s;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-characteristic-show .about-characteristic-decs {
  height: auto;
  padding-top: 25rem;
}
.about-characteristic-show::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.about-environment-box {
  padding: 100rem 0 130rem;
}
.about-environment-slide {
  background: #68ad45;
  border-radius: 20px;
}
.about-environment-name {
  text-align: center;
  padding: 25rem;
  color: #ffffff;
  display: none;
}
.swiper-slide-active .about-environment-name {
  display: block;
}
.about-environment-img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.about-environment-img img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.about-environment-img::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.swiper-slide-active .about-environment-img::after {
  background: rgba(0, 0, 0, 0);
}
.about-environment-swiper {
  overflow: hidden;
  margin-top: 50rem;
  position: relative;
  padding-bottom: 90rem;
}
.index-environment-prev {
  position: absolute;
  z-index: 4;
  bottom: 110rem;
  left: 23%;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-prev.png) no-repeat;
  background-size: 100% 100%;
}
.index-environment-next {
  position: absolute;
  z-index: 4;
  bottom: 110rem;
  right: 23%;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.inside-title-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 120rem;
}
.inside-title-center .public-title-sign::before {
  left: 50%;
}
.about-outlook-main {
  margin-top: 40rem;
  position: relative;
}
.about-outlook-bg {
  width: 100%;
}
.about-outlook-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.about-outlook-title {
  font-weight: bold;
  color: #6fba2b;
  text-align: center;
}
.about-outlook-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30rem;
  line-height: 1.8;
}
.about-outlook-content {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
}
.about-outlook-main {
  margin-top: 40rem;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.culture-main-box {
  padding: 80rem 0 60rem;
}
.culture-main-content {
  margin-top: -60rem;
  position: relative;
}
.culture-main-bg {
  width: 100%;
  position: relative;
}
.culture-main-img {
  width: 740rem;
  margin: 0 auto;
}
.culture-main-bg::before {
  content: "";
  position: absolute;
  width: 466rem;
  height: 466rem;
  left: calc(50% - 233rem);
  top: calc(50% - 233rem);
  background: url(./../esimg/img/culture-img-border.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  animation: culture-slowRotate 7s linear infinite;
  -webkit-animation: culture-slowRotate 7s linear infinite;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.culture-main-bg::after {
  content: "";
  position: absolute;
  width: 319rem;
  height: 320rem;
  left: calc(50% - 159.5rem);
  top: calc(50% - 160rem);
  background: url(./../esimg/img/culture-img-logo.png) no-repeat;
  background-size: 100% 100%;
}
/* 定义旋转动画 */
@keyframes culture-slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.culture-content-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 360rem;
}
.culture-content-item:nth-child(n + 3) {
  align-items: flex-start;
}
/* .culture-content-item:nth-child(1) {
  top: 16%;
  right: 82%;
  right: 74%;
}
.culture-content-item:nth-child(2) {
  top: 42%;
  right: 86%;
}
.culture-content-item:nth-child(3) {
  top: 72%;
  right: 82%;
}
.culture-content-item:nth-child(4) {
  top: 16%;
  left: 82%;
}
.culture-content-item:nth-child(5) {
  top: 42%;
  left: 86%;
}
.culture-content-item:nth-child(6) {
  top: 72%;
  left: 82%;
} */
.culture-content-item:nth-child(1) {
  top: 12%;
  right: 76%;
}
.culture-content-item:nth-child(2) {
  top: 60%;
  right: 76%;
}
.culture-content-item:nth-child(3) {
  top: 12%;
  left: 78%;
}
.culture-content-item:nth-child(4) {
  top: 60%;
  left: 78%;
}
.culture-content-name {
  width: 154rem;
  height: 50rem;
  background: #6fba2b;
  border-radius: 25px 0 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  -webkit-border-radius: 25px 0 25px 25px;
  -moz-border-radius: 25px 0 25px 25px;
  -ms-border-radius: 25px 0 25px 25px;
  -o-border-radius: 25px 0 25px 25px;
}
.culture-content-item:nth-child(n + 3) .culture-content-name {
  border-radius: 0 25px 25px 25px;
  -webkit-border-radius: 0 25px 25px 25px;
  -moz-border-radius: 0 25px 25px 25px;
  -ms-border-radius: 0 25px 25px 25px;
  -o-border-radius: 0 25px 25px 25px;
}
.culture-content-text {
  color: #262626;
  line-height: 1.8;
  padding-top: 10rem;
  /* text-align: center; */
}
.culture-main-box .inside-title-box {
  position: relative;
  z-index: 3;
}
.history-main-box {
  padding-top: 80rem;
}
.history-main-content {
  margin-top: 100rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1090rem;
}
.history-main-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 241, 250, 1) 100%);
}
.history-main-content::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../esimg/img/history-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.history-main-decorate {
  width: 100%;
  height: 604rem;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 133rem;
  background: url(./../esimg/img/history-main-decorate.png) no-repeat;
  background-size: 100% 100%;
}
.history-item {
  position: absolute;
  z-index: 9;
  width: 360rem;
  padding-left: 45rem;
}
.history-item::before {
  content: "";
  position: absolute;
  z-index: 11;
  /* left: 0; */
  left: -8rem;
  top: 20rem;
  width: 30rem;
  height: 30rem;
  background: url(./../esimg/icon/history-item-icon.png) no-repeat;
  background-size: 100% 100%;
  /* width: 14rem; */
  /* height: 14rem; */
  /* border-radius: 50%; */
  /* border: 2px solid #6fba2b; */
  /* border: 2px solid #085890; */
}
.history-item::after {
  content: "";
  position: absolute;
  left: 7rem;
  top: calc(20rem + 18rem);
  width: 2rem;
  height: calc(100% - 30rem);
  background: #d2d7de;
}
.history-item-date {
  font-family: DingTalk-JinBuTi;
  color: #6fba2b;
}
.history-item-text {
  color: #262626;
  line-height: 1.6;
  padding-top: 20rem;
}
.history-item:nth-child(1) {
  left: 160rem;
  top: 0;
}
.history-item:nth-child(1)::after {
  height: 400rem;
}
.history-item:nth-child(1)::before {
  top: 440rem;
}
.history-item:nth-child(2) {
  left: 380rem;
  top: 651rem;
}
.history-item:nth-child(2)::after {
  top: -188rem;
  height: 204rem;
}
.history-item:nth-child(2)::before {
  top: -217rem;
}
.history-item:nth-child(3) {
  left: 540rem;
  top: 110rem;
}
.history-item:nth-child(3)::after {
  height: 288rem;
}
.history-item:nth-child(3)::before {
  top: 325rem;
}
.history-item:nth-child(4) {
  left: 760rem;
  top: 740rem;
}
.history-item:nth-child(4)::after {
  top: -250rem;
  height: 262rem;
}
.history-item:nth-child(4)::before {
  top: -278rem;
}
.history-item:nth-child(5) {
  left: 940rem;
  top: 0;
}
.history-item:nth-child(5)::after {
  height: 448rem;
}
.history-item:nth-child(5)::before {
  top: 485rem;
}
.history-item:nth-child(6) {
  left: 1140rem;
  top: 651rem;
}
.history-item:nth-child(6)::after {
  top: -121rem;
  height: 140rem;
}
.history-item:nth-child(6)::before {
  top: -150rem;
}
.history-item:nth-child(7) {
  left: 1320rem;
  top: 110rem;
}
.history-item:nth-child(7)::after {
  height: 342rem;
}
.history-item:nth-child(7)::before {
  top: 375rem;
}
.history-main-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}
.history-main-navigation {
  position: absolute;
  top: -160rem;
  right: 180rem;
  display: flex;
  align-items: center;
}
.history-prev {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-prev.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 30rem;
}
.history-next {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic-main-box {
  padding: 80rem 0 160rem;
}
.dynamic-header-swiper {
  width: 100%;
  position: relative;
}
.dynamic-swiper-slide {
  width: 100%;
  padding: 50rem 45rem;
  background: #f0f4f5;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.dynamic-swiper-slide::after {
  content: "";
  position: absolute;
  right: 80rem;
  bottom: 60rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic-swiper-img {
  width: 688rem;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.dynamic-swiper-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.dynamic-swiper-slide:hover .dynamic-swiper-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.dynamic-swiper-cont {
  width: calc(100% - 688rem);
  padding-left: 70rem;
}
.recruitment-main-box {
  padding-top: 80rem;
  position: relative;
  z-index: 1;
}
.recruitment-main-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 962rem;
  height: 1118rem;
  background: url(./../esimg/img/recruitment-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic-swiper-pagination {
  position: absolute;
  z-index: 11;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 60rem !important;
  left: auto !important;
  right: auto;
  margin-left: 80rem;
}
.dynamic-swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 21rem;
  background: url(./../esimg/icon/hone-banenr-nor.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  opacity: 1;
  border: none;
  margin: 0 15rem !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.dynamic-swiper-pagination .swiper-pagination-bullet-active {
  width: 31rem;
  height: 71rem;
  background: url(./../esimg/icon/hone-banenr-sel.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic-header-title {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 183rem;
  height: 60rem;
  background: #1264a9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 20px;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}
.dynamic-content-list {
  padding-top: 40rem;
  padding-bottom: 50rem;
}
.dynamic-content-item {
  padding: 25rem 150rem 25rem 40rem;
  border-bottom: 1px solid #e1e4e8;
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.dynamic-content-item:hover {
  background: url(./../esimg/img/dynamic-cont-bg.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic-content-img {
  width: 450rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dynamic-content-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.dynamic-content-item:hover .dynamic-content-img img {
  transform: scale(1.1);
}
.dynamic-content-cont {
  position: relative;
  padding-top: 40rem;
  padding-left: 80rem;
  width: calc(100% - 450rem);
}
.dynamic-content-item::after {
  position: absolute;
  content: "";
  top: calc(50% - 25rem);
  right: 83rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/img/arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic-content-item:hover .index-news-day {
  color: #fff;
}
.dynamic-content-item:hover .index-news-month {
  color: #fff;
}
.dynamic-content-item:hover .index-news-name {
  color: #fff;
}
.public-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-page-item {
  width: 60rem;
  height: 60rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d5dee4;
  color: #90a4b0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5rem;
}
.public-page-on,
.public-page-item:hover {
  color: #ffffff;
  background: #6fba2b;
}
.public-page-icon-plus {
  width: 17rem;
  height: 15rem;
}
.public-page-icon {
  width: 9rem;
  height: 15rem;
}
.public-page-item:hover {
  color: #ffffff;
}
.news-main-box {
  display: flex;
  align-items: flex-start;
  padding-top: 50rem;
  padding-bottom: 150rem;
}
.news-left-box {
  width: 1150rem;
}
.news-right-box {
  width: calc(100% - 1150rem);
  padding-left: 55rem;
}
.news-article-box {
  padding-bottom: 40rem;
}
.news-article-title {
  font-weight: bold;
  color: #262626;
}
.news-article-info {
  display: flex;
  align-items: center;
  margin-top: 40rem;

  background: #f0f4f5;
  border-radius: 10px;
  padding: 25rem 35rem;
}
.news-article-point {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 50rem;
}
.news-article-point:first-child {
  padding-left: 0;
}
.news-article-point::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7.5rem);
  width: 1px;
  height: 15rem;
  background: #cdd3d5;
}
.news-article-point:last-child::after {
  display: none;
}
.news-article-by {
  color: #262626;
  opacity: 0.6;
  padding-right: 20rem;
}
.news-article-name {
  font-weight: 400;
  color: #262626;
}
.news-article-content {
  padding-top: 40rem;
  line-height: 1.8;
  color: #262626;
}
.news-article-content img {
  max-width: 100%;
  margin-bottom: 20rem;
}
.news-article-content p {
  margin-bottom: 20rem;
}
.news-article-content p a {
  display: inline-block;
}
.news-article-keyword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20rem;
  border-bottom: 1px solid #e1e4e8;
}
.news-article-keyword p,
.news-article-keyword a {
  color: #262626;
  opacity: 0.6;
  margin-right: 20rem;
}
.news-article-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-article-btns-left {
  width: 70%;
}
.news-article-link {
  color: #262626;
  opacity: 0.6;
  margin-bottom: 10rem;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-article-link:hover {
  opacity: 0.8;
}
.news-article-btns .public-btn {
  margin: 0;
}
.news-right-list {
  margin-top: 20rem;
}
.news-right-item {
  display: flex;
  align-items: flex-start;
  padding: 12rem 0;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-right-item:hover {
  border-bottom: 1px solid #6fba2b;
}
.news-right-cont {
  width: calc(100% - 160rem);
  padding-left: 20rem;
}
.news-right-img {
  width: 160rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-right-date {
  color: #262626;
  opacity: 0.6;
}
.news-right-title {
  font-weight: 400;
  color: #262626;
  padding-top: 10rem;
}
.recruitment-welfare-box {
  display: flex;
  flex-wrap: wrap;
}
.recruitment-welfare-item {
  width: calc((100% - (30rem * 6)) / 7);
  margin-right: 30rem;
  margin-bottom: 30rem;
  height: 200rem;
  background: linear-gradient(0deg, #d9efeb 0%, #e9f5f3 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recruitment-welfare-item:nth-child(7n) {
  margin-right: 0;
}
.recruitment-welfare-item:hover {
  background: linear-gradient(149deg, #6fba2b 0%, rgba(111, 186, 43, 0.6) 100%);
}
.recruitment-welfare-item .nor {
  display: block;
}
.recruitment-welfare-item .sel {
  display: none;
}
.recruitment-welfare-item:hover .nor {
  display: none;
}
.recruitment-welfare-item:hover .sel {
  display: block;
}
.recruitment-welfare-img {
  width: 110rem;
}
.recruitment-welfare-name {
  font-weight: bold;
  color: #3e3e3e;
  padding-top: 20rem;
}
.recruitment-welfare-item:hover .recruitment-welfare-name {
  color: #fff;
}
.recruitment-content-box {
  padding-top: 60rem;
  padding-bottom: 160rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recruitment-content-decorate {
  margin-top: 60rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.recruitment-content-item {
  width: 1044rem;
  padding: 35rem;
  border-bottom: 1px solid #d2d7de;
}
.recruitment-content-item:first-child {
  border-top: 1px solid #d2d7de;
}
.recruitment-content-name {
  font-weight: bold;
  color: #3e3e3e;
  position: relative;
}
.recruitment-content-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 9rem);
  width: 19rem;
  height: 18rem;
  background: url(./../esimg/icon/recruitment-name-kai.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.recruitment-content-show .recruitment-content-name::after {
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.recruitment-content-cont {
  padding-right: 20rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruitment-content-show .recruitment-content-cont {
  height: auto;
}

.recruitment-content-tab {
  font-weight: bold;
  color: #6fba2b;
  padding-top: 35rem;
}
.recruitment-content-text {
  font-weight: 400;
  color: #3e3e3e;
  padding-top: 15rem;
  line-height: 1.8;
}
.recruitment-content-flex {
  padding-left: 30rem;
  font-family: DingTalk-JinBuTi;
  font-weight: bold;
  color: #3e3e3e;
  margin-top: 40rem;
  position: relative;
}
.recruitment-content-flex::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% -12rem);
  width: 21rem;
  height: 24rem;
  background: url(./../esimg/icon/recruitment-content-ye.png) no-repeat;
  background-size: 100% 100%;
}
.park-main-box {
  padding: 70rem 0 200rem;
}
.park-main-text {
  width: 1315rem;
  line-height: 1.8;
  font-weight: 400;
  color: #262626;
  padding-top: 30rem;
}
.park-main-item {
  padding-top: 50rem;
  display: flex;
  align-items: flex-start;
}
.park-item-img {
  width: 775rem;
}
.park-item-img img {
  width: 100%;
}
.park-main-content {
  width: calc(100% - 775rem);
  padding-left: 85rem;
  padding-top: 25rem;
}
.park-main-name {
  width: 285rem;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6fba2b;
  border-radius: 30rem 30rem 30rem 0;
  -webkit-border-radius: 30rem 30rem 30rem 0;
  -moz-border-radius: 30rem 30rem 30rem 0;
  -ms-border-radius: 30rem 30rem 30rem 0;
  -o-border-radius: 30rem 30rem 30rem 0;
}
.park-main-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.park-main-item:nth-child(2n) .park-main-content {
  padding-left: 0;
  padding-right: 85rem;
}
.park-main-desc {
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
  padding-top: 20rem;
}
.park-main-dots {
  padding-top: 50rem;
}
.park-main-dot {
  padding-left: 42rem;
  font-weight: bold;
  color: #262626;
  position: relative;
  margin-bottom: 20rem;
}
.park-main-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12rem);
  width: 24rem;
  height: 24rem;
  background: url(./../esimg/icon/park-main-dot.png) no-repeat;
  background-size: 100% 100%;
}

.park-main-name {
  width: 385rem;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6fba2b;
  border-radius: 30rem 30rem 30rem 0;
  -webkit-border-radius: 30rem 30rem 30rem 0;
  -moz-border-radius: 30rem 30rem 30rem 0;
  -ms-border-radius: 30rem 30rem 30rem 0;
  -o-border-radius: 30rem 30rem 30rem 0;
}
.department-main-box {
  width: 100%;
  background: url(./../esimg/img/department-page-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 100rem 0;
}
.public-appointment-box {
  padding-top: 60rem;
}
.public-appointment-content {
  margin-top: -350rem;
  width: 100%;
  position: relative;
}
.public-appointment-font {
  width: 1123rem;
  margin: 40rem auto 0;
}
.public-appointment-qrcode {
  position: absolute;
  left: calc(50% - 73.5rem);
  /* top: calc(50% - 73.5rem); */
  top: calc(100% + 100rem);
  width: 147rem;
  height: 147rem;
}
.department-header-box {
  padding-top: 80rem;
  padding-bottom: 60rem;
}
.department-header-swiper {
  width: 1172rem;
  height: 600rem;
  margin: 35rem auto 0;
  position: relative;
  z-index: 1;
}
.department-swiper-img {
  width: 100%;
}
.department-swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 11;
  right: -45rem !important;
  bottom: -160rem !important;
}
.swiper-pagination-bullet {
  width: 13rem;
  height: 13rem;
  opacity: 1;
  border: 2px solid #68ad45;
  background: none;
  margin: 10rem 0 !important;
}
.swiper-pagination-bullet-active {
  width: 13rem;
  height: 13rem;
  opacity: 1;
  background: #68ad45;
}
.department-header-content {
  position: relative;
  z-index: 2;
  width: 1500rem;
  min-height: 185rem;
  background: #f0f4f5;
  border-radius: 10px;
  opacity: 0.9;
  margin: -20rem auto 0;
  padding: 40rem 50rem;
  display: flex;
  align-items: center;
}
.rehabilitation-header-content {
  margin: 20rem auto 0;
}
.department-header-icon {
  width: 110rem;
}
.department-header-decs {
  width: calc(100% - 110rem);
  padding-left: 35rem;
  color: #262626;
  line-height: 1.8;
}
.department-header-title {
  position: absolute;
  left: 0;
  top: -25rem;
  width: 154rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;

  color: #ffffff;
  background: #6fba2b;
  border-radius: 25px 25px 25px 0;
  -webkit-border-radius: 25px 25px 25px 0;
  -moz-border-radius: 25px 25px 25px 0;
  -ms-border-radius: 25px 25px 25px 0;
  -o-border-radius: 25px 25px 25px 0;
}
.department-feature-list {
  padding-top: 50rem;
}
.department-feature-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 80rem;
}
.department-feature-img {
  width: 840rem;
}
.department-feature-img img {
  width: 100%;
}
.department-feature-content {
  width: calc(100% - 840rem);
  padding-top: 30rem;
  padding-right: 90rem;
}
.department-feature-cont {
  padding-bottom: 30rem;
}
.department-feature-flex {
  display: flex;
  align-items: center;
}
.department-feature-number {
  width: 75rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6fba2b;
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #ffffff;
  border-radius: 25px 25px 0 25px;
  -webkit-border-radius: 25px 25px 0 25px;
  -moz-border-radius: 25px 25px 0 25px;
  -ms-border-radius: 25px 25px 0 25px;
  -o-border-radius: 25px 25px 0 25px;
}
.department-feature-name {
  padding-left: 20rem;
}
.department-feature-decs {
  padding-top: 20rem;
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
}
.department-feature-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.department-feature-item:nth-child(2n) .department-feature-content {
  padding-left: 90rem;
  padding-right: 0;
}
.department-feature-dots {
  padding-top: 20rem;
}
.department-feature-dot {
  padding-left: 40rem;
  padding-bottom: 40rem;
  position: relative;
}
.department-feature-dot::before {
  content: "";
  position: absolute;
  left: 15rem;
  top: 3rem;
  width: 14rem;
  height: 16rem;
  background: url(./../esimg/icon/department-feature-dot.png) no-repeat;
  background-size: 100% 100%;
}
.department-feature-dot-name {
  font-weight: bold;
  color: #1264a9;
}
.department-feature-dot-text {
  padding-top: 5rem;
  font-weight: 400;
  color: #262626;
}
.department-appointment-box {
  width: 100%;
  height: 570rem;
  background: url(./../esimg/img/department-appointment-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 60rem;
}
.expert-list-mian {
  padding: 80rem 0 160rem;
}
.expert-list-header {
  padding-top: 30rem;
  text-align: center;
  line-height: 1.8;
}
.expert-list-box {
  padding-top: 90rem;
  padding-bottom: 50rem;
}
.expert-list-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  background: #f0f4f5;
  border-radius: 10px;
  border: 1px solid #6fba2b;
  padding: 0 80rem 0 40rem;
  margin-bottom: 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.expert-list-item:hover {
  background: linear-gradient(-90deg, #eeffde 0%, #ffffff 100%);
}
.expert-list-item::after {
  content: "";
  position: absolute;
  right: 60rem;
  top: calc(50% - 25rem);
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.expert-list-item:hover::after {
  background: url(./../esimg/icon/arr-right-white.png) no-repeat;
  background-size: 100% 100%;
}
.expert-item-img {
  width: 470rem;
  padding-top: 20rem;
  overflow: hidden;
}
.expert-item-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.expert-list-item:hover .expert-item-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.expert-item-cont {
  width: calc(100% - 470rem);
  padding-left: 85rem;
  padding-bottom: 90rem;
  padding-right: 85rem;
}
.expert-item-name {
  font-weight: bold;
  color: #262626;
}
.expert-item-lables {
  width: 120%;
  padding-top: 20rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  gap: 10rem;
  font-weight: 400;
  color: #262626;
}
.expert-item-lables:has(p:nth-child(2):last-child) {
  grid-template-columns: 1fr;
}
.expert-item-line {
  position: relative;
  margin: 40rem 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #75bd35 0%, #75bd35 50%, transparent 100%);
}
.expert-item-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31px;
  height: 3px;
  background: #6fba2b;
}
.expert-item-text {
  color: #262626;
  opacity: 0.8;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exper-header-box {
  padding-top: 40rem;
  position: relative;
}
.exper-header-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 458rem;
  height: 439rem;
  background: url(./../esimg/icon/exper-header-decoration.png) no-repeat;
  background-size: 100% 100%;
}
.exper-header-box .main-center {
  display: flex;
  align-items: flex-end;
}
.exper-header-name {
  font-weight: bold;
  color: #262626;
}
.exper-header-img {
  width: 754rem;
}
.exper-header-left {
  width: calc(100% - 754rem);
}
.exper-header-logo {
  width: 707rem;
  margin-top: 120rem;
}
.exper-header-lables {
  padding-top: 20rem;
}
.exper-header-lable {
  padding: 17rem 0;
  font-weight: 400;
  color: #262626;
  position: relative;
}
.exper-header-lable::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31px;
  height: 3px;
  background: #6fba2b;
}
.exper-header-lable::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 1px;
  background: linear-gradient(to right, #75bd35 0%, #75bd35 50%, transparent 100%);
}
.exper-point-box {
  position: relative;
  background: #f0f4f5;
  border-radius: 10px;
  padding: 40rem;
  margin-bottom: 90rem;
}
.exper-point-text {
  color: #262626;
  line-height: 1.8;
}
.exper-img-box {
  position: relative;
  padding-top: 50rem;
}
.exper-img-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80rem;
}
.exper-img {
  width: calc((100% - 120rem) / 3);
  margin-right: 60rem;
  margin-bottom: 40rem;
}
.exper-img:nth-child(3n) {
  margin-right: 0;
}
.exper-bottom-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 160rem;
}
.exper-bottom-flex {
  display: flex;
  align-items: center;
  width: 45%;
}
.exper-bottom-flex:last-child {
  justify-content: flex-end;
}
.exper-bottom-icon {
  width: 50rem;
}
.exper-bottom-text {
  font-weight: 400;
  color: #262626;
  padding: 0 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list-mian {
  padding: 60rem 0 160rem;
}
.case-list-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60rem;
}
.case-list-item {
  width: calc((100% - 120rem) / 3);
  margin-right: 60rem;
  margin-bottom: 50rem;
  background: #f0f4f5;
  border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list-item:nth-child(3n) {
  margin-right: 0;
}
.case-item-imgs {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.case-item-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list-item:hover .case-item-img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-list-item:hover .case-item-isvideo::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.case-list-item:hover .case-item-isvideo::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 84rem;
  height: 84rem;
  left: calc(50% - 42rem);
  top: calc(50% - 42rem);
  background: url(./../esimg/icon/2-0play3.png) no-repeat;
  background-size: 100% 100%;
}
.case-item-cont {
  width: 100%;
  height: 120rem;
  position: relative;
  padding: 27rem 20rem 0;
  border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -ms-border-radius: 0 0 25px 25px;
  -o-border-radius: 0 0 25px 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-item-cont::after {
  content: "";
  position: absolute;
  right: 25rem;
  bottom: 0;
  width: 246rem;
  height: 57rem;
  background: url(./../esimg/img/case-item-decoration.png) no-repeat;
  background-size: 100% 100%;
}
.case-list-item:hover {
  background: #68ad45;
}
.case-list-item:hover .case-item-cont::after {
  background: url(./../esimg/img/case-item-decoration2.png) no-repeat;
  background-size: 100% 100%;
}
.case-item-name {
  font-weight: bold;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-item-text {
  color: #262626;
  opacity: 0.8;
  padding-top: 12rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list-item:hover .case-item-name {
  color: #fff;
}
.case-list-item:hover .case-item-text {
  color: #fff;
}
.case-info-content {
  padding-top: 60rem;
}
.case-info-title {
  font-weight: bold;
  color: #262626;
  text-align: center;
}
.case-info-cont p {
  padding: 40rem;
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
  padding-bottom: 20rem;
}
.case-info-video {
  width: 100%;
  padding-bottom: 60rem;
}
.evaluate-list-mian {
  padding: 60rem 0 160rem;
}
.evaluate-list-box {
  padding-top: 60rem;
}
.evaluate-list-box {
  padding-bottom: 50rem;
}
.evaluate-list-item {
  width: 100%;
  background: #f0f4f5;
  border-radius: 20px;
  padding: 30rem 160rem 30rem 25rem;
  display: flex;
  margin-bottom: 30rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-list-item:hover {
  background: #68ad45;
}
.evaluate-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 45rem;
  width: 570rem;
  height: 136rem;
  background: url(./../esimg/img/evaluate-item-decoration.png) no-repeat;
  background-size: 100% 100%;
}
.evaluate-list-item:hover::before {
  background: url(./../esimg/img/evaluate-item-decoration2.png) no-repeat;
  background-size: 100% 100%;
}
.evaluate-list-item::after {
  content: "";
  position: absolute;
  width: 50rem;
  height: 50rem;
  right: 50rem;
  top: calc(50% - 25rem);
  background: url(./../esimg/icon/arr-right-white.png) no-repeat;
  background-size: 100% 100%;
}
.evaluate-item-img {
  width: 360rem;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.evaluate-item-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-list-item:hover .evaluate-item-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.evaluate-item-cont {
  width: calc(100% - 360rem);
  padding-left: 60rem;
  padding-top: 40rem;
}
.evaluate-item-name {
  font-weight: 400;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evaluate-list-item:hover .evaluate-item-name {
  color: #fff;
}
.evaluate-item-text {
  padding-top: 30rem;
  color: #262626;
  opacity: 0.8;
  padding-top: 30rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evaluate-list-item:hover .evaluate-item-text {
  color: #fff;
}
.evaluate-info-title {
  padding-left: 60rem;
  position: relative;
  font-weight: bold;
  color: #262626;
}
.evaluate-info-title::before {
  content: "";
  position: absolute;
  left: 10rem;
  top: 12rem;
  width: 21rem;
  height: 24rem;
  background: url(./../esimg/icon/major_icon1.png) no-repeat;
  background-size: 100% 100%;
}
.evaluate-info-content {
  margin: 20rem 0;
  position: relative;
  background: #f0f4f5;
  border-radius: 20px;
  padding: 50rem 60rem 100rem;
  font-weight: 400;
  line-height: 1.8;
  color: #262626;
}
.evaluate-info-content p {
  padding-bottom: 20rem;
}
.evaluate-info-content img {
  max-width: 100%;
  margin-bottom: 20rem;
}
.evaluate-info-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 568rem;
  height: 132rem;
  background: url(./../esimg/img/evaluate-info-logo.png) no-repeat;
  background-size: 100% 100%;
}
.news-right-right {
  text-align: right;
}
.evaluate-recommend-box {
  background: #f0f4f5;
  border-radius: 20px;
  margin-bottom: 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-recommend-box:hover {
  background: #68ad45;
}
.evaluate-recommend-img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.evaluate-recommend-img img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-recommend-box:hover .evaluate-recommend-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.evaluate-recommend-cont {
  padding: 20rem 25rem;
}
.evaluate-recommend-name {
  font-weight: bold;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evaluate-recommend-box:hover .evaluate-recommend-name {
  color: #fff;
}
.evaluate-recommend-text {
  color: #262626;
  opacity: 0.8;
  padding-top: 6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evaluate-recommend-box:hover .evaluate-recommend-text {
  color: #fff;
}
.contact-item-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20rem 0;
}
.contact-item-box {
  padding-top: 50rem;
  width: 50%;
}
.contact-item-flex {
  display: flex;
  align-items: center;
  padding-top: 25rem;
}
.contact-item-icon {
  width: 60rem;
}
.contact-item-number {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  font-size: 50rem;
  color: #1264a9;
  padding-left: 20rem;
}
.contact-address-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
}
.contact-info-address-item {
  width: calc((100% - 40rem) / 2);
  margin-right: 40rem;
  margin-bottom: 40rem;
  position: relative;
}
.contact-info-address-item:nth-child(2n) {
  margin-right: 0;
}
.contact-address-img {
  width: 100%;
}
.contact-address-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.contact-in-name {
  width: 202rem;
  height: 50rem;
  background: #6fba2b;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px 25px 25px 0;
  -webkit-border-radius: 25px 25px 25px 0;
  -moz-border-radius: 25px 25px 25px 0;
  -ms-border-radius: 25px 25px 25px 0;
  -o-border-radius: 25px 25px 25px 0;
}
.contact-address-address {
  font-weight: 400;
  color: #ffffff;
  padding-left: 15rem;
}
.contact-route-box {
  padding: 40rem 0 120rem;
}
.contact-route-titles {
  display: flex;
  align-items: center;
  padding-top: 40rem;
}
.contact-route-icon {
  width: 70rem;
}
.contact-route-title {
  padding-left: 20rem;
  font-weight: bold;
  color: #262626;
}
.contact-route-title span {
  color: #1264a9;
}
.contact-route-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-route-item {
  width: calc((100% - 150rem) / 4);
  height: 150rem;
  margin-top: 70rem;
  margin-right: 50rem;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #1264a9;
  opacity: 0.9;
  position: relative;
}
.contact-route-item:nth-child(4n) {
  margin-right: 0;
}
.contact-route-name {
  position: absolute;
  left: 0;
  top: -25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 25rem;
  color: #ffffff;
  width: 200rem;
  height: 50rem;
  background: #1264a9;
  border-radius: 25px 25px 25px 0;
  -webkit-border-radius: 25px 25px 25px 0;
  -moz-border-radius: 25px 25px 25px 0;
  -ms-border-radius: 25px 25px 25px 0;
  -o-border-radius: 25px 25px 25px 0;
}
.contact-route-text {
  color: #262626;
  padding: 45rem 0 0 25rem;
  line-height: 1.8;
}
.contact-route-content {
  padding-bottom: 50rem;
}
.welfare-purpose-box {
  padding-top: 70rem;
}
.welfare-purpose-main {
  width: 100%;
  position: relative;
}
.welfare-purpose-bg {
  width: 686rem;
  margin: 0 auto;
}
.welfare-trajectory-box {
  width: 100%;
}
.welfare-purpose-cont {
  display: flex;
  width: fit-content;
  position: absolute;
}
.welfare-purpose-cont:nth-child(1),
.welfare-purpose-cont:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
.welfare-purpose-number {
  width: 73rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #ffffff;
  background: #6fba2b;
  border-radius: 25px 25px 0 25px;
  -webkit-border-radius: 25px 25px 0 25px;
  -moz-border-radius: 25px 25px 0 25px;
  -ms-border-radius: 25px 25px 0 25px;
  -o-border-radius: 25px 25px 0 25px;
}
.welfare-purpose-cont:nth-child(3) .welfare-purpose-number,
.welfare-purpose-cont:nth-child(4) .welfare-purpose-number,
.welfare-purpose-cont:nth-child(5) .welfare-purpose-number {
  border-radius: 25px 25px 25px 0;
  -webkit-border-radius: 25px 25px 25px 0;
  -moz-border-radius: 25px 25px 25px 0;
  -ms-border-radius: 25px 25px 25px 0;
  -o-border-radius: 25px 25px 25px 0;
}
.welfare-purpose-decs {
  padding-left: 30rem;
}
.welfare-purpose-cont:nth-child(1) .welfare-purpose-decs,
.welfare-purpose-cont:nth-child(2) .welfare-purpose-decs {
  padding-left: 0;
  padding-right: 30rem;
}
.welfare-purpose-name {
  font-weight: bold;
  color: #6fba2b;
}
.welfare-purpose-cont:nth-child(1) .welfare-purpose-name,
.welfare-purpose-cont:nth-child(1) .welfare-purpose-text,
.welfare-purpose-cont:nth-child(2) .welfare-purpose-name,
.welfare-purpose-cont:nth-child(2) .welfare-purpose-text {
  text-align: right;
}
.welfare-purpose-text {
  width: 400rem;
  font-weight: 400;
  padding-top: 10rem;
  color: #262626;
  line-height: 1.8;
}
.welfare-purpose-cont:nth-child(1) {
  right: 65.5%;
  top: 25%;
}
.welfare-purpose-cont:nth-child(2) {
  right: 65.5%;
  top: 60%;
}
.welfare-purpose-cont:nth-child(3) {
  left: 61.5%;
  top: 12.5%;
}
.welfare-purpose-cont:nth-child(4) {
  left: 67.5%;
  top: 42.5%;
}
.welfare-purpose-cont:nth-child(5) {
  left: 63.8%;
  top: 66.5%;
}
.welfare-trajectory-title {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #0052a4;
  padding-top: 45rem;
}
.welfare-trajectory-text {
  width: 100%;
  font-weight: 400;
  color: #262626;
  padding-top: 20rem;
  padding-bottom: 20rem;
  line-height: 1.8;
}
.welfare-trajectory-content {
  position: relative;
}
.welfare-trajectory-bg {
  width: 100%;
}
.welfare-trajectory-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 400rem;
}
.welfare-trajectory-main .welfare-map-box {
  margin: 0 auto;
}
.welfare-trajectory-list {
  position: absolute;
  left: 160rem;
  top: 120rem;
}
.welfare-trajectory-item {
  width: fit-content;
  padding-bottom: 120rem;
}
.welfare-trajectory-num {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  color: #0052a4;
}
.welfare-trajectory-by {
  font-weight: 400;
  color: #262626;
}
.welfare-activity-box {
  padding: 100rem 0 160rem;
}
.welfare-activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welfare-selector-box {
}
.welfare-selector-cont {
  width: 240rem;
  height: 60rem;
  background: #f0f4f5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 25rem;
  position: relative;
}
.welfare-selector-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.welfare-selector-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* 箭头颜色 */
  pointer-events: none;
}
.welfare-selector-on {
  position: relative;
  padding: 8px 15px;
  background: #f5f5f5;
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
  transition: all 0.3s ease;
}

.welfare-selector-on:hover {
  background: #e0e0e0;
}

.welfare-selector-arrow {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.welfare-selector-on.active .welfare-selector-arrow {
  transform: rotate(180deg);
}

.welfare-selector-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.welfare-selector-dropdown.show {
  display: block;
}

.welfare-selector-item {
  padding: 10px 15px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.welfare-selector-item:hover {
  background: #f5f5f5;
}

.welfare-selector-item.selected {
  background: #6fba2b;
  color: #fff;
}
.welfare-activity-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
  display: none;
}
.welfare-activity-show {
  display: flex;
}
.welfare-activity-item {
  width: calc((100% - 100rem) / 3);
  margin-right: 50rem;
  margin-bottom: 50rem;
  background: #f0f4f5;
  border-radius: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.welfare-activity-item:nth-child(3n) {
  margin-right: 0;
}
.welfare-activity-item:hover {
  background: #68ad45;
}
.welfare-activity-img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.welfare-activity-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.welfare-activity-item:hover .welfare-activity-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.welfare-activity-title {
  height: 120rem;
  padding: 30rem 30rem 0 30rem;
  color: #262626;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.welfare-activity-item:hover .welfare-activity-title {
  color: #fff;
}
.feature-main-box {
  padding-top: 90rem;
  padding-bottom: 60rem;
}
.rehabilitation-main-box {
  padding-top: 0rem;
}
.feature-main-flex {
  display: flex;
  align-items: flex-start;
  padding-top: 60rem;
}
.feature-main-menu {
  width: 400rem;
  padding-top: 20rem;
}
.feature-main-right {
  width: calc(100% - 400rem);
}
.feature-menu-item {
  position: relative;
  padding-left: 38rem;
  padding-bottom: 45rem;
}
.feature-menu-title {
  font-weight: bold;
  color: #262626;
  cursor: pointer;
}
.feature-menu-item-on .feature-menu-title {
  color: #6fba2b;
}
.feature-menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;
  width: 14rem;
  height: 16rem;
  background: url(./../esimg/icon/feature-menu-icon.png) no-repeat;
  background-size: 100% 100%;
}
.feature-menu-item-on::before {
  background: url(./../esimg/icon/feature-menu-icon-on.png) no-repeat;
  background-size: 100% 100%;
}
.feature-menu-item::after {
  content: "";
  position: absolute;
  left: 6rem;
  bottom: -3rem;
  width: 1px;
  height: 47rem;
  border-left: 2px dotted #dcdcdc;
}
.feature-menu-item:last-child::after {
  display: none;
}
.feature-main-content {
  background: #f1f5f6;
  border-radius: 20px;
  display: none;
}
.feature-main-content-on {
  display: block;
}
.feature-main-img {
  width: 100%;
}
.feature-main-cont {
  padding: 60rem 60rem 90rem;
}
.feature-main-name {
  color: #262626;
}
.feature-cont-flex {
  display: flex;
  align-items: center;
}
.feature-cont-item {
  padding-top: 50rem;
}
.feature-cont-num {
  width: 73rem;
  height: 50rem;
  background: #6fba2b;
  font-family: DingTalk-JinBuTi;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px 25px 0 25px;
  -webkit-border-radius: 25px 25px 0 25px;
  -moz-border-radius: 25px 25px 0 25px;
  -ms-border-radius: 25px 25px 0 25px;
  -o-border-radius: 25px 25px 0 25px;
}
.feature-cont-by {
  font-weight: bold;
  color: #1264a9;
  padding-left: 20rem;
}
.feature-cont-text {
  padding-top: 16rem;
  color: #262626;
  line-height: 1.6;
}
.feature-main-btn {
  margin-right: 0;
  margin-top: 60rem;
}
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 30rem; */
    left: 5%;
  }
  .index-advantage-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 35rem; */
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
  .header-menu-on::after {
    left: 5%;
    background: url(./../esimg/icon/nav-on.png) no-repeat;
    background-size: 100% 100%;
    width: 91%;
    height: 50rem;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center-mini,
  .main-center {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 167rem;
  }
  .header-wap-close {
    position: absolute;
    right: 40rem;
    top: 40rem;
    width: 48rem;
    height: 48rem;
    background: url(./../esimg/icon/icon_close.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-nav-box {
    width: 70vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 120rem;
    margin-right: 0;
  }
  .header-nav-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30vw;
    left: -30vw;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-nav-on .header-nav-title {
    position: relative;
  }
  .header-nav-on .header-nav-title::after {
    content: "·";
    position: absolute;
    left: -20rem;
  }
  .header-nav-item {
    height: auto;
    padding: 20rem 40rem;
  }
  .header-nav-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding: 20rem 0 0;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
    width: 100%;
  }
  .header-nav-on .header-nav-title {
    color: #6fba2b;
  }
  .header-nav-item::before {
    display: none;
  }
  .header-nav-cont {
    padding-left: 0;
    width: 100%;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 20rem 30rem;
    height: 110rem;
    margin-top: 0;
    /* background: #fff; */
    /* position: relative; */
  }

  .header-main-right {
    margin-right: 0;
  }

  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    top: calc(100% + 10rem);
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: max-content;
    overflow: revert;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 65rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .header-center-logo {
    width: 300rem;
  }
  .wap-tab-box {
    display: flex !important;
    background: #1a6fb5;
    padding: 20rem 0;
  }
  .wap-tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap-tab-icon {
    width: 50rem;
    height: 50rem;
  }
  .wap-tab-name {
    font-family: Arial;
    font-weight: 400;
    padding-top: 10rem;
    color: #efefef;
  }
  .footer-wap-item {
    flex: 1;
  }
  .footer-wap-center {
    flex: 0.5;
  }
  .footer-wap-phone {
    width: 94rem;
    margin: -60rem auto 0;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
  }
  /* 手机底部 */
  @keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(0);
      transform: translate3d(0, 0, 0) translateX(0);
      -moz-transform: translate3d(0, 0, 0) translateX(0);
      -ms-transform: translate3d(0, 0, 0) translateX(0);
      -o-transform: translate3d(0, 0, 0) translateX(0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(0);
      transform: translate3d(0, -14px, 0) translateX(0);
      -moz-transform: translate3d(0, -14px, 0) translateX(0);
      -ms-transform: translate3d(0, -14px, 0) translateX(0);
      -o-transform: translate3d(0, -14px, 0) translateX(0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(0);
      transform: translate3d(0, -6px, 0) translateX(0);
      -moz-transform: translate3d(0, -6px, 0) translateX(0);
      -ms-transform: translate3d(0, -6px, 0) translateX(0);
      -o-transform: translate3d(0, -6px, 0) translateX(0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(0);
      transform: translate3d(0, -1px, 0) translateX(0);
      -moz-transform: translate3d(0, -1px, 0) translateX(0);
      -ms-transform: translate3d(0, -1px, 0) translateX(0);
      -o-transform: translate3d(0, -1px, 0) translateX(0);
    }
  }
  .wap-tab-item .nor {
    display: block;
  }
  .wap-tab-item .sel {
    display: none;
  }
  .wap-tab-on .nor {
    display: none;
  }
  .wap-tab-on .sel {
    display: block;
  }
  .header-nav-title {
    color: #262626;
  }
  .header-language-box {
    margin-right: 100rem;
    padding-left: 15rem;
  }
  .header-language-on {
    font-size: 32rem;
    padding-right: 35rem;
  }
  .header-language-on::after {
    content: "";
    position: absolute;
    top: calc(50% - 5rem);
    right: 0;
    background: url(../esimg/icon/xiala.png) no-repeat;
    background-size: 100% 100%;
    width: 20rem;
    height: 10rem;
  }
  .header-right-icon {
    width: 35rem;
  }
  .index-about-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0;
    flex-wrap: wrap;
  }
  .index-about-item {
    width: 33.33%;
    padding: 0 10rem;
    margin-top: 40rem;
  }
  .index-about-by {
    text-align: center;
  }
  .index-about-num {
    /* font-size: 60rem; */
  }
  .index-about-content {
    padding: 0;
  }
  .index-about-logo {
    width: 70%;
    margin: 0 auto;
  }
  .wave-animation {
    height: 200rem;
    margin-top: 70rem;
  }
  .public-btn {
    width: 180rem;
    height: 55rem;
    display: flex !important;
  }
  .index-play-text {
    bottom: -70rem;
  }
  .index-hospitals-box {
    padding-top: 190rem;
  }
  .index-hospitals-list {
    flex-direction: column;
    padding: 0 30rem;
    margin-top: 70rem;
  }

  .index-hospitals-item {
    width: 100%;
    height: auto;
    margin-top: -20rem;
  }
  .index-hospitals-bg {
    height: auto;
    position: relative;
  }
  .index-hospitals-content {
    left: 60rem;
    bottom: 40rem;
  }
  .index-hospitals-on::after {
    bottom: 170rem;
    right: 20rem;
    width: 36rem;
    height: 24rem;
  }
  .index-hospitals-title::before {
    left: -34rem;
    top: calc(50% - 10rem);
    width: 21rem;
    height: 24rem;
  }
  .index-hospitals-name {
    position: absolute;
    top: calc(50% - 30rem);
    left: 60rem;
    color: #ffffff;
    writing-mode: lr-tb;
  }
  .index-hospitals-name::before {
    left: -34rem;
    top: calc(50% - 10rem);
    width: 21rem;
    height: 24rem;
  }
  .index-hospitals-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-department-item {
    width: calc((100% - 40rem) / 3);
    height: 210rem;
    margin-right: 20rem;
    margin-bottom: 20rem;
  }
  .index-department-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-department-name {
    font-size: 24rem;
  }
  .index-expert-slide {
    flex-direction: column-reverse;
    margin-top: 40rem;
  }
  .index-expert-img {
    width: 100%;
  }
  .index-expert-left {
    width: 100%;
    padding-right: 0;
  }
  .index-expert-prev {
    position: absolute;
    z-index: 4;
    top: 400rem;
    left: 0;
    width: 70rem;
    height: 70rem;
  }
  .index-expert-next {
    position: absolute;
    z-index: 4;
    top: 400rem;
    right: 0;
    width: 70rem;
    height: 70rem;
  }
  .index-department-box::after {
    right: -100rem;
    top: -100rem;
    width: 300rem;
    height: 300rem;
  }
  .index-expert-box::after {
    left: -200rem;
    top: -200rem;
    width: 500rem;
    height: 500rem;
  }
  .index-advantage-box {
    padding: 90rem 0 0;
  }
  .index-advantage-wap {
    width: calc(100% - 40rem);
    margin: 60rem 20rem 0;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 54px 0px rgba(161, 206, 243, 0.5);
    border-radius: 10px;
    position: relative;
    padding-bottom: 20rem;
    background: url(./../esimg/img/index_adcantage_wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-advantage-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40rem 40rem;
  }
  .index-advantage-text {
    /* color: #262626; */
    color: #fff;
    padding-top: 20rem;
    /* text-align: center; */
  }
  .index-advantage-pagination {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .index-advantage-pagination .swiper-pagination-bullet {
    background: none;
  }
  .index-advantage-pagination .swiper-pagination-bullet-active {
    background: #6fba2b;
  }
  .index-case-swiper {
    margin: 50rem 30rem 0;
  }
  .index-case-bottom {
    margin-top: 20rem;
  }
  .index-case-navigation {
    position: absolute;
    right: 30rem;
    top: calc(50% - 30rem);
    width: calc(100% - 60rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index-case-prev,
  .index-case-next {
    width: 60rem;
    height: 60rem;
  }
  .index-welfare-left {
    width: 100%;
    padding: 70rem 30rem;
  }
  .index-welfare-map {
    width: 100%;
  }
  .index-welfare-nums {
    padding-top: 40rem;
    display: flex;
    flex-wrap: wrap;
  }
  .index-welfare-flex {
    width: 65%;
    margin-bottom: 20rem;
  }
  .index-welfare-flex:nth-child(2n + 1) {
    width: 35%;
  }
  .index-welfare-by {
    padding-bottom: 5rem;
  }
  .index-welfare-decs {
    padding-top: 20rem;
    color: #262626;
    line-height: 1.8;
    width: 100%;
  }
  .index-welfare-main {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .index-welfare-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-welfare-map-bottom {
    width: 100rem;
    position: absolute;
    right: 10rem;
    top: 660rem;
  }
  .index-news-swiper {
    padding: 0 30rem 120rem;
    width: 100%;
  }
  .index-news-swiper .swiper-slide-active .index-news-day {
    color: #68ad45;
  }
  .index-news-swiper .swiper-slide-active {
    background: #ffffff;
    box-shadow: 6px 7px 81px 0px #dae5eb;
    border-bottom: 4rem solid #6fba2b;
  }
  .swiper-slide-active .index-news-name {
    color: #68ad45;
  }
  .index-news-box .public-btn {
    position: relative;
    z-index: 11;
    margin-top: 50rem !important;
  }
  .index-news-box::after {
    z-index: -1;
  }
  .index-news-pagination {
    margin-left: -30rem;
  }
  .public-contact-form {
    width: 100%;
    flex-wrap: wrap;
  }
  .public-contact-input {
    width: 100%;
    height: 80rem;
    padding: 0 20rem;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .public-contact-textarea {
    width: 100%;
    height: 80rem;
    background: linear-gradient(90deg, #2682d5 0%);
    border-radius: 30px;
    border: 1px solid #c5daec;
    padding: 0 20rem 0 20rem;
    font-weight: 400;
    color: #ffffff;
  }
  .public-contact-relative {
    width: 100%;
  }
  .public-contact-button {
    position: relative;
    right: auto;
    top: auto;
    width: 340rem;
    height: 70rem;
    margin: 40rem auto 0;
  }
  .contact-address-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50rem;
  }
  .public-contact-flex {
    padding-top: 80rem;
  }
  .footer-content-right {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-qrcode-item {
    margin-left: 40rem;
  }
  .footer-qrcode-img {
    width: 180rem;
  }
  .footer-qrcode-item:first-child {
    margin-left: 0;
  }
  .footer-content-cont {
    flex-direction: column;
    width: 100%;
  }
  .footer-cont-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30rem;
  }
  .footer-cont-img {
    width: 42rem;
  }
  .footer-cont-cont {
    padding-left: 20rem;
  }
  .footer-bottom-box {
    border-top: 1px solid rgba(233, 239, 249, 1);
    padding: 25rem 0 50rem;
  }
  .footer-bottom-box .main-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-bottom-text {
    margin-bottom: 20rem;
  }
  .public-banner-content {
    top: 50%;
  }
  .banner-drop-down {
    width: 50rem;
    height: 50rem;
  }
  .public-tabs-box .main-center {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .public-tab-item {
    flex: none;
    padding: 30rem 40rem;
  }
  .about-since-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .public-title-cn::before {
    border: 6rem solid transparent;
    border-bottom-color: #6fba2b;
    border-radius: 50%;
  }
  .public-title-sign::before {
    border: 6rem solid transparent;
    border-bottom-color: #6fba2b;
    border-radius: 50%;
  }
  .public-title-sign {
    padding-bottom: 20rem;
  }
  .about-since-decs {
    width: 100%;
    padding-top: 60rem;
  }
  .about-since-bottom {
    flex-direction: column;
  }
  .about-since-numbers {
    width: 100%;
    padding-right: 0;
  }
  .about-since-imgs {
    width: 100%;
    position: relative;
    margin-top: 30rem;
  }
  .about-range-icon {
    width: 32rem;
    height: 32rem;
    margin-top: 4rem;
  }
  .about-range-item {
    margin-right: 20rem;
    margin-bottom: 20rem;
    flex-wrap: wrap;
  }
  .about-range-item:nth-child(2n) {
    margin-right: 0;
  }
  .about-range-flex-1 {
    width: calc((100% - (20rem * 1)) / 2);
  }
  .about-range-flex-2 {
    width: 100%;
    margin-right: 0;
  }
  .about-range-flex-3 {
    width: 100%;
    margin-right: 0;
  }
  .about-range-decs {
    width: 100%;
    padding-left: 0;
    padding-top: 10rem;
  }
  .about-range-item:last-child {
    width: 100%;
  }
  .about-department-list {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 50rem;
  }
  .about-department-row {
    margin-top: 10rem;
    width: 100%;
    margin-right: 0;
    display: flex;
  }
  .about-department-row:nth-child(2n) {
    margin-top: 10rem;
  }
  .about-department-item {
    height: 250rem;
  }
  .about-characteristic-content {
    flex-direction: column-reverse;
  }
  .about-characteristic-right {
    width: 100%;
  }
  .about-characteristic-left {
    width: 100%;
    padding: 50rem 30rem 50rem 30rem;
  }
  .index-environment-prev {
    bottom: 10rem;
    left: 30%;
    width: 60rem;
    height: 60rem;
  }
  .index-environment-next {
    bottom: 10rem;
    right: 30%;
    width: 60rem;
    height: 60rem;
  }
  .culture-main-img {
    width: 100%;
    margin: 0 auto;
  }
  .culture-content-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .culture-content-item:nth-child(1),
  .culture-content-item:nth-child(2),
  .culture-content-item:nth-child(3),
  .culture-content-item:nth-child(4),
  .culture-content-item:nth-child(5),
  .culture-content-item:nth-child(6) {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-bottom: 40rem;
  }
  .culture-content-item:nth-child(2) {
    padding-bottom: 800rem;
  }
  .culture-main-bg {
    width: 100%;
    position: absolute;
    top: 25%;
  }
  .culture-main-bg::before {
    width: 400rem;
    height: 400rem;
    left: calc(50% - 200rem);
    top: calc(50% - 200rem);
  }
  .culture-main-bg::after {
    width: 250rem;
    height: 250rem;
    left: calc(50% - 125rem);
    top: calc(50% - 125rem);
  }
  .culture-main-content {
    margin-top: 60rem;
  }
  .history-main-decorate {
    width: 100%;
    height: 145rem;
    position: absolute;
    z-index: 3;
    left: 0;
    top: calc(50% - 72.5rem);
    background: url(./../esimg/img/history-decorate-sj.png) no-repeat;
    background-size: 100% 100%;
  }
  .history-main-content {
    margin-top: 60rem;
    height: 990rem;
  }
  .history-main-content::after {
    background: url(./../esimg/img/history-main-bg-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .history-item {
    width: 450rem;
  }
  .history-item:nth-child(1) {
    left: 80rem;
    top: 0;
  }
  .history-item:nth-child(1)::after {
    height: 425rem;
  }
  .history-item:nth-child(2) {
    left: 240rem;
    top: 551rem;
  }
  .history-item:nth-child(2)::after {
    top: -64rem;
    height: 84rem;
  }
  .history-main-navigation {
    top: -120rem;
    right: 40rem;
  }
  .history-swiper-wap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
  }
  .history-item::after {
    left: 9rem;
  }
  .dynamic-swiper-slide {
    padding: 50rem 45rem 150rem;
    flex-direction: column;
  }
  .dynamic-swiper-img {
    width: 100%;
  }
  .dynamic-swiper-cont {
    width: 100%;
    padding-left: 0;
    padding-top: 40rem;
  }
  .dynamic-swiper-pagination {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 30rem !important;
    left: auto !important;
    right: auto;
    margin-left: 0;
  }
  .dynamic-swiper-slide::after {
    display: none;
  }
  .dynamic-content-item {
    padding: 30rem 20rem;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .dynamic-content-img {
    width: 100%;
  }
  .dynamic-content-cont {
    position: relative;
    padding-top: 40rem;
    padding-bottom: 20rem;
    padding-left: 0;
    width: 100%;
  }
  .dynamic-content-cont .index-news-name {
    padding-top: 20rem;
  }
  .public-page-item {
    width: 70rem;
    height: 70rem;
  }
  .news-main-box {
    flex-direction: column;
  }
  .news-left-box {
    width: 100%;
  }
  .news-article-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .news-article-point {
    padding-left: 0;
    margin-bottom: 10rem;
  }
  .news-article-link {
    width: 100%;
  }
  .news-article-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .news-article-btns-left {
    width: 100%;
    padding-bottom: 40rem;
  }
  .news-right-box {
    width: 100%;
    padding-left: 0;
  }
  .news-right-img {
    width: 240rem;
  }
  .news-right-cont {
    width: calc(100% - 240rem);
  }
  .news-right-item {
    padding: 20rem;
  }
  .park-main-text {
    width: 100%;
  }
  .park-main-item {
    padding-top: 50rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 60rem;
  }
  .park-main-item:nth-child(2n) {
    flex-direction: column;
  }
  .park-item-img {
    width: 100%;
  }
  .public-appointment-font {
    width: 100%;
  }
  .public-appointment-content {
    /* margin-top: 90rem; */
    margin-top: -294rem;
  }
  .public-appointment-qrcode {
    position: absolute;
    left: calc(50% - 70rem);
    /* top: calc(50% - 70rem); */
    top: calc(100% + 130rem);
    width: 140rem;
    height: 140rem;
  }
  .department-header-swiper {
    width: 100%;
    height: auto;
    margin: 35rem auto 120rem;
    position: relative;
    z-index: 1;
  }
  .department-swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    z-index: 11;
    right: auto !important;
    left: auto !important;
    bottom: -50rem !important;
    align-items: flex-end;
  }
  .swiper-pagination-bullet {
    width: 20rem;
    height: 20rem;
    margin: 0 10rem !important;
  }
  .swiper-pagination-bullet-active {
    width: 20rem;
    height: 20rem;
  }
  .department-header-content {
    width: 100%;
  }
  .department-header-decs {
    width: 100%;
    padding-left: 0;
  }
  .department-header-title {
    position: absolute;
    left: 0;
    top: -35rem;
    width: 210rem;
    height: 70rem;
  }
  .department-feature-item {
    flex-direction: column;
  }
  .department-feature-item:nth-child(2n) {
    flex-direction: column;
  }
  .department-feature-content {
    width: 100%;
    padding-top: 30rem;
    padding-right: 0;
  }
  .department-feature-item:nth-child(2n) .department-feature-content {
    padding-left: 0;
    padding-right: 0;
  }
  .department-feature-img {
    width: 100%;
  }
  .department-feature-dot::before {
    content: "";
    position: absolute;
    left: 10rem;
    top: 10rem;
    width: 24rem;
    height: 22rem;
    background: url(./../esimg/icon/department-feature-dot.png) no-repeat;
    background-size: 100% 100%;
  }
  .expert-list-item {
    align-items: center;
    padding: 0 40rem 0 40rem;
    flex-direction: column;
  }
  .expert-item-img {
    width: 100%;
    padding-top: 40rem;
  }
  .expert-item-cont {
    width: 100%;
    padding-top: 40rem;
    padding-left: 0;
    padding-bottom: 40rem;
    padding-right: 0;
  }
  .expert-list-item::after {
    right: 40rem;
    top: 540rem;
    width: 60rem;
    height: 60rem;
  }
  .expert-item-lables {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .exper-header-box .main-center {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 80rem;
  }
  .exper-header-left {
    width: 100%;
    margin-top: 40rem;
  }
  .exper-header-img {
    width: 100%;
  }
  .exper-header-logo {
    width: 100%;
    margin-top: 120rem;
  }
  .exper-header-box::after {
    width: 258rem;
    height: 239rem;
  }
  .exper-point-box {
    margin-bottom: 100rem;
  }
  .exper-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .exper-bottom-text {
    padding: 0 20rem;
  }
  .evaluate-list-item {
    padding: 30rem 25rem 90rem 25rem;
    margin-bottom: 30rem;
    flex-direction: column;
  }
  .evaluate-item-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .evaluate-item-cont {
    width: 100%;
    padding-left: 0;
    padding-top: 40rem;
  }
  .news-right-right {
    text-align: left;
    margin-top: 60rem;
  }
  .evaluate-info-title {
    padding-left: 0;
  }
  .evaluate-info-title::before {
    display: none;
  }
  .case-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50rem;
  }
  .case-item-cont {
    width: 100%;
    height: 170rem;
    position: relative;
    padding: 27rem 20rem 0;
  }
  .contact-item-box {
    padding-top: 50rem;
    width: 100%;
  }
  .contact-info-address-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
    position: relative;
  }
  .contact-in-name {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-address-bottom {
    top: 0;
    height: 100%;
    width: 100%;
  }
  .contact-in-name {
    width: 280rem;
    height: 75rem;
    border-radius: 0 25px 25px 25px;
    -webkit-border-radius: 0 25px 25px 25px;
    -moz-border-radius: 0 25px 25px 25px;
    -ms-border-radius: 0 25px 25px 25px;
    -o-border-radius: 0 25px 25px 25px;
  }
  .contact-address-address {
    padding: 20rem 10rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .contact-route-item {
    width: 100%;
    height: 190rem;
    margin-top: 70rem;
    margin-right: 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #1264a9;
    opacity: 0.9;
    position: relative;
  }
  .contact-route-name {
    position: absolute;
    left: 0;
    top: -25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 270rem;
    height: 70rem;
  }
  .contact-route-text {
    padding: 65rem 0 0 25rem;
  }
  .welfare-purpose-bg {
    width: 100%;
    margin-top: 50rem;
  }
  .welfare-purpose-main {
    padding-bottom: 120rem;
  }
  .welfare-purpose-heaer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .welfare-purpose-name {
    padding-left: 20rem;
  }
  .welfare-purpose-number {
    width: 90rem;
    height: 60rem;
  }
  .welfare-purpose-text {
    width: 100%;
    text-align: center;
  }
  .welfare-purpose-swiper {
    position: relative;
    margin-top: -100rem;
  }
  .welfare-purpose-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40rem;
  }
  .welfare-trajectory-list {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60rem;
  }
  .welfare-trajectory-item {
    width: 50%;
    padding-bottom: 40rem;
  }
  .welfare-map-img {
    width: 100%;
  }
  .welfare-trajectory-main {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
  .welfare-trajectory-content {
    background: url(./../esimg/img/index-welfare-bg-wap.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80rem;
  }
  .welfare-activity-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50rem;
  }
  .welfare-activity-title {
    height: 150rem;
  }
  .park-main-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25rem;
  }
  .department-main-box {
    width: 100%;
    background: url(./../esimg/img/department-page-bg-wap.png) no-repeat;
    background-size: 100% 100%;
    padding: 100rem 0;
  }
  .index-banner-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 27rem !important;
    left: auto !important;
    right: auto !important;
  }
  .recruitment-welfare-item {
    width: calc((100% - (30rem * 2)) / 3);
    margin-right: 30rem;
  }
  .recruitment-welfare-item:nth-child(3n) {
    margin-right: 0;
  }
  .recruitment-content-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .recruitment-content-decorate {
    margin-top: 40rem;
    width: 0;
    height: 0;
    background: none;
  }
  .recruitment-content-item {
    width: 100%;
    padding: 35rem;
    border-bottom: 1px solid #d2d7de;
  }
  .recruitment-content-name::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 16rem);
    width: 37rem;
    height: 32rem;
  }
  .feature-main-flex {
    flex-direction: column;
  }
  .feature-main-right {
    width: 100%;
    padding-top: 30rem;
  }
  .feature-main-menu {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .feature-menu-item::before {
    display: none;
  }
  .feature-menu-item::after {
    display: none;
  }
  .feature-menu-item {
    padding-bottom: 20rem;
    padding-left: 0;
    margin-right: 30rem;
  }
}
@media screen and (max-width: 450px) {
  .index-department-name {
    font-size: 24rem;
  }
  .public-btn {
    width: 230rem;
    height: 75rem;
  }
  .index-advantage-text {
    font-size: 11px;
  }
  .index-advantage-title {
    font-size: 15px;
  }
}
