@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-700-Bold.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;
}

.header-main-box {
  position: fixed;
  z-index: 211;
  width: 100%;
  height: 180rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 28px 1px rgba(6, 40, 3, 0.6);
  padding: 30rem 70rem 0;
  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;
}
.header-main-roll {
  background: #fff;
}
.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 {
  width: 100%;
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60rem;
}
.header-phone-box {
  display: flex;
  align-items: center;
  padding-left: 80rem;
}
.header-phone-img {
  width: 28rem;
}
.header-phone-number {
  padding-left: 15rem;
  font-weight: 600;
  color: #73ba2e;
}
.header-nav-box {
  width: 100%;
  display: flex;
}
.header-nav-item {
  flex: 1;
  padding: 20rem 0;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  text-align: center;
  font-weight: bold;
  color: #292929;
  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: #1f7f4d;
}
.header-nav-item:hover .header-nav-title {
  color: #1f7f4d;
}
.header-main-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header-center-logo {
  width: 322rem;
}
.header-center-logo img {
  width: 100%;
}
.header-top-search {
  display: flex;
  width: 300rem;
  height: 40rem;
  border-radius: 6px;
  border: 1px solid #ffa600;
}
.header-search-input {
  width: calc(100% - 40rem);
  background: none;
  padding-left: 15rem;
}
.header-search-btn {
  width: 40rem;
  height: 40rem;
  background: url(./../esimg/icon/search-btn-cion.png) no-repeat center;
  background-size: 22rem 21rem;
  background-color: #ffa600;
  border-radius: 6px;
  position: relative;
}

.header-nav-section {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.6); */
  background: #f1f4f9;
  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-item:hover .header-nav-section {
  height: auto;
}
.header-nav-text {
  text-align: center;
  color: #333333;
  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-on::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 12.5rem);
  width: 25rem;
  height: 18rem;
  background: url(./../esimg/icon/nav_selected.png) no-repeat;
  background-size: 100% 100%;
} */
.header-nav-text:hover {
  color: #1f7f4d;
}
.header-nav-on .header-nav-title {
  color: #1f7f4d;
}
.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 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 167rem;
  bottom: 67rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 34rem;
  height: 10rem;
  border-radius: 50%;
  background: transparent;
  background: url(./../esimg/icon/index-banner-pagination-hidden.png) no-repeat;
  background-size: 100% 100%;
  /* border: 2px solid #73ba2e; */
  opacity: 1;
  margin: 0 8rem !important;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: url(./../esimg/icon/index-banner-pagination.png) no-repeat;
  background-size: 100% 100%;

  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.keyword-box {
  position: absolute;
  z-index: 11;
  left: 160rem;
  bottom: 40rem;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.keyword-box p,
.keyword-box a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 10rem;
}
.index-icompany-box {
  width: 100%;
  background: url(./../esimg/img/index-icompany-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 90rem 0 140rem;
  display: flex;
  align-items: flex-start;
}
.index-icompany-left {
  width: calc(100% - 980rem);
  padding: 60rem 60rem 0 180rem;
}
.index-icompany-img {
  width: 980rem;
}
.public-title-box {
  position: relative;
}
.public-title-center {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.public-title-en {
  font-family: D-DIN-PRO;
  font-weight: bold;
  font-size: 120rem;
  line-height: 1;
  color: rgba(29, 132, 79, 0.15);
  text-transform: uppercase;
}
.public-title-cn {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  font-weight: bold;
  color: #333333;
}
.public-title-center .public-title-cn {
  position: relative;
  margin-top: -60rem;
}
.public-title-cn::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5rem;
  right: -45rem;
  width: 84rem;
  height: 40rem;
  background: url(./../esimg/icon/leaf_right.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-center .public-title-cn::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5rem;
  left: -45rem;
  width: 84rem;
  height: 40rem;
  background: url(./../esimg/icon/leaf_left.png) no-repeat;
  background-size: 100% 100%;
}
.index-icompany-title {
  font-weight: bold;
  color: #333333;
  padding-top: 50rem;
}
.index-icompany-text {
  color: #333333;
  line-height: 1.8;
  padding-top: 30rem;
}
.index-icompany-btn {
  margin-top: 59rem;
}
.public-btn {
  position: relative;
  z-index: 1;
  padding: 0 60rem 0 40rem;
  width: max-content;
}
.public-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: calc(50% - 29rem);
  width: 58rem;
  height: 58rem;
  background: linear-gradient(0deg, #efd965 0%, #c79132 100%);
  border-radius: 50%;
  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::after {
  content: "";
  background: url(./../esimg/icon/icon_arr_right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  right: 25rem;
  top: calc(50% - 7rem);
  width: 18rem;
  height: 12rem;
  line-height: 1;
}
.public-btn:hover::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: calc(50% - 29rem);
  width: 100%;
  height: 58rem;
  background: linear-gradient(0deg, #efd965 0%, #c79132 100%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.index-icompany-flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
}
.index-icompany-row {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.index-icompany-num {
  font-size: 50rem;
  line-height: 1;
  font-family: D-DIN-PRO;
  font-weight: bold;
  color: #1d844f;
  position: relative;
}
.index-icompany-num span {
  position: absolute;
  right: -10rem;
  top: 5rem;
}
.index-icompany-util {
  color: #333333;
}
.index-icompany-by {
  color: #666666;
  padding-top: 5rem;
}
.index-icompany-item {
  margin-right: 55rem;
}
.index-icompany-item:last-child {
  margin-right: 0;
}
.index-chairman-box {
  display: flex;
  padding: 40rem 0 80rem;
}
.index-chairman-left {
  position: relative;
  z-index: 1;
  width: 860rem;
  padding-left: 25rem;
}
.index-chairman-left::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35rem;
  width: 1071rem;
  height: 699rem;
  background: url(./../esimg/img/index-chairman-left-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-chairman-img {
  width: 602rem;
}
.index-chairman-right {
  width: calc(100% - 860rem);
  padding-top: 122rem;
  position: relative;
  z-index: 11;
}
.index-chairman-content {
  margin-top: 70rem;
  position: relative;
}
.index-chairman-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10rem;
  width: 38rem;
  height: 30rem;
  background: url(./../esimg/icon/quote_left.png) no-repeat;
  background-size: 100% 100%;
}
.index-chairman-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 38rem;
  height: 30rem;
  background: url(./../esimg/icon/quote_right.png) no-repeat;
  background-size: 100% 100%;
}
.index-chairman-content p {
  padding-bottom: 30rem;
  line-height: 1.8;
}
.index-chairman-name {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 70rem;
}
.index-chairman-name::before {
  content: "";
  position: absolute;
  right: 130rem;
  width: 100rem;
  height: 1px;
  background: #333333;
  top: 50%;
}
.index-chairman-name-img {
  width: 103rem;
}
.index-chairman-btn {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: 0;
}
.index-team-box {
  background: url(./../esimg/img/index-team-box.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0;
}
.index-team-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-team-content {
  padding-left: 160rem;
}
.index-team-swiper {
  overflow: hidden;
  padding: 50rem 0 100rem;
  position: relative;
}

.index-team-swiper .swiper-slide {
  width: 370rem;
  height: 441rem; /* 固定高度 */
  transition: width 0.3s ease;
  background: url(../esimg/img/index-team-slide.png) no-repeat;
  background-size: 100% 100%;
}

.index-team-swiper .swiper-slide-active {
  width: 740rem;
  height: 441rem;
  background: url(./../esimg/img/index-team-slide-active.png) no-repeat;
  background-size: 100% 100%;
}

.index-team-slide {
  height: 100%;
  width: 100%;
  position: relative;
}
.index-team-img {
  position: absolute;
  bottom: 5rem;
  left: 5%;
  width: 320rem;
}
.index-team-swiper .swiper-slide-active .index-team-img {
  display: none;
}
.index-team-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 214rem;
  background: url(./../esimg/icon/index-team-bottom.png) no-repeat;
  background-size: 100% 100%;
}
.index-team-name {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 40rem;
  left: 30rem;
}
.index-team-swiper .swiper-slide-active .index-team-name {
  display: none;
}
.index-team-img-active {
  position: absolute;
  bottom: 0;
  left: 20rem;
  height: 90%;
  display: none;
}
.index-team-swiper .swiper-slide-active .index-team-img-active {
  display: block;
}
.index-team-cont {
  position: absolute;
  left: 390rem;
  top: 80rem;
  display: none;
}
.index-team-row {
  display: flex;
  align-items: flex-end;
}
.index-team-by {
  font-weight: bold;
  color: #333333;
}
.index-team-position {
  color: #333333;
  padding-left: 5rem;
}
.index-team-text {
  padding-top: 20rem;
  color: #333333;
  width: 306rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-team-swiper .swiper-slide-active .index-team-cont {
  display: block;
}
.index-team-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 160rem;
}
.index-team-prev {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-prev.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 10rem;
}
.index-team-next {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 10rem;
}
.index-architecture-box {
  position: relative;
}
.index-architecture-bg {
  width: 100%;
}
.index-architecture-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 80rem;
}
.index-architecture-bottom {
  position: absolute;
  bottom: 80rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.index-architecture-btn {
  z-index: 1;
}
.index-journey-partner {
  background: url(./../esimg/img/index-journey-box.png) no-repeat;
  background-size: 100% 100%;
}
.index-journey-box {
  padding: 90rem 0 150rem;
  overflow: hidden;
}
.index-journey-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-journey-item {
  display: flex;
  align-items: flex-start;
  padding: 0 60rem;
}
.index-journey-img {
  width: 654rem;
}
.index-journey-content {
  padding-top: 53rem;
  padding-left: 40rem;
  width: calc(100% - 654rem);
}
.index-journey-cont {
  margin-top: 25rem;
}
.index-journey-title {
  font-family: D-DIN-PRO;
  font-weight: bold;
  color: #1d844f;
}
.index-journey-cont {
  width: 700rem;
  height: 300rem;
  padding-right: 55rem;
  position: relative;
}
.index-journey-points {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20rem;
}
.index-journey-text {
  width: 500rem;
  line-height: 1.8;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* background-image: linear-gradient(#ff2f5f 0%, #ffb435 100%); */
  background: #1d844f;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #1d844f;
}
.mCSB_scrollTools .mCSB_dragger:active.mCSB_dragger_bar {
  background: #1d844f;
}
.mCSB_serollTools .mCSB_dragger .mCSB_dragger_onragmCSB_dragger_bar {
  background: #1d844f;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #1d844f;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0) !important;
}
.index-journey-years {
  margin: 0 60rem;
  position: relative;
}
.index-journey-years::after {
  content: "";
  position: absolute;
  top: 37rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #65ac87;
}
.journey-years-name {
  text-align: center;
  padding-top: 80rem;
  font-family: D-DIN-PRO;
  font-weight: bold;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.journey-years-name::after {
  content: "";
  position: absolute;
  top: 30rem;
  left: calc(50% - 7rem);
  width: 14rem;
  height: 14rem;
  background: #65ac87;
  border-radius: 50%;
}
.journey-years-active::after {
  top: 12rem;
  left: calc(50% - 25rem);
  width: 50rem;
  height: 50rem;
  /* background: #65ac87; */
  background: url(./../esimg/icon/history-on.png) no-repeat;
  background-size: 100% 100%;
}
.index-journey-prev {
  position: absolute;
  z-index: 11;
  left: -40rem;
  top: 12rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-prev.png) no-repeat;
  background-size: 100% 100%;
}
.index-journey-next {
  position: absolute;
  z-index: 11;
  right: -40rem;
  top: 12rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/icon-next.png) no-repeat;
  background-size: 100% 100%;
}
.index-journey-swiper {
  margin-top: 40rem;
}
.index-partner-box {
  padding: 0rem 0 60rem;
  overflow: hidden;
}
.index-partner-list {
  display: flex;
  flex: auto;

  padding-top: 45rem;
}
.index-partner-item {
  width: 291rem;
  margin-right: 35rem;
  flex-shrink: 0;
}
.index-partner-img {
  width: 100%;
  box-shadow: 0px 11px 21px 0px rgba(237, 243, 239, 0.77);
}
.index-partner-img:nth-child(1) {
  margin-bottom: 50rem;
}
.index-partner-img:nth-child(2n) {
  margin-left: 50%;
}
.index-news-box {
  width: 100%;
  background: url(./../esimg/img/index-news-box.png) no-repeat;
  background-size: 100% 100%;
  padding: 50rem 0 90rem;
}
.index-news-row {
  display: flex;
}
.index-news-types {
  display: flex;
  margin-right: 20rem;
}
.index-news-type {
  color: #333333;
  margin: 0 20rem;
  position: relative;
}
.index-news-type::after {
  content: "|";
  font-weight: 400;
  color: #333333;
  position: absolute;
  right: -20rem;
}
.index-news-type:last-child::after {
  display: none;
}
.index-news-on {
  font-weight: bold;
  color: #1d844f;
}
.index-news-content {
  display: flex;
  margin-top: 30rem;
}
.index-news-card {
  width: calc((100% - 30rem) / 3);
  height: 481rem;
  margin-right: 15rem;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.index-news-card:nth-child(3n) {
  margin-right: 0;
}
.index-news-img {
  width: 100%;
  border-radius: 10rem;
  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: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.index-news-card:hover .index-news-img {
  transform: scale(1.1);
}
.index-news-cont {
  padding: 30rem;
}
.index-news-name {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-card:hover .index-news-name {
  color: #128c49;
}

.index-news-date {
  font-weight: 400;
  color: #a0aea1;
  padding-left: 18rem;
  position: relative;
  margin-top: 15rem;
}
.index-news-date::after {
  content: "";
  position: absolute;
  left: 0;
  width: 14rem;
  height: 14rem;
  top: calc(50% - 7rem);
  background: url(./../esimg/icon/icon-date.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-text {
  padding-top: 15rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card-item {
  padding: 20rem;
  position: relative;
}
.news-card-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40rem);
  border-bottom: 1px dashed #c6d9ce;
}
.news-card-name {
  color: #333333;
  padding-top: 15rem;
  font-weight: bold;
}
.news-card-item:hover .news-card-name {
  color: #128c49;
}
.news-card-date {
  padding-top: 20rem;
  color: #a0aea1;
}
.public-footer-box {
  position: relative;
  background: url(./../esimg/img/public-footer-box.png) no-repeat;
  background-size: 100% 100%;
  padding: 45rem 0;
}
.public-footer-top {
  position: relative;
  padding-bottom: 20rem;
}
.public-footer-top::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(29, 132, 79, 0.2);
}
.public-footer-top .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-footer-icon {
  width: 133rem;
}
.public-footer-qrcode {
  width: 96rem;
}
.footer-qrcode-text {
  text-align: center;
  color: #333333;
  opacity: 0.6;
  padding-top: 8rem;
}
.footer-top-list {
  display: flex;
}
.footer-top-item {
  margin-right: 160rem;
}
.footer-top-item:nth-child(3) {
  margin-right: 0;
}
.footer-top-row {
  display: flex;
  align-items: flex-end;
}
.footer-top-icon {
  width: 26rem;
}
.footer-top-text {
  color: #1f3321;
  opacity: 0.7;
  margin-left: 10rem;
}
.footer-top-cont {
  font-family: Arial;
  font-weight: bold;
  padding-top: 10rem;
  color: #333333;
}
.footer-menu-box {
  display: flex;
  padding-top: 50rem;
}
.footer-menu-item {
  flex: 1;
  margin: 0 20rem;
  position: relative;
}
.footer-menu-first {
  font-weight: 400;
  color: #333333;
  position: relative;
  width: fit-content;
}
.footer-menu-first::after {
  content: "";
  position: absolute;
  right: -10rem;
  top: 0;
  background: url(./../esimg/icon/footer-nav-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 15rem;
  height: 10rem;
}
.footer-menu-ul {
  padding-top: 20rem;
}
.footer-menu-link {
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 10rem;
}
.footer-menu-link:hover {
  color: #333333;
}
.footer-info-box {
  padding-top: 50rem;
  display: flex;
}
.footer-info-box p,
.footer-info-box a {
  margin-right: 20rem;
  color: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
}
.footer-info-box a:hover {
  color: #333333;
}
.footer-info-box img {
  width: 19rem;
  margin-right: 5rem;
}
.footer-friend-box {
  padding-top: 30rem;
  display: flex;
  flex-wrap: wrap;
}
.footer-friend-box p,
.footer-friend-box a {
  margin-right: 10rem;
  color: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
.index-echats-box {
  position: absolute;
  z-index: 22;
  top: 40%;
  left: 310rem;
  width: calc(100% - 310rem - 310rem);
}
.index-echats-tip {
  text-align: center;
  color: #fff;
  padding-top: 20rem;
}
.index-echats-min {
  width: 100%;
  height: 450rem;
  background: rgba(33, 35, 33, 0.5);
  box-shadow: 0px 23px 16px 0px rgba(19, 56, 16, 0.4);
  border-radius: 50px 0px 50px 0px;
  position: relative;
  overflow: hidden;
  padding: 0 100rem;
}
.index-echats-min::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px 0px 50px 0px;
  padding: 2px;
  background: linear-gradient(87deg, #e6c87d, #fdf4d1, #e8c775);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.index-echats-types {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30rem;
}
.index-echats-type {
  padding: 8rem 25rem;
  margin: 0 40rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.index-echats-on {
  background: #1f7f4d;
  border-radius: 20px 0px 20px 0px;
}
.index-echats-tables {
  width: 100%;
  padding-top: 30rem;
  position: relative;
}
.index-echats-item {
  display: none;
}
.index-echats-show {
  display: block;
}
.index-echats-tables table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  position: relative;
}
.index-echats-tables table thead {
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
}
.index-echats-tables table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.index-echats-tables table thead tr th {
  text-align: left;
  padding-bottom: 15rem;
}
.index-echats-tables tbody {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-echats-tables tbody tr td {
  color: #ffffff;
  text-align: left;
  padding: 10rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  /* padding-bottom: 15rem; */
}
.index-echats-tables tbody tr {
}

.index-echats-tables tbody tr td:nth-child(1),
.index-echats-tables thead tr th:nth-child(1) {
  width: 15%;
}
.index-echats-tables tbody tr td:nth-child(2),
.index-echats-tables thead tr th:nth-child(2) {
  width: 15%;
}
.index-echats-tables tbody tr td:nth-child(3),
.index-echats-tables thead tr th:nth-child(3) {
  width: 15%;
}
.index-echats-tables tbody tr td:nth-child(4),
.index-echats-tables thead tr th:nth-child(4) {
  width: 15%;
}
.index-echats-tables tbody tr td:nth-child(5),
.index-echats-tables thead tr th:nth-child(5) {
  width: 30%;
}
.index-echats-carbon tbody tr td:nth-child(1),
.index-echats-carbon thead tr th:nth-child(1) {
  width: 20%;
}
.index-echats-carbon tbody tr td:nth-child(2),
.index-echats-carbon thead tr th:nth-child(2) {
  width: 20%;
}
.index-echats-carbon tbody tr td:nth-child(3),
.index-echats-carbon thead tr th:nth-child(3) {
  width: 20%;
}
.index-echats-carbon tbody tr td:nth-child(4),
.index-echats-carbon thead tr th:nth-child(4) {
  width: 30%;
}
.index-echats-img {
  width: 56%;
  margin: 0 auto;
  margin-top: 20rem;
}
.public-banner-box {
  width: 100%;
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.banner-crumbs-box {
  display: flex;
  position: absolute;
  z-index: 11;
  bottom: 25rem;
  left: 160rem;
}
.banner-crumbs-box p,
.banner-crumbs-box a {
  color: #ffffff;
}
.banner-crumbs-box a {
  position: relative;
  margin-right: 25rem;
}
.banner-crumbs-box a::after {
  content: ">";
  position: absolute;
  right: -20rem;
}
.banner-crumbs-box a:last-child::after {
  display: none;
}
.ccer-main-box {
  background: url(./../esimg/img/21ccer-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0 120rem;
}
.public-types-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-type-item {
  width: fit-content;
  padding: 8rem 40rem;
  font-weight: bold;
  color: #333333;
  margin: 0 20rem;
}
.public-type-on {
  color: #fff;
  background: #1f7f4d;
  border-radius: 20px 0px 20px 0px;
}
.ccer-transaction-box {
  padding: 60rem 0 110rem;
}
.ccer-transaction-text {
  padding-top: 25rem;
  text-align: center;
  color: #333333;
  line-height: 1.6;
}
.ccer-transaction-text p {
  padding-top: 20rem;
  line-height: 1.8;
}
.ccer-transaction-img {
  width: 973rem;
  margin: 70rem auto 0;
}
.ccer-transaction-name {
  text-align: center;
  padding-top: 35rem;
  font-weight: bold;
  color: #1d844f;
}
.public-radius-btn {
  width: 180rem;
  height: 40rem;
  cursor: pointer;
  color: #fff;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #1d844f 0%, #48a932 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;
}
.public-radius-btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ccer-transaction-btn {
  margin-top: 30rem;
}
.ccer-rule-list {
  padding: 40rem 0 60rem;
  display: none;
}
.ccer-rule-list-on {
  display: block;
}
.ccer-rule-item {
  color: #333333;
  position: relative;
  padding: 20rem 120rem 20rem 40rem;
  border-bottom: 1px solid rgba(205, 225, 215, 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;
}
.ccer-rule-item p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccer-rule-item:hover {
  background: #1d844f;
  color: #fff;
}
.ccer-rule-item::after {
  content: "";
  position: absolute;
  right: 43rem;
  top: calc(50% - 6.5rem);
  width: 19rem;
  height: 13rem;
  background: url(./../esimg/icon/arr-green.png) no-repeat;
  background-size: 100% 100%;
}
.ccer-rule-item:hover::after {
  background: url(./../esimg/icon/arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-item {
  width: 50rem;
  height: 50rem;
  background: #ffffff;
  border: 1px solid #d3d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  margin: 0 7rem;
  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-pages-item:hover,
.public-pages-on {
  background: #1d844f;
  color: #fff;
}
.public-pages-prev {
  background: url(./../esimg/icon/arr-green-left.png) no-repeat center;
  background-size: 17rem 14rem;
  background-color: #fff;
}
.public-pages-prev:hover {
  background: url(./../esimg/icon/arr-white-left.png) no-repeat center;
  background-size: 17rem 14rem;
  background-color: #1d844f;
}
.public-pages-next {
  background: url(./../esimg/icon/arr-green.png) no-repeat center;
  background-size: 17rem 14rem;
  background-color: #fff;
}
.public-pages-next:hover {
  background: url(./../esimg/icon/arr-white.png) no-repeat center;
  background-size: 17rem 14rem;
  background-color: #1d844f;
}
.rule-info-max {
  background: #f4f9f6;
  display: flex;
}
.rule-info-max .main-center {
  display: flex;
  padding: 60rem 0 120rem;
}
.rule-info-left {
  width: 1140rem;
  padding-right: 30rem;
}
.rule-info-left-max {
  width: 100%;
}
.rule-info-right {
  width: calc(100% - 1140rem);
  /* padding-top: 60rem; */
}
.rule-info-title {
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.rule-info-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25rem 0;
  border-bottom: 1px solid #cde1d7;
}
.rule-info-date {
  color: #999999;
  padding-left: 23rem;
  position: relative;
  margin-right: 40rem;
}
.rule-info-date::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/icon-date.png) no-repeat;
  background-size: 100% 100%;
}
.rule-info-publisher {
  color: #999999;
  padding-left: 23rem;
  position: relative;
}
.rule-info-publisher::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/icon-publisher.png) no-repeat;
  background-size: 100% 100%;
}
.rule-downlod-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20rem;
}
.public-downlod-card,
.newsupfile {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30rem;
  display: flex;
  align-items: center;
  padding: 28rem 30rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(192, 232, 208, 0.19);
}
.public-downlod-card:nth-child(2n) {
  margin-right: 0;
}
.public-downlod-card img,
.newsupfile img {
  width: 32rem;
  margin: 0 20rem 0 0 !important;
}
.public-downlod-card::after,
.newsupfile::after {
  content: "";
  position: absolute;
  right: 22rem;
  top: calc(50% - 9rem);
  width: 17rem;
  height: 18rem;
  background: url(./../esimg/icon/icon-downold.png) no-repeat;
  background-size: 100% 100%;
}
.public-downlod-icon {
  width: 42rem;
}
.public-downlod-text {
  padding-left: 24rem;
  width: 80%;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rule-info-content {
  padding-top: 40rem;
  width: 100%;
  line-height: 1.8;
}
.rule-info-content table {
  border-collapse: collapse;
  width: 100%;
}

.rule-info-content table td,
.rule-info-content table th {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 8rem;
}
.rule-info-content p {
  padding-bottom: 30rem;
}
.rule-info-content {
  padding-bottom: 30rem;
  border-bottom: 1px solid #cde1d7;
}
.rule-info-content img {
  max-width: 100%;
  margin: 0 auto 20rem;
}
.rule-info-btns {
  display: flex;
  align-items: center;
  padding-top: 77rem;
}
.rule-info-btn {
  color: #333333;
  margin: 10rem 0;
  width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rule-recommend-title {
  font-weight: bold;
  color: #333333;
  padding-bottom: 30rem;
}
.rule-recommend-item {
  width: 100%;
  background: linear-gradient(0deg, #ffffff 0%, #e5fcee 100%);
  border-radius: 10px;
  border: 1px solid #a8cfb8;
  padding: 30rem 18rem;
  margin-bottom: 20rem;
  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;
}
.rule-recommend-item::after {
  content: "";
  position: absolute;
  right: 33rem;
  top: calc(50% - 7rem);
  width: 19rem;
  height: 13rem;
  background: url(./../esimg/icon/arr-green.png) no-repeat;
  background-size: 100% 100%;
}
.rule-recommend-item:hover {
  background: #1f7f4d;
}
.rule-recommend-name {
  color: #333333;
}
.rule-recommend-item:hover .rule-recommend-name {
  color: #ffffff;
}
.rule-recommend-date {
  color: #a0aea1;
  padding-top: 10rem;
}
.rule-recommend-item:hover .rule-recommend-date {
  color: #ffffff;
}
.rule-recommend-item:hover::after {
  content: "";
  position: absolute;
  right: 33rem;
  top: calc(50% - 7rem);
  width: 19rem;
  height: 13rem;
  background: url(./../esimg/icon/arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.rule-info-right {
  width: 100%;
  padding-top: 60rem;
}
.service-max-box {
  padding-top: 120rem;
  background: #f4f9f6;
}
.service-max-box .main-center {
  display: flex;
  align-self: flex-start;
}

.service-menu-box {
  width: 280rem;
  padding-right: 40rem;
}
.service-main-box {
  width: calc(100% - 280rem);
  padding-left: 40rem;
  padding-bottom: 100rem;
  border-left: 1px solid #cde1d8;
}
.service-menu-first {
  padding-left: 38rem;
  padding: 20rem 0 20rem 38rem;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #cde1d8;
}
.service-menu-first::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/service-menu.png) no-repeat;
  background-size: 100% 100%;
}
.service-menu-first-on {
  color: #1d844f;
}
.service-menu-first-on::after {
  background: url(./../esimg/icon/service-menu-on.png) no-repeat;
  background-size: 100% 100%;
}
.service-menu-section {
  border-bottom: 1px solid #cde1d8;
  display: none;
}
.service-menu-on .service-menu-section {
  display: block;
}
.service-menu-link {
  padding: 15rem 0;
  position: relative;
  padding-left: 58rem;
  color: #666666;
}
.service-menu-link::before {
  content: "";
  position: absolute;
  left: 45rem;
  top: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  background: #1d844f;
  border-radius: 50%;
}
.service-menu-section-on {
  color: #1d844f;
}
.consult-top-flex {
  display: flex;
  align-items: flex-start;
  padding-top: 50rem;
}
.consult-top-left {
  width: 800rem;
  padding-right: 60rem;
}
.consult-top-text {
}
.consult-top-text p {
  line-height: 1.8;
  color: #333333;
  padding-bottom: 30rem;
}
.consult-top-text p:last-child {
  padding-bottom: 0;
}
.public-consult-img {
  width: calc(100% - 800rem);
}
.consult-top-row {
  display: flex;
  padding-top: 60rem;
}
.public-left-types {
  display: flex;
  align-items: center;
}
.public-bottom-line {
  border-bottom: 1px solid #cde1d8;
}
.consult-center-box {
  padding-top: 50rem;
}
.public-left-type {
  padding: 6rem 20rem;
  color: #333333;
  margin-right: 40rem;
  cursor: pointer;
}
.public-left-type:last-child {
  margin-right: 0;
}
.public-left-type-on {
  color: #fff;
  background: #1d844f;
  border-radius: 20px 0px 20px 0px;
}
.consult-center-flex {
  display: flex;
  align-items: flex-start;
  padding-top: 50rem;
  display: none;
}
.consult-center-flex-on {
  display: flex;
}
.consult-center-img {
  width: 522rem;
}
.consult-center-content {
  width: calc(100% - 522rem);
  padding-left: 35rem;
  color: #333333;
  line-height: 1.8;
}
.consult-center-content p {
  padding-bottom: 40rem;
}
.consult-case-box {
  padding-top: 80rem;
}
.consult-case-none {
  display: none;
}
.consult-case-list {
  padding-top: 50rem;
}
.consult-case-list-on {
  display: block;
}
.consult-case-item {
  width: 100%;
  background: #ffffff;
  box-shadow: 2px 3px 21px 0px rgba(11, 101, 55, 0.13);
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25rem;
}
.consult-case-item::after {
  content: "";
  position: absolute;
  width: 9rem;
  height: 17rem;
  right: 43rem;
  top: calc(50% - 8rem);
  background: url(./../esimg/icon/arr-mini.png) no-repeat;
  background-size: 100% 100%;
}
.consult-case-img {
  width: 300rem;
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.consult-case-img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
  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: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}
.consult-case-item:hover .consult-case-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);
}
.consult-case-cont {
  width: calc(100% - 300rem);
  padding-left: 30rem;
  padding-right: 100rem;
}
.consult-case-name {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.consult-case-item:hover .consult-case-name {
  color: #1d844f;
}
.consult-case-text {
  color: #999999;
  padding-top: 20rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.consult-case-item:hover .consult-case-text {
  color: #1d844f;
}

.suspension-box {
  width: 90rem;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-max {
  width: fit-content;
  border-radius: 6px;
  background: linear-gradient(180deg, #48aa2e 0%, #1f864e 100%);
}
.suspension-content-box {
  width: 90rem;
  height: 90rem;
  /* background: #3e71e8; */
  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: 186rem;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border-radius: 6px;
  border: 1px solid #1d844f;
  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 30rem;
}
.suspension-content-by {
  font-weight: 400;
  color: #373737;
}
.suspension-content-decs {
  padding-top: 5rem;
  font-weight: 600;
  color: #1d844f;
}
.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: #3e71e8; */
  display: block;
}
.suspension-content-box:hover {
  /* background-color: #3e71e8; */
}

.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 #1d844f;
  /* 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;
}
.management-content-box {
  padding-top: 30rem;
}
.management-content-flex {
  display: flex;
}
.management-content-card {
  width: calc((100% - 80rem) / 2);
  margin-right: 80rem;
  background: linear-gradient(180deg, #dff9ea 0%, #c9ecda 0%, rgba(201, 236, 218, 0) 100%);
  border-radius: 20px;
  padding: 30rem 40rem 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.management-content-card:nth-child(2n) {
  margin-right: 0;
}
.management-card-name {
  font-weight: bold;
  color: #333333;
}
.management-card-text {
  padding-top: 20rem;
  color: #333333;
  text-align: center;
  line-height: 1.8;
}
.management-content-decs {
  padding-top: 40rem;
}
.management-decs-text {
  color: #333333;
  line-height: 1.8;
}
.management-content-item {
  padding-top: 40rem;
}
.management-content-name {
  color: #1d844f;
  padding-left: 30rem;
  margin-bottom: 20rem;
  font-weight: bold;
  position: relative;
}
.management-content-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6rem);
  width: 18rem;
  height: 12rem;
  background: url(./../esimg/icon/leaves-green.png) no-repeat;
  background-size: 100% 100%;
}
.management-content-img {
  width: 100%;
  margin-top: 70rem;
}
.finance-main-box {
  width: 100%;
  background: url(./../esimg/img/4-0-page-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 60rem;
  padding-bottom: 130rem;
}
.finance-content-box {
  padding: 60rem 0 80rem;
}
.finance-content-decs {
  padding-top: 50rem;
}
.finance-content-decs p {
  color: #333333;
  line-height: 1.8;
  padding-bottom: 30rem;
  text-align: center;
}
.finance-content-decs p:last-child {
  padding-bottom: 0;
}
.finance-content-img {
  width: 1203rem;
  margin: 100rem auto 0;
}
.finance-case-box .public-title-box {
  margin-bottom: 40rem;
}
.finance-case-list {
  display: none;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.finance-case-show {
  display: flex;
}
.finance-case-item {
  width: calc((100% - 100rem) / 3);
  margin-right: 50rem;
  margin-bottom: 45rem;
  background: #fff;
  box-shadow: 3px 4px 29px 0px rgba(181, 204, 190, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.finance-case-item:hover {
  background: #1f7f4d;
}
.finance-case-item:nth-child(3n) {
  margin-right: 0;
}
.finance-case-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.finance-case-img img {
  width: 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;
}
.finance-case-item:hover .finance-case-img img {
  transform: scale(1.1);
}
.finance-case-text {
  height: 120rem;
  padding: 30rem 20rem 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finance-case-item:hover .finance-case-text {
  color: #fff;
}
.infrastructure-main-box {
  width: 100%;
  background: url(./../esimg/img/infrastructure-function-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 60rem;
  padding-bottom: 130rem;
}
.infrastructure-function-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100rem;
}
.infrastructure-function-item {
  width: calc((100% - 80rem) / 3);
  height: 400rem;
  position: relative;
  margin-right: 40rem;
  padding: 140rem 40rem 0;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0px 6px 10px 0px rgba(202, 237, 190, 0.5);
  border-radius: 100px 0px 100px 0px;
  position: relative;
}

.infrastructure-function-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 100px 0px 100px 0px;
  background: linear-gradient(223deg, #1d844f, #c6f780, #1d844f);
  z-index: -1;
}
.infrastructure-function-item:nth-child(3n) {
  margin-right: 0;
}
.infrastructure-function-icon {
  width: 190rem;
  position: absolute;
  left: calc(50% - 95rem);
  top: -80rem;
}
.infrastructure-function-name {
  font-weight: bold;
  text-align: center;
  color: #1d844f;
}
.infrastructure-function-text {
  color: #333333;
  padding-top: 20rem;
  line-height: 1.6;
}
.infrastructure-scene-box {
  padding-top: 90rem;
}
.infrastructure-scene-list {
  display: flex;
  background: url(./../esimg/img/infrastructure-scene-list.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40rem;
}
.infrastructure-scene-item {
  flex: 1;
  height: 540rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 120rem;
}
.infrastructure-scene-item:hover {
  background: url(./../esimg/img/infrastructure-scene-item.png) no-repeat;
  background-size: 100% 100%;
}
.infrastructure-scene-icon {
  width: 76rem;
  margin-top: 180rem;
}
.infrastructure-scene-name {
  font-weight: bold;
  color: #ffffff;
  padding-top: 50rem;
}
.infrastructure-scene-text {
  color: #ffffff;
  line-height: 1.8;
  padding-top: 30rem;
  text-align: center;
}
.infrastructure-system-box {
  padding-top: 105rem;
}
.regular-main-box {
  padding-top: 60rem;
  padding-bottom: 120rem;
  background: url(./../esimg/img/5-1-page-bg.png) no-repeat;
  background-size: 100% 100%;
}
.finance-notice-content {
  display: flex;
  padding-top: 40rem;
  padding-bottom: 60rem;
}
.finance-notice-left {
  width: 521rem;
}
.finance-notice-right {
  width: calc(100% - 521rem - 50rem);
  margin-left: 50rem;
  background: #ffffff;
  border-radius: 10px;
}
.finance-notice-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.finance-notice-img img {
  width: 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;
}
.finance-notice-left:hover .finance-notice-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);
}
.finance-notice-cont {
  height: 240rem;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 30rem 30rem 0;
}
.finance-notice-name {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finance-notice-left:hover .finance-notice-name {
  color: #1d844f;
}
.finance-notice-date {
  padding-left: 18rem;
  position: relative;
  color: #a0aea1;
  margin-top: 12rem;
}
.finance-notice-date::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 7rem);
  width: 14rem;
  height: 14rem;
  background: url(./../esimg/icon/icon-date.png) no-repeat;
  background-size: 100% 100%;
}
.finance-notice-text {
  padding-top: 30rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}

.finance-notice-item {
  padding: 30rem;
  position: relative;
}
.finance-notice-item::before {
  content: "";
  position: absolute;
  left: 30rem;
  bottom: 0;
  width: calc(100% - 60rem);
  border-bottom: 1px dashed #c6d9ce;
}
.finance-notice-item::after {
  content: "";
  position: absolute;
  right: 60rem;
  top: calc(50% - 7rem);
  background: url(./../esimg/icon/arr-green.png) no-repeat;
  background-size: 100% 100%;
  width: 19rem;
  height: 13rem;
}
.finance-notice-name {
  font-weight: 400;
  color: #333333;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.finance-notice-item:hover .finance-notice-name {
  color: #1f7f4d;
}
.finance-item-name {
  font-weight: bold;
  color: #1d844f;
  padding-left: 30rem;
  position: relative;
}
.finance-item-name::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 12rem;
  left: 0;
  top: calc(50% - 6rem);
  background: url(./../esimg/icon/leaves-green.png) no-repeat;
  background-size: 100% 100%;
}
.finance-tab-box {
  padding-left: 30rem;
  padding-top: 60rem;
  width: 100%;
}
.finance-item-text {
  color: #333333;
  line-height: 1.8;
  padding-top: 20rem;
}
.finance-object-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25rem;
}
.finance-object-card {
  width: calc((100% - 80rem) / 3);
  margin-right: 40rem;
  margin-bottom: 40rem;
  height: 180rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 2px 3px 21px 0px rgba(11, 101, 55, 0.13);
  border-radius: 10px;
  padding: 45rem 50rem;
  display: flex;
  align-items: flex-start;
}
.finance-object-card:nth-child(3n) {
  margin-right: 0;
}
.finance-object-number {
  font-weight: bold;
  font-size: 60rem;
  line-height: 1;
  color: #cfe0d6;
  font-family: D-DIN-PRO;
}
.finance-object-text {
  color: #000000;
  line-height: 1.8;
  padding-left: 15rem;
}
.finance-course-content {
  display: flex;
  flex-wrap: wrap;
}
.finance-course-box {
  padding-left: 0;
}
.finance-course-item {
  width: calc(100% / 3);
  height: 340rem;
  background: url(./../esimg/img/finance-course-card.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.finance-course-name {
  font-weight: bold;
  color: #ffffff;
  position: relative;
  margin-top: 50rem;
  margin-left: 45rem;
  padding-left: 32rem;
}
.finance-course-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11rem);
  width: 32rem;
  height: 23rem;
  background: url(./../esimg/icon/leaves-white.png) no-repeat;
  background-size: 100% 100%;
}
.finance-course-cont {
  padding-top: 25rem;
  padding-left: 71rem;
  padding-right: 10rem;
}
.finance-course-cont p {
  padding-bottom: 10rem;
}
.finance-certificate-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30rem;
}
.finance-certificate-item {
  width: calc((100% - 80rem) / 3);
  margin-right: 40rem;
  margin-bottom: 40rem;
}
.finance-certificate-item:nth-child(3n) {
  margin-right: 0;
}
.finance-certificate-img {
  width: 100%;
  height: 320rem;
  background: url(./../esimg/img/finance-certificate-img-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finance-certificate-img img {
  width: 85%;
}
.finance-certificate-text {
  padding: 20rem;
  height: 140rem;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  color: #333333;
  line-height: 1.8;
}
.customization-swiper-box {
  padding-top: 70rem;
  position: relative;
}
.customization-swiper {
  width: 1016rem;
  margin: 0 auto;
  overflow: hidden;
}
.customization-swiper-img {
  width: 100%;
}
.ustomization-swiper-text {
  text-align: center;
  padding-top: 20rem;
  color: #fb050a;
}
.customization-prev {
  width: 60rem;
  height: 60rem;
  position: absolute;
  left: 160rem;
  top: calc(50% - 30rem);
  background: url(./../esimg/icon/customization-prev.png) no-repeat;
  background-size: 100% 100%;
}
.customization-next {
  width: 60rem;
  height: 60rem;
  position: absolute;
  right: 160rem;
  top: calc(50% - 30rem);
  background: url(./../esimg/icon/customization-next.png) no-repeat;
  background-size: 100% 100%;
}
.finance-content-item {
  display: none;
}
.finance-content-show {
  display: block;
}
.query-main-box {
  background: url(./../esimg/img/53-page-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0 100rem;
}
.query-form-box {
  padding-top: 60rem;
  display: flex;
  flex-wrap: wrap;
  padding: 60rem 130rem 0;
}
.query-form-item {
  width: calc(50% - 50rem);
  display: flex;
  align-items: center;
  margin-bottom: 40rem;
  position: relative;
}
.query-form-item:nth-child(2n) {
  margin-left: 100rem;
}
.query-form-verification {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.query-form-label {
  color: #333333;
  width: calc(100% - 520rem);
}
.query-form-input {
  width: 520rem;
  height: 50rem;
  background: #ffffff;
  border: 1px solid #a8cfb8;
  padding-left: 20rem;
}
.query-form-item-plus {
  width: 100%;
}
.query-form-text {
  text-align: center;
  padding-top: 15rem;
  color: #e6092d;
}
.query-form-code {
  width: 151rem;
  height: 50rem;
  margin-right: 15rem;
}
.query-form-refresh {
  cursor: pointer;
  width: 21rem;
  height: 23rem;
  background: url(./../esimg/icon/code-refresh.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 15rem;
}
.prompt-dialog {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.prompt-dialog-card {
  position: absolute;
  top: 25%;
  width: 460rem;
  height: 480rem;
  background: url(./../esimg/img/prompt-dialog-card.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.prompt-dialog-text {
  padding-top: 75%;
  padding: 75% 30rem 0;
  font-weight: 400;
  color: #333333;
}
.prompt-dialog-btn {
  margin-top: 20rem;
  width: 207rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  background: #128c49;
  box-shadow: 0px 13px 8px 2px rgba(185, 248, 213, 0.35);
  border-radius: 25rem;
  -webkit-border-radius: 25rem;
  -moz-border-radius: 25rem;
  -ms-border-radius: 25rem;
  -o-border-radius: 25rem;
}
.prompt-dialog-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.query-result-card {
  width: 1050rem;
  height: 400rem;
  padding: 75rem 130rem;
  background: url(./../esimg/img/query-result-card.png) no-repeat;
  background-size: 100% 100%;
  margin: 40rem auto 0;
}
.query-result-row {
  display: flex;
  padding-bottom: 50rem;
}
.query-result-row:last-child {
  padding-bottom: 0;
}
.query-result-name {
  font-weight: bold;
  color: #333333;
  width: 150rem;
}
.query-result-text {
  color: #333333;
}
.news-main-box {
  background: #f4f9f6;
  padding: 60rem 0 120rem;
}
.news-recommend-card {
  display: flex;
  align-items: flex-start;
  margin-top: 60rem;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.news-recommend-img {
  width: 700rem;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
.news-recommend-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;
}
.news-recommend-card:hover .news-recommend-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);
}
.news-recommend-content {
  width: calc(100% - 700rem);
  padding: 40rem 45rem;
}
.news-recommend-name {
  font-weight: bold;
  color: #333333;
}
.news-recommend-card:hover .news-recommend-name {
  color: #1f7f4d;
}
.news-recommend-text {
  color: #333333;
  padding-top: 20rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item {
  display: flex;
  margin-top: 30rem;
  background: #ffffff;
  border-radius: 10px;
  padding: 30rem 140rem 30rem 40rem;
  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;
}
.news-list-item::after {
  content: "";
  position: absolute;
  right: 40rem;
  top: calc(50% - 6.5rem);
  width: 19rem;
  height: 13rem;
  background: url(./../esimg/icon/arr-green.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-item:hover {
  background: #1f7f4d;
}
.news-list-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 30rem;
  border-right: 1px solid #cde1d7;
}
.news-list-date-day {
  font-family: D-DIN-PRO;
  font-weight: bold;
  font-size: 34px;
  color: #1f7f4d;
}
.news-list-item:hover .news-list-date-day {
  color: #fff;
}
.news-list-cont {
  padding-left: 40rem;
  width: calc(100% - 100rem);
}
.news-list-name {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item:hover .news-list-name {
  color: #fff;
}
.news-list-date-month {
  color: #1f7f4d;
}
.news-list-item:hover .news-list-date-month {
  color: #fff;
}
.news-list-text {
  color: #333333;
  padding-top: 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item:hover .news-list-text {
  color: #fff;
}
.news-list-item:hover::after {
  background: url(./../esimg/icon/arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-box {
  padding-bottom: 60rem;
}
.news-card-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.special-card-item {
  width: calc((100% - 80rem) / 3);
  margin-right: 40rem;
  margin-bottom: 30rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
  box-shadow: 3px 4px 29px 0px rgba(181, 204, 190, 0.4);
}
.special-card-item:nth-child(3n) {
  margin-right: 0;
}
.special-card-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;
}
.special-card-item:hover .special-card-img {
  transform: scale(1.1);
}
.special-card-title {
  height: 120rem;
  color: #333333;
  padding: 30rem 25rem 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-card-list {
  padding: 60rem 0;
  display: flex;
  flex-wrap: wrap;
}
.report-card-item {
  width: calc((100% - 100rem) / 3);
  cursor: pointer;
  margin-right: 50rem;
  margin-bottom: 30rem;
  background: #ffffff;
  box-shadow: 3px 4px 29px 0px rgba(181, 204, 190, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.report-card-item:nth-child(3n) {
  margin-right: 0;
}

.report-card-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.report-card-item:hover .report-card-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.report-card-item:hover .report-card-img::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 22.5rem);
  top: calc(50% - 22.5rem);
  width: 45rem;
  height: 45rem;
  background: url(./../esimg/icon/icon-play.png) no-repeat;
  background-size: 100% 100%;
}
.report-card-pic {
  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;
}
.report-card-item:hover .report-card-pic {
  transform: scale(1.1);
}
.report-card-title {
  height: 120rem;
  padding: 30rem 25rem 0;
  color: #333333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-popup-max {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.video-popup-main {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.video-popup-box {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-close {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  right: -50rem;
  top: -20rem;
  width: 34rem;
  height: 34rem;
  background: url(./../esimg/icon/icon-close.png) no-repeat;
  background-size: 100% 100%;
}
.video-popup-auto {
  height: 100%;
}
.about-main-box {
  width: 100%;
  background: url(./../esimg/img/about-main-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0 120rem;
}
.about-icompany-box {
  padding-top: 50rem;
}
.about-icompany-flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.about-right-img {
  width: 601rem;
}
.about-icompany-left {
  width: calc(100% - 601rem);
  padding-right: 95rem;
}
.about-business-box {
  position: relative;
  margin-top: 110rem;
  width: 100%;
}
/* 旋转动画关键帧 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-business-bg {
  width: 849rem;
  margin: 0 auto;
  animation: rotate 8s linear infinite;
  transform-origin: center center;
  -webkit-animation: rotate 8s linear infinite;
}
.about-business-titles {
  position: absolute;
  left: calc(50% - 284rem / 2);
  top: calc(50% - 284rem / 2);
  width: 284rem;
  height: 284rem;
  background: linear-gradient(33deg, #1f7f4d, #8bf9b9);
  box-shadow: 0px 5px 54px 0px rgba(31, 127, 77, 0.46), 0px 2px 10px 0px rgba(35, 116, 8, 0.51);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-business-titles::after {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  left: -2rem;
  top: -2rem;
  background: linear-gradient(223deg, #eafff4, #9cd392);
}
.about-business-titles .public-title-box {
  position: relative;
  z-index: 11;
}
.about-business-titles .public-title-en {
  font-size: 54rem;
  opacity: 0.85;
}
.about-business-titles .public-title-cn {
  margin-top: -30rem;
  color: #ffffff;
}
.about-vision-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-top: 140rem;
}
.about-vision-img {
  width: 600rem;
}
.about-vision-right {
  width: calc(100% - 600rem);
  padding-left: 54rem;
}
.about-vision-text {
  padding-top: 70rem;
  color: #333333;
  line-height: 1.8;
}
/* 浮动动画关键帧 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about-business-item {
  position: absolute;
  z-index: 1;
  width: fit-content;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1f7f4d;
  background: linear-gradient(223deg, #ffffff, #c1edc9, #e3fce7);
  box-shadow: 0px 5px 84px 0px rgba(159, 198, 148, 0.27);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  animation: float 3s ease-in-out infinite;
  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-business-item::after {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  left: -2rem;
  top: -2rem;
  background: linear-gradient(223deg, #eafff4, rgba(193, 237, 201, 0.5));
}
.about-business-no1 {
  bottom: 0;
  left: 0;
  width: 188rem;
  height: 188rem;
}
.about-business-no2 {
  width: 112rem;
  height: 112rem;
  bottom: 350rem;
  left: 5%;
}
.about-business-no3 {
  width: 134rem;
  height: 134rem;
  bottom: 540rem;
  left: 12%;
}
.about-business-no4 {
  width: 112rem;
  height: 112rem;
  bottom: 375rem;
  left: 20%;
}
.about-business-no5 {
  width: 112rem;
  height: 112rem;
  bottom: 220rem;
  left: 16%;
}
.about-business-no6 {
  width: 112rem;
  height: 112rem;
  top: -20rem;
  left: 29%;
}
.about-business-no7 {
  width: 112rem;
  height: 112rem;
  top: 120rem;
  left: 24%;
}
.about-business-no8 {
  width: 129rem;
  height: 129rem;
  top: 260rem;
  left: 28%;
}
/* .about-business-no9 {
  width: 129rem;
  height: 129rem;
  top: 460rem;
  left: 32%;
} */
.about-business-no9 {
  width: 160rem;
  height: 160rem;
  top: 460rem;
  left: 32%;
}
.about-business-no10 {
  width: 160rem;
  height: 160rem;
  bottom: 40rem;
  left: 30%;
}
.about-business-no11 {
  width: 112rem;
  height: 112rem;
  top: -12rem;
  left: 40%;
}
/* .about-business-no12 {
  width: 112rem;
  height: 112rem;
  top: 150rem;
  left: 37%;
} */
.about-business-no12 {
  width: 147rem;
  height: 147rem;
  top: 150rem;
  left: 37%;
}
.about-business-no13 {
  width: 112rem;
  height: 112rem;
  bottom: 130rem;
  left: 42%;
}
.about-business-no14 {
  width: 147rem;
  height: 147rem;
  top: 80rem;
  left: 50%;
}
.about-business-no15 {
  width: 126rem;
  height: 126rem;
  top: -40rem;
  left: 59%;
}
.about-business-no16 {
  width: 112rem;
  height: 112rem;
  top: 110rem;
  left: 64%;
}
.about-business-no17 {
  width: 112rem;
  height: 112rem;
  top: 260rem;
  left: 59%;
}
.about-business-no18 {
  width: 95rem;
  height: 95rem;
  top: 430rem;
  left: 61%;
}
.about-business-no19 {
  width: 154rem;
  height: 154rem;
  bottom: 144rem;
  left: 53%;
}
.about-business-no20 {
  width: 112rem;
  height: 112rem;
  bottom: -14rem;
  left: 51%;
}
.about-business-no21 {
  width: 134rem;
  height: 134rem;
  top: 300rem;
  left: 69%;
}
.about-business-no22 {
  width: 112rem;
  height: 112rem;
  bottom: 230rem;
  left: 72%;
}
.about-business-no23 {
  width: 112rem;
  height: 112rem;
  bottom: 59rem;
  left: 65%;
}
.about-business-no24 {
  width: 200rem;
  height: 200rem;
  top: 100rem;
  left: 79%;
}
/* .about-business-no24 {
  width: 112rem;
  height: 112rem;
  top: 11rem;
  left: 72%;
} */
/* .about-business-no25 {
  width: 112rem;
  height: 112rem;
  top: 190rem;
  left: 75%;
} */
/* .about-business-no26 {
  width: 200rem;
  height: 200rem;
  top: 320rem;
  left: 85%;
} */
.about-chairman-box {
  display: flex;
  padding: 60rem 0 0;
}
.about-chairman-left {
  width: 780rem;
  position: relative;
  z-index: 2;
}
.about-chairman-right {
  width: calc(100% - 780rem);
  padding-left: 176rem;
  position: relative;
  z-index: 1;
}
.about-chairman-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100rem;
  top: 30rem;
  width: 962rem;
  height: 700rem;
  background: url(./../esimg/img/about-chairman-right.png) no-repeat;
  background-size: 100% 100%;
}
.about-chairman-img {
  width: 586rem;
  margin-top: 16rem;
}
.about-chairman-box .index-chairman-name {
  margin-top: 110rem;
}
.about-chairman-box .index-chairman-content::after {
  z-index: 11;
}
.about-team-box {
  padding: 60rem 0 0;
}
.about-bg-box {
  width: 100%;
  background: #f4f9f6;
  padding: 60rem 0 120rem;
}
.about-team-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60rem;
  padding-bottom: 40rem;
}
.about-team-item {
  width: calc((100% - 75rem) / 2);
  margin-right: 75rem;
  margin-bottom: 45rem;
  display: flex;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  border-radius: 50px 10px 10px 0px;
  -webkit-border-radius: 50px 10px 10px 0px;
  -moz-border-radius: 50px 10px 10px 0px;
  -ms-border-radius: 50px 10px 10px 0px;
  -o-border-radius: 50px 10px 10px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.about-team-imgs {
  position: relative;
  width: 280rem;
  height: fit-content;
}
.about-team-item:nth-child(2n) {
  margin-right: 0;
}
.about-team-bg {
  width: 100%;
  position: relative;
}

.about-team-img {
  position: absolute;
  width: 86%;
  bottom: 13rem;
  left: 7%;
  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-team-item:hover .about-team-img {
  width: 90%;
  bottom: 0;
  left: 5%;
} */
.about-team-imgs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 157rem;
  background: url(./../esimg/img/about-team-img-after.png) no-repeat;
  background-size: 100% 100%;
}
.about-team-content {
  padding: 40rem;
  width: calc(100% - 280rem);
}
.about-team-flex {
  display: flex;
  align-items: flex-end;
}
.about-team-name {
  font-weight: 400;
  color: #333333;
}
.about-team-lable {
  color: #1d844f;
  padding-left: 15rem;
}
.about-team-desc {
  padding-top: 40rem;
  color: #999999;
  line-height: 1.8;
}
.about-architecture-box {
  background: url(./../esimg/img/about-architecture-box.png) no-repeat;
  background-size: 100% 100%;
}
.about-architecture-content {
  padding-top: 40rem;
}
.about-architecture-img {
  width: 100%;
}
.about-partner-img {
  width: 1167rem;
  margin: 0 auto;
}
.about-journey-box {
  background: url(./../esimg/img/about-journey-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-journey-content {
  margin-top: 20rem;
  overflow: hidden;
}
.about-journey-distribution {
  padding-top: 120rem;
}
.about-contact-box {
  padding-bottom: 0;
}
.about-contact-content {
  display: flex;
  padding: 80rem 0 0 0;
  justify-content: space-between;
}
.about-contact-title {
  font-weight: 400;
  color: #333333;
}
.about-contact-item {
  padding-top: 60rem;
}
.about-contact-name {
  color: #1f3321;
}
.about-contact-number {
  font-family: D-DIN-PRO;
  font-weight: bold;
  padding-top: 10rem;
  color: #333333;
}
.about-contact-address {
  padding-top: 10rem;
  color: #333333;
}
.about-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60rem;
  width: 690rem;
}
.about-contact-department {
  width: 330rem;
  position: relative;
  margin-right: 30rem;
  margin-bottom: 10rem;
  background: #fff;
  overflow: hidden;
}
.about-contact-department:nth-child(2n) {
  margin-right: 0;
}
.about-department-name {
  padding: 20rem 30rem;
  color: #333333;
}
.about-department-phone {
  position: absolute;
  z-index: 11;
  width: 258rem;
  height: 127rem;
  top: calc(50% - 64rem + 8rem);
  left: 150rem;
  background: url(./../esimg/img/about-department-popup.png) no-repeat;
  background-size: 100% 100%;
  padding: 42rem 0 0 50rem;
  /* display: none; */
  opacity: 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;
}
.about-contact-department:hover {
  overflow: initial;
}
.about-contact-department:hover .about-department-phone {
  display: block;
  left: 180rem;
  opacity: 1;
}
.about-contact-left {
  width: 480rem;
}
.about-contact-qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30rem;
}
.about-qrcode-img {
  width: 140rem;
}
.about-qrcode-text {
  color: #7ea083;
  padding-top: 10rem;
}
.about-map-img {
  width: 100%;
}
.about-journey-map {
  width: 100%;
  height: 1000rem;
  margin-top: -60rem;
}
.about-journey-toolitp {
  /*background: url(./../esimg/icon/tooltip-bg.png) no-repeat;
  background-size: 100% 100%;
  */
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 20rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-journey-toolitp::after {
  content: "";
  position: absolute;
  left: -12rem;
  top: 20rem;
  width: 12rem;
  height: 15rem;
  background: rgba(255, 255, 255, 0.7);
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.search-title {
  text-align: center;
  font-weight: 400;
  color: #333333;
}
.search-keyword {
  color: #ff0000;
}
.about-contact-box {
  background: url(./../esimg/img/about-contact-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-partner-box {
  background: url(./../esimg/img/about-partner-bg.png) no-repeat;
  background-size: 100% 100%;
}
.big-black-title {
  font-weight: bold;
  color: #333;
  padding-top: 40rem;
}
.management-bottom-text {
  padding-top: 20rem;
  line-height: 1.8;
}
.query-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 100rem;
}
.query-flex-item {
  width: 573rem;
}
.query-flex-img {
  width: 100%;
}
.EshineLink {
  position: absolute;
  right: 160rem;
}
.EshineLink a {
  margin-right: 0;
}

@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%;
  }
}
@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: 798px) and (max-width: 1024px) {
  .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 {
    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;
  }
  .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-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .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;
  }
  .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;
    flex-direction: row;
    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;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .header-center-logo {
    width: 262rem;
    margin-top: 10rem;
  }
  .header-wap-show {
    background: url(./../esimg/icon/header-wap-show.png) no-repeat;
    background-size: 100% 100%;
    width: 66rem;
    height: 66rem;
  }
  .header-nav-title {
    text-align: left;
  }
  .header-nav-item {
    padding: 20rem 40rem;
  }
  .header-nav-box {
    display: block;
  }
  .index-icompany-box {
    flex-direction: column;
  }
  .index-icompany-left {
    width: 100%;
    padding: 60rem 30rem 0 30rem;
  }
  .index-icompany-item {
    width: 25%;
    margin-bottom: 40rem;
  }
  .index-icompany-util {
    padding-left: 10rem;
  }
  .index-icompany-num span {
    position: absolute;
    right: -15rem;
    top: 0rem;
  }
  .index-icompany-img {
    width: 100%;
  }
  .index-chairman-box {
    display: flex;
    padding: 40rem 0 80rem;
    flex-direction: column;
  }
  .index-chairman-left {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: 0;
  }
  .index-chairman-left::after {
    width: 100%;
    height: 699rem;
    background: url(./../esimg/img/index-chairman-left-bg.png) no-repeat;
  }
  .index-chairman-right {
    width: 100%;
    padding-top: 122rem;
    position: relative;
    z-index: 11;
  }
  .index-team-content {
    padding: 0 30rem;
  }
  .index-team-swiper .swiper-slide-active {
    width: 100%;
    height: 441rem;
    background: url(./../esimg/img/index-team-slide-active.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-team-cont {
    left: 350rem;
    top: 60rem;
  }
  .index-team-text {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-team-navigation {
    padding: 0;
  }
  .index-architecture-box {
    padding: 260rem 30rem 180rem;
  }
  .public-title-en {
    font-size: 90rem;
  }
  .index-architecture-content {
    padding-top: 110rem;
  }
  .index-journey-item {
    display: flex;
    align-items: flex-start;
    padding: 50rem 0rem;
    flex-direction: column;
  }
  .index-journey-points {
    flex-direction: column;
  }
  .index-journey-text {
    width: 100%;
  }
  .index-journey-date {
    padding-bottom: 10rem;
  }
  .index-journey-content {
    padding-top: 23rem;
    padding-left: 40rem;
    width: 100%;
  }
  .index-journey-bottom {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 80rem;
  }
  .index-news-content {
    display: flex;
    margin-top: 30rem;
    flex-direction: column;
  }
  .index-news-card {
    width: 100%;
    height: 621rem;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .index-news-bottom {
    width: 100%;
    display: flex !important;
    justify-content: center;
  }
  .public-footer-top .main-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-top-list {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    padding-top: 40rem;
  }
  .footer-top-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20rem;
  }
  .footer-top-item:nth-child(3) {
    margin-right: 0;
    width: 100%;
  }
  .public-footer-qrcodes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40rem;
  }
  .public-footer-qrcode {
    width: 140rem;
  }
  .footer-info-box {
    padding-top: 50rem;
    display: flex;
    flex-direction: column;
  }
  .footer-info-box p,
  .footer-info-box a {
    margin-bottom: 10rem;
  }
  .wap-tab-box {
    display: flex !important;
    background: #1d844f;
    padding: 30rem 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-phone {
    width: 104rem;
    margin: -70rem 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);
    }
  }
  .index-echats-box {
    position: absolute;
    z-index: 22;
    top: 40%;
    left: 30rem;
    width: calc(100% - 30rem - 30rem);
  }
  .index-echats-min {
    width: 100%;
    height: 450rem;
    padding: 0 10rem;
  }
  .index-echats-type {
    padding: 8rem 25rem;
    margin: 0 0;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
  }
  .index-echats-tables tbody tr td {
    font-size: 14px;
  }
  .index-echats-img {
    width: 85%;
  }
  .public-footer-box {
    background: url(./../esimg/img/public-footer-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .public-radius-btn {
    width: 210rem;
    height: 60rem;
  }
  .ccer-rule-item p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ccer-transaction-img {
    width: 100%;
    margin: 70rem auto 0;
  }
  .public-pages-item {
    width: 70rem;
    height: 70rem;
  }
  .rule-info-max .main-center {
    flex-direction: column;
  }
  .rule-info-left {
    width: 100%;
    padding-right: 0;
  }
  .public-downlod-card {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
    display: flex;
    align-items: center;
    padding: 28rem 30rem;
    background: #ffffff;
    box-shadow: 0px 0px 20px 1px rgba(192, 232, 208, 0.19);
  }
  .rule-info-date::after {
    top: calc(50% - 12rem);
    width: 25rem;
    height: 25rem;
  }
  .rule-info-publisher::after {
    top: calc(50% - 12rem);
    width: 25rem;
    height: 25rem;
  }
  .service-max-box .main-center {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
  }
  .service-menu-box {
    width: 100%;
    padding-right: 0;
  }
  .service-main-box {
    width: 100%;
    padding-top: 80rem;
    padding-left: 0;
    padding-bottom: 100rem;
    border-left: none;
  }
  .consult-top-flex {
    flex-direction: column;
  }
  .consult-top-left {
    width: 100%;
    padding-right: 0;
  }
  .public-consult-img {
    width: 100%;
  }
  .consult-center-flex {
    flex-direction: column;
  }
  .consult-center-img {
    width: 100%;
  }
  .consult-center-content {
    width: 100%;
    padding-left: 0;
    padding-top: 40rem;
  }
  .consult-case-item {
    flex-direction: column;
  }
  .consult-case-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
  }
  .consult-case-cont {
    width: 100%;
    padding: 50rem 30rem;
  }
  .consult-case-item::after {
    display: none;
  }
  .public-left-type {
    padding: 12rem 20rem;
  }
  .footer-top-row {
    display: flex;
    align-items: center;
  }
  .management-content-flex {
    display: flex;
    flex-direction: column;
  }
  .management-content-card {
    width: 100%;
    margin-right: 0;
    padding: 60rem 40rem 60rem;
    margin-bottom: 40rem;
  }
  .management-content-name {
    padding-left: 45rem;
  }
  .management-content-name::after {
    top: calc(50% - 12rem);
    width: 36rem;
    height: 24rem;
    background: url(./../esimg/icon/leaves-green.png) no-repeat;
    background-size: 100% 100%;
  }
  .finance-content-img {
    width: 100%;
  }
  .finance-case-item {
    width: 100%;
    margin-right: 0;
  }
  .finance-case-text {
    height: 170rem;
  }
  .infrastructure-function-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 140rem;
    height: 500rem;
  }
  .infrastructure-function-list {
    padding-top: 140rem;
  }
  .infrastructure-scene-list {
    margin-top: 70rem;
    flex-direction: column;
  }
  .infrastructure-scene-item {
    flex: auto;
    height: 700rem;
  }
  .infrastructure-scene-list {
    display: flex;
    background: url(./../esimg/img/infrastructure-scene-wap.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 40rem;
  }
  .infrastructure-function-item:last-child {
    margin-bottom: 0;
  }

  .finance-notice-content {
    flex-direction: column;
  }
  .finance-notice-left {
    width: 100%;
  }
  .finance-notice-cont {
    height: 320rem;
  }
  .finance-notice-right {
    width: 100%;
    margin-left: 0;
    margin-top: 60rem;
  }
  .finance-notice-item::before {
    display: none;
  }
  .finance-notice-date::after {
    top: calc(50% - 9rem);
    width: 18rem;
    height: 18rem;
  }
  .finance-object-card {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 40rem;
  }
  .finance-object-number {
    font-size: 70rem;
  }
  .finance-item-name::after {
    content: "";
    position: absolute;
    width: 26rem;
    height: 16rem;
    left: 0;
    top: calc(50% - 8rem);
  }
  .public-left-types {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .customization-swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .customization-prev {
    left: calc(50% - 100rem);
    top: auto;
    bottom: 50rem;
  }
  .customization-next {
    right: calc(50% - 100rem);
    top: auto;
    bottom: 50rem;
  }
  .customization-swiper-box {
    padding-bottom: 140rem;
  }
  .finance-course-item {
    width: 100%;
    height: 480rem;
  }
  .finance-course-name {
    margin-top: 70rem;
    margin-left: 55rem;
  }
  .finance-course-cont {
    padding-top: 35rem;
    padding-left: 91rem;
  }
  .finance-certificate-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .finance-certificate-img img {
    width: auto;
    height: 90%;
  }
  .finance-certificate-text {
    height: 180rem;
  }
  .query-form-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40rem;
  }
  .query-form-box {
    padding-left: 0;
    padding-right: 0;
  }
  .query-form-item:nth-child(2n) {
    margin-left: 0;
  }
  .query-form-label {
    width: calc(100% - 480rem);
  }
  .query-form-input {
    width: 480rem;
    height: 70rem;
  }
  .query-result-card {
    width: 100%;
    height: 400rem;
    padding: 75rem 50rem;
    background: url(./../esimg/img/query-result-card.png) no-repeat;
    background-size: 100% 100%;
    margin: 40rem auto 0;
  }
  .query-result-row {
    padding-bottom: 30rem;
  }
  .news-recommend-card {
    flex-direction: column;
  }
  .news-recommend-content {
    width: 100%;
    padding: 70rem 45rem;
  }
  .news-recommend-img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .news-list-item {
    flex-direction: column-reverse;
    padding-right: 80rem;
  }
  .news-list-cont {
    padding-left: 0;
    width: 100%;
  }
  .news-list-text {
    padding-top: 20rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-list-date-all {
    margin-top: 20rem;
    padding-left: 30rem;
    position: relative;
  }
  .news-list-date-all::after {
    content: "";
    position: absolute;
    top: calc(50% - 7rem);
    left: 0;
    width: 21rem;
    height: 21rem;
    top: calc(50% - 10rem);
    background: url(./../esimg/icon/icon-date.png) no-repeat;
    background-size: 100% 100%;
  }
  .news-list-item::after {
    right: 30rem;
    top: calc(50% - 8rem);
    width: 25rem;
    height: 16rem;
  }
  .special-card-item {
    width: 100%;
    margin-right: 0;
  }
  .special-card-title {
    height: 160rem;
  }
  .report-card-item {
    width: 100%;
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .report-card-title {
    height: 150rem;
  }
  .video-popup-box {
    width: 80%;
    height: auto;
    margin-top: 40%;
    margin-left: calc(10% - 20rem);
  }
  .video-popup-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .video-popup-auto {
    height: auto;
    width: 100%;
  }
  .about-icompany-flex {
    flex-direction: column;
  }
  .about-icompany-left {
    width: 100%;
    padding-right: 0;
  }
  .about-right-img {
    width: 100%;
  }
  .footer-top-text {
    font-size: 18rem;
  }
  .public-types-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about-vision-box {
    flex-direction: column-reverse;
  }
  .about-vision-right {
    width: 100%;
    padding-left: 0;
  }
  .about-vision-img {
    width: 100%;
    margin-top: 30rem;
  }
  .about-business-bg {
    width: 100%;
    margin: 0 auto;
  }
  .about-chairman-box {
    flex-direction: column;
  }
  .about-chairman-left {
    width: 100%;
  }
  .about-chairman-box .index-chairman-name {
    margin-top: 60rem;
  }
  .about-chairman-right {
    width: 100%;
    padding-left: 0;
    margin-top: 60rem;
  }
  .about-chairman-right::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600rem;
    background: url(./../esimg/img/about-chairman-right.png) no-repeat;
    background-size: 100% 100%;
  }
  .about-team-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45rem;
    flex-direction: column;
    align-items: center;
    padding: 40rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .about-team-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-team-content {
    width: 100%;
  }
  .about-team-desc {
    width: 100%;
  }
  .about-team-lable {
    padding-top: 10rem;
    padding-left: 0;
  }
  .about-partner-img {
    width: 100%;
    margin: 0 auto;
  }
  .about-contact-content {
    flex-direction: column;
  }
  .about-contact-left {
    width: 100%;
  }
  .about-contact-center {
    width: 100%;
    margin-top: 80rem;
  }
  .about-contact-title {
    font-weight: bold;
  }
  .about-contact-department {
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-bottom: 20rem;
    background: #fff;
    overflow: hidden;
  }
  .about-department-phone {
    width: 328rem;
    left: 260rem;
    padding: 37rem 0 0 60rem;
  }
  .about-contact-department:hover .about-department-phone {
    left: 240rem;
  }
  .about-contact-right {
    padding-top: 60rem;
  }
  .about-qrcode-img {
    width: 240rem;
  }
  .about-contact-wrap {
    width: 100%;
  }
  .about-journey-map {
    width: 100%;
    height: 600rem;
    margin-top: -00rem;
    /* margin-bottom: 300rem; */
  }
  .about-journey-toolitp::after {
    display: none;
  }
  .about-business-wap {
    width: 100%;
    margin-top: 50rem;
  }
  .index-echats-tables tbody tr td:nth-child(1),
  .index-echats-tables thead tr th:nth-child(1) {
    width: 17%;
  }
  .index-echats-tables tbody tr td:nth-child(2),
  .index-echats-tables thead tr th:nth-child(2) {
    width: 11%;
  }
  .index-echats-tables tbody tr td:nth-child(3),
  .index-echats-tables thead tr th:nth-child(3) {
    width: 12%;
  }
  .index-echats-tables tbody tr td:nth-child(4),
  .index-echats-tables thead tr th:nth-child(4) {
    width: 20%;
  }
  .index-echats-carbon tbody tr td:nth-child(1),
  .index-echats-carbon thead tr th:nth-child(1) {
    width: 20%;
  }
  .index-echats-carbon tbody tr td:nth-child(2),
  .index-echats-carbon thead tr th:nth-child(2) {
    width: 20%;
  }
  .index-echats-carbon tbody tr td:nth-child(3),
  .index-echats-carbon thead tr th:nth-child(3) {
    width: 20%;
  }
  .query-flex-box {
    margin: 0 0;
    flex-direction: column;
  }
  .query-flex-item {
    width: 100%;
    margin-bottom: 70rem;
  }
  .public-downlod-card,
  .newsupfile {
    align-items: flex-start;
  }
  .public-downlod-card img,
  .newsupfile img {
    width: 60rem;
    margin: 10rem 20rem 0 0 !important;
    margin-right: 20rem;
  }
  .public-downlod-card::after,
  .newsupfile::after {
    display: none;
  }
  .EshineLink {
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 450px) {
  .index-echats-type {
    font-size: 14px;
  }
  .index-echats-tables tbody tr td {
    font-size: 12px;
  }
  .index-echats-tables table thead tr th {
    font-size: 10px;
  }

  .public-type-item {
    font-size: 14px;
    padding: 10rem 30rem;
  }
  .finance-course-name {
    font-size: 16px;
  }
  .footer-top-text {
    font-size: 14px;
  }
}
