@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-400-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DingTalk-JinBuTi;
  src: url("./font/DingTalk-JinBuTi.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* Ã§â€°Ë†Ã¥Â¿Æ’ */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}

.header-main-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  /* background: #e7ebf0; */
  padding: 0 90rem;
}
.haeder-info-page {
  position: relative;
  top: auto;
  left: auto;
}
.header-top-box {
  padding-top: 20rem;
}
.header-top-title {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-title h1 {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-link {
  display: flex;
  align-items: center;
  color: rgba(87, 93, 108, 0.4);
}
.header-top-link a {
  margin: 0 10rem;
  color: rgba(87, 93, 108, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-link a:hover {
  color: rgba(87, 93, 108, 0.6);
}
.header-center-box {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone-box {
  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 {
  display: flex;
  z-index: 99999;
}
.header-nav-item {
  padding: 20rem 40rem;
  /* position: relative; */
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  font-weight: bold;
  color: #292929;
  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;
}
.header-nav-title:hover {
  color: #1747a7;
}
.header-center-logo {
  width: 192rem;
}
.header-nav-section {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* background: rgba(0, 0, 0, 0.6); */
  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: 80rem;
}
.header-nav-text {
  text-align: center;
  color: #292929;
  padding: 10rem 0;
  margin: 0 40rem;
  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 .header-nav-title::after {
  content: "";
  position: absolute;
  top: 100%;
  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: #1747a7;
  font-weight: bold;
}
.header-nav-on .header-nav-title {
  color: #1747a7;
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.index-banner-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 67rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #73ba2e;
  opacity: 1;
  margin: 0 21rem !important;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: url(./../esimg/icon/index-banner-pagination.png) no-repeat;
  background-size: 100% 100%;
  width: 30rem;
  height: 30rem;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.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(0deg, #0454b8 0%, #1599ff 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 #046ef7;
  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-info::before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  border-top: 10px solid transparent; /* Ã¤Â¸Å Ã¨Â¾Â¹Ã©â‚¬ÂÃ¦ËœÅ½ */
  border-bottom: 10px solid transparent; /* Ã¤Â¸â€¹Ã¨Â¾Â¹Ã©â‚¬ÂÃ¦ËœÅ½ */
  border-left: 20px solid #3e71e8; /* Ã¥Â·Â¦Ã¤Â¾Â§Ã¤Â¸ÂºÃ¤Â¸â€°Ã¨Â§â€™Ã¥Â½Â¢Ã§Å¡â€žÃ©Â¢Å“Ã¨â€°Â²Ã¯Â¼Å’Ã¥Â½Â¢Ã¦Ë†ÂÃ¥Ââ€˜Ã¥ÂÂ³Ã§Å¡â€žÃ§Â®Â­Ã¥Â¤Â´ */
  border-right: none; /* Ã¥ÂÂ¯Ã©â‚¬â€°Ã¯Â¼Å¡Ã¦Â¸â€¦Ã©â„¢Â¤Ã¥ÂÂ³Ã¤Â¾Â§ */
}
.suspension-content-info::after {
  content: "";
  position: absolute;
  right: -9px;
  top: calc(50% - 9px);
  border-top: 9px solid transparent; /* Ã¤Â¸Å Ã¨Â¾Â¹Ã©â‚¬ÂÃ¦ËœÅ½ */
  border-bottom: 9px solid transparent; /* Ã¤Â¸â€¹Ã¨Â¾Â¹Ã©â‚¬ÂÃ¦ËœÅ½ */
  border-left: 18px solid #fff; /* Ã¥Â·Â¦Ã¤Â¾Â§Ã¤Â¸ÂºÃ¤Â¸â€°Ã¨Â§â€™Ã¥Â½Â¢Ã§Å¡â€žÃ©Â¢Å“Ã¨â€°Â²Ã¯Â¼Å’Ã¥Â½Â¢Ã¦Ë†ÂÃ¥Ââ€˜Ã¥ÂÂ³Ã§Å¡â€žÃ§Â®Â­Ã¥Â¤Â´ */
}

.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-hides {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: calc(100% - 4px);
  background: #fff;
}
.suspension-content-by {
  font-weight: 400;
  color: #373737;
}
.suspension-content-decs {
  padding-top: 5rem;
  font-weight: 600;
  color: #024da0;
}
.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 #046ef7;
  /* 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;
}

.public-footer-box {
  background: url(./../esimg/img/footer_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 80rem;
}

.footer-phone-top {
  background: #252931;
  padding: 100rem 0 100rem 40rem;
  display: flex;
  align-items: center;
}
.footer-phone-content {
  padding-left: 40rem;
}
.footer-phone-text {
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 20rem;
}
.footer-phone-text:last-child {
  padding-bottom: 0;
}
.header-center-logo img {
  width: 100%;
}
.friend-link-box {
  background: #fff;
  padding: 10rem 40rem;
  display: flex;
  flex-wrap: wrap;
}
.friend-link-box p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
  margin-left: 10rem;
}
.friend-link-box a {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 10rem;
  line-height: 2;
}
.header-wap-show {
  background: url(./../esimg/icon/sj_nav.png) no-repeat;
  background-size: 100% 100%;
  width: 60rem;
  height: 60rem;
  margin-left: 20rem;
  position: fixed;
  right: 20rem;
  top: 25rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.keyword-box {
  position: absolute;
  left: 13.5%;
  bottom: 20rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.keyword-box p,
.keyword-box a {
  padding-right: 10rem;
  color: #575d6c;
  line-height: 2;
}

.public-banner-img {
  width: 100%;
}
.public-initial-box {
  width: fit-content;
  position: absolute;
  left: 13.5%;
  bottom: 20rem;
}
.public-initial-box .keyword-box {
  position: relative;
  left: auto;
  bottom: auto;
}
.public-head-box {
  padding: 20rem 0;
  border-bottom: 1px solid rgba(87, 93, 108, 0.14);
}
.public-head-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.public-menu-box {
  display: flex;
  align-items: center;
}
.public-menu-item {
  min-width: 120rem;
  height: 38px;
  background: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 10rem;
  margin-left: 20rem;
  color: #575d6c;
  display: flex;
  align-items: center;
  justify-content: center;
  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-menu-item:hover {
  color: #3e71e8;
}
.public-menu-on {
  background: #3e71e8;
  color: #fff;
}
.public-menu-on:hover {
  color: #fff;
}
.index-about-box {
  position: relative;
}
.index-about-bg {
  width: 1258rem;
  margin-left: calc(100% - 1258rem);
}
.index-about-right {
  position: relative;
}
.index-about-circular {
  position: absolute;
  right: 90rem;
  top: calc(50% - 420rem);
  height: 841rem;
}
.index-about-img {
  position: absolute;
  right: 165rem;
  top: calc(50% - 344rem);
  height: 688rem;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-about-circular {
  animation: spin 20s linear infinite;
  -webkit-animation: spin 20s linear infinite;
}
.index-about-left {
  position: absolute;
  z-index: 99;
  left: 152rem;
  top: 130rem;
}
.public-title-box {
  position: relative;
}
.public-title-en {
  font-family: DingTalk-JinBuTi;
  font-weight: 400;
  font-size: 90rem;
  line-height: 1;
  color: #f0f4f8;
  text-transform: uppercase;
}
.public-title-cn {
  font-weight: bold;
  color: #292929;
  margin-top: -40rem;
}
.public-title-box::after {
  content: "";
  left: 0;
  top: 15rem;
  width: 58rem;
  height: 38rem;
  position: absolute;
  background: url(./../esimg/icon/public_title_icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-about-box .public-title-box::after {
  left: 40rem;
}
.index-about-text {
  padding-top: 60rem;
  width: 720rem;
  font-weight: 400;
  color: #292929;
  line-height: 1.6;
}
.index-about-text p {
  margin-bottom: 40rem;
}
.index-about-flex {
  display: flex;
  align-items: center;
}
.index-about-item {
  flex: 1;
}
.index-about-number {
  font-weight: bold;
  color: #1747a7;
}
.index-about-by {
  font-weight: 400;
  color: #373737;
}
.public-btn {
  position: absolute;
  width: 110rem;
  height: 110rem;
  background: #73ba2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30rem;
  color: #ffffff;
  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 {
  width: 22rem;
  height: 22rem;
  position: absolute;
  content: "";
  left: calc(50% - 11rem);
  top: 30rem;
  background: url(./../esimg/icon/more_icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-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);
}
.index-about-btn {
  right: 728rem;
  bottom: 185rem;
}
.index-service-box {
  background: #f2f5f9;
  padding: 80rem 0 120rem;
  position: relative;
}
.index-service-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(50% - 912rem);
  width: 1823rem;
  height: 299rem;
  background: url(./../esimg/icon/index_service_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.index-service-left {
  position: relative;
  z-index: 2;
  margin-top: 40rem;
  width: calc(720rem + 160rem);
  height: 720rem;
}
.index-service-left::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 160rem;
  width: 720rem;
  height: 720rem;
  background: linear-gradient(111deg, #0455b9 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
.index-service-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 542rem;
  height: 542rem;
  top: calc(50% - (542rem / 2));
  left: calc(50% - (542rem / 2) + 80rem);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-service-circle-teim {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  width: max-content;
}
.index-service-circle-teim:nth-child(1) {
  top: -60rem;
  right: 36%;
}
.index-service-circle-teim:nth-child(2) {
  top: 60rem;
  right: 66%;
}
.index-service-circle-teim:nth-child(3) {
  top: 306rem;
  right: 76%;
}
.index-service-circle-teim:nth-child(4) {
  top: 550rem;
  right: 66%;
}
.index-service-circle-teim:nth-child(5) {
  bottom: -60rem;
  right: 36%;
}
.index-service-circle-text {
  font-weight: bold;
  padding-right: 23rem;
  color: #292929;
}
.index-service-circle-img {
  width: 104rem;
  border: 6rem solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-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;
}
.index-service-circle-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.index-service-circle-on .index-service-circle-img {
  border: 6rem solid #2c45a8;
}
.index-service-btn {
  z-index: 2;
  right: 75rem;
  bottom: 138rem;
}

.index-service-right {
  position: relative;
  z-index: 2;
  width: calc(100% - 720rem - 160rem);
  padding-left: 90rem;
}
.index-service-box .main-center {
  display: flex;
  align-items: flex-start;
}
.col-white {
  color: #fff;
}
.index-service-swiper {
  padding-top: 90rem;
}
.index-service-name {
  font-weight: bold;
  color: #024da0;
}
.index-service-list {
  padding-top: 40rem;
  display: flex;
  flex-wrap: wrap;
}
.index-service-item {
  width: 256rem;
  margin-right: 40rem;
  height: 80rem;
  background: linear-gradient(135deg, #ffffff 0%);
  box-shadow: 9px 6px 16px 0px rgba(208, 218, 234, 0.31);
  border-radius: 10px;
  position: relative;
  border: 1px solid #d0daea;
  display: flex;
  align-items: center;
  padding-left: 28rem;
  margin-bottom: 25rem;
}
.index-service-item:nth-child(2n) {
  margin-right: 0;
}
.index-service-icon {
  width: 48rem;
}
.index-service-text {
  padding-left: 10rem;
  font-weight: 400;
  color: #050505;
}
.index-service-item-plus {
  margin-right: 0;
  width: 554rem;
}
.index-service-decs {
  width: 528rem;
  padding-top: 35rem;
  font-weight: 400;
  color: #292929;
}
.index-service-item-green {
  margin-bottom: 10rem;
}
.index-service-item-green .index-service-icon {
  width: 25rem;
  margin-left: 5rem;
}
.index-service-swiper .swiper-slide {
  opacity: 0 !important;
}
.index-service-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.index-service-navigation {
  display: flex;
  align-items: center;
  padding-top: 25rem;
}
.index-service-prev {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_l.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 20rem;
}
.index-service-next {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_r.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-box .public-title-box {
  width: 100%;
}
.index-case-box .public-title-en {
  text-align: center;
}
.index-case-box .public-title-cn {
  text-align: center;
}
.index-case-box .public-title-box::after {
  content: "";
  left: calc(50% - 29rem);
  top: 15rem;
  width: 58rem;
  height: 38rem;
}
.index-case-box {
  padding: 113rem 0 100rem;
}
.index-case-types {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 75rem;
}
.index-case-type {
  position: relative;
  font-weight: bold;
  margin: 0 20rem;
  color: #292929;
}
.index-case-on::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -12rem;
  top: -4rem;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(127deg, #73ba2e 0%, #fff 100%);
  border-radius: 50%;
}
.index-case-content {
  width: 100%;
  padding-left: 8.325%;
}
.index-case-swiper {
  overflow: hidden;
  padding-top: 60rem;
}
.index-case-imgs {
  position: relative;
  width: 100%;
  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;
}
.index-case-item:hover .index-case-imgs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10rem 10rem 0 0;
  -webkit-border-radius: 10rem 10rem 0 0;
  -moz-border-radius: 10rem 10rem 0 0;
  -ms-border-radius: 10rem 10rem 0 0;
  -o-border-radius: 10rem 10rem 0 0;
}
.index-case-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.index-case-cont {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 137rem;
  background: #eef2f8;
  padding: 30rem 0 0 45rem;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 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;
}
.index-case-item:hover .index-case-cont {
  background: linear-gradient(90deg, #0454b8 0%, #1599ff 100%);
}
.index-case-name {
  position: relative;
  font-weight: bold;
  color: #292929;
}
.index-case-item:hover .index-case-name {
  color: #fff;
}
.index-case-text {
  font-weight: 400;
  color: #292929;
  padding-top: 15rem;
}
.index-case-item:hover .index-case-text {
  color: #fff;
}
.index-case-name::after {
  content: "";
  position: absolute;
  left: -20rem;
  top: calc(50% - 7rem);
  width: 8rem;
  height: 14rem;
  background: url(./../esimg/icon/triangle_b.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-item:hover .index-case-name::after {
  background: url(./../esimg/icon/triangle_w.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-cont::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 199rem;
  right: 0;
  top: 0;
  background: url(./../esimg/icon/case_bg1.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-item:hover .index-case-cont::after {
  background: url(./../esimg/icon/case_bg1_hover.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-btn {
  position: absolute;
  z-index: 2;
  left: calc(50% - 55rem);
  top: calc(50% - 55rem);
  opacity: 0;
}
.index-case-item:hover .index-case-btn {
  opacity: 1;
}
.index-case-navigation {
  display: flex;
  align-items: center;
  margin-top: 40rem;
}
.index-case-prev {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_l.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-next {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_r.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-line {
  width: calc(100% - 100rem);
  position: relative;
}
.index-service-box .index-case-line {
  width: calc(100% - 140rem);
}
.index-case-link {
  text-align: center;
  color: #73ba2e;
  font-weight: bold;
}
.index-case-line::before {
  content: "";
  position: absolute;
  left: 50rem;
  top: 50%;
  width: calc((100% - 100rem - 140rem) / 2);
  height: 1px;
  background: #73ba2e;
}
.index-case-line::after {
  content: "";
  position: absolute;
  right: 50rem;
  top: 50%;
  width: calc((100% - 100rem - 140rem) / 2);
  height: 1px;
  background: #73ba2e;
}
.index-news-box {
  padding-bottom: 140rem;
}
.index-news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-news-types {
  display: flex;
  align-items: center;
}
.index-news-type {
  font-weight: bold;
  margin: 0 20rem;
  color: #292929;
  position: relative;
  cursor: pointer;
}
.index-news-on {
  color: #024da0;
}
.index-news-on::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -12rem;
  top: -4rem;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(127deg, #73ba2e 0%, #fff 100%);
  border-radius: 50%;
}
.index-news-swiper {
  padding-top: 60rem;
  overflow: hidden;
}
.index-news-img-wrapper {
  width: 74rem;
  height: 74rem;
  /* overflow: hidden; */
  border-radius: 50%;
  display: inline-block;
}
.index-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.index-news-item {
  position: relative;
  border-top: 1px solid #e5e8ec;
  padding: 15rem 50rem;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-item:last-child {
  border-bottom: 1px solid #e5e8ec;
}
.index-news-normal {
  display: flex;
  align-items: center;
}
.index-news-name {
  width: 62.5vw;
  font-weight: 400;
  font-size: 20px;
  color: #050505;
  padding-left: 60rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-date {
  font-weight: 400;
  font-size: 20px;
  color: #050505;
  opacity: 0.6;
}
.index-news-item::after {
  position: absolute;
  content: "";
  right: 40rem;
  top: calc(50% - 12.5rem);
  width: 25rem;
  height: 25rem;
  background: url(./../esimg/icon/index_new_icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-show .index-news-normal {
  display: none;
}
.index-news-show::after {
  opacity: 0;
}
.index-news-hover {
  display: none;
}
.index-news-show {
  background: url(./../esimg/icon/news_hover_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 35rem 55rem;
}
.index-news-show .index-news-hover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-hover .index-news-img-wrapper {
  width: 292rem;
  height: 292rem;
  position: relative;
}
.index-news-hover .index-news-date {
  color: #024da0;
  opacity: 1;
}
.index-news-hover .index-news-name {
  padding-top: 25rem;
  font-weight: bold;
  color: #024da0;
  padding-left: 0;
  width: 541rem;
}
.index-news-text {
  width: 520rem;
  font-weight: 400;
  line-height: 1.7;
  color: #050505;
  opacity: 0.6;
}
.index-news-btn {
  right: 0;
  bottom: 0;
}
.index-news-cont {
  display: flex;
}
.index-contact-box {
  padding: 90rem 0 100rem;
  background: url(./../esimg/img/index_contact_bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-content {
  display: flex;
  align-items: flex-start;
}
.index-contact-map {
  position: relative;
}
.index-map-bg {
  width: 1035rem;
}
.index-contact-item {
  position: absolute;
}
.index-contact-item:nth-child(1) {
  top: 31%;
  right: 33%;
}

.index-contact-name {
  position: absolute;
  top: -40rem;
  width: max-content;
  font-weight: 400;
  padding: 10rem;
  color: #ffffff;
}
.index-contact-item:nth-child(2) {
  top: 36%;
  right: 34%;
}
.index-contact-item:nth-child(2) .index-contact-name {
  top: -40rem;
  left: -50rem;
}
.index-contact-item:nth-child(3) {
  top: 35%;
  right: 41%;
}
.index-contact-item:nth-child(3) .index-contact-name {
  top: -40rem;
  left: -20rem;
}
.index-contact-item:nth-child(4) {
  top: 37%;
  right: 38%;
}
.index-contact-item:nth-child(4) .index-contact-name {
  top: 0rem;
  left: 10rem;
  color: #024da0;
}
.index-contact-item:nth-child(5) {
  top: 39%;
  right: 43%;
}
.index-contact-item:nth-child(5) .index-contact-name {
  top: -20rem;
  left: -75rem;
}
.index-contact-item:nth-child(6) {
  top: 43%;
  right: 39%;
}
.index-contact-item:nth-child(6) .index-contact-name {
  top: -20rem;
  left: -60rem;
}
.index-contact-item:nth-child(7) {
  top: 45%;
  right: 38%;
}
.index-contact-item:nth-child(7) .index-contact-name {
  top: -10rem;
  left: -60rem;
}
.index-contact-item:nth-child(8) {
  top: 45%;
  right: 36%;
}
.index-contact-item:nth-child(8) .index-contact-name {
  top: -10rem;
  left: 15rem;
  color: #024da0;
}
.index-contact-item:nth-child(9) {
  top: 51%;
  right: 35%;
}
.index-contact-item:nth-child(9) .index-contact-name {
  top: -15rem;
  left: -60rem;
}
.index-contact-item:nth-child(10) {
  top: 50%;
  right: 45%;
}
.index-contact-item:nth-child(10) .index-contact-name {
  top: -15rem;
  left: -60rem;
}
.index-contact-item:nth-child(11) {
  top: 51%;
  right: 52%;
}
.index-contact-item:nth-child(11) .index-contact-name {
  top: -15rem;
  left: -60rem;
}
.index-contact-item:nth-child(12) {
  top: 55%;
  right: 34%;
}
.index-contact-item:nth-child(12) .index-contact-name {
  top: -35rem;
  left: 20rem;
  color: #024da0;
}
.index-contact-item:nth-child(13) {
  top: 56%;
  right: 32%;
}
.index-contact-item:nth-child(13) .index-contact-name {
  top: -15rem;
  left: 20rem;
  color: #024da0;
}
.index-contact-item:nth-child(14) {
  top: 55%;
  right: 39%;
}
.index-contact-item:nth-child(14) .index-contact-name {
  top: -15rem;
  left: -60rem;
}
.index-contact-item:nth-child(15) {
  top: 59%;
  right: 52%;
}
.index-contact-item:nth-child(15) .index-contact-name {
  top: -35rem;
  left: 10rem;
}
.index-contact-item:nth-child(16) {
  top: 56.5%;
  right: 57%;
}
.index-contact-item:nth-child(16) .index-contact-name {
  top: -15rem;
  left: -60rem;
}
.index-contact-item:nth-child(17) {
  top: 64%;
  right: 46%;
}
.index-contact-item:nth-child(17) .index-contact-name {
  top: -15rem;
  left: -60rem;
}
.index-contact-item:nth-child(18) {
  top: 74%;
  right: 51%;
}
.index-contact-item:nth-child(18) .index-contact-name {
  top: -30rem;
  left: -60rem;
}
.index-contact-item:nth-child(19) {
  top: 75%;
  right: 41%;
}
.index-contact-item:nth-child(19) .index-contact-name {
  top: 0rem;
  left: 15rem;
  color: #024da0;
}
.index-contact-item:nth-child(20) {
  top: 59%;
  right: 35%;
}
.index-contact-item:nth-child(20) .index-contact-name {
  top: 0rem;
  left: -60rem;
}
.index-contact-dot {
  position: relative;
  z-index: 2;
  width: 12rem;
  height: 12rem;
  background: #1db2ff;
  border-radius: 50%;
}
/* Ã¥Â®Å¡Ã¤Â¹â€°Ã¥â€¦Â³Ã©â€Â®Ã¥Â¸Â§Ã¥Å Â¨Ã§â€Â» */
@keyframes scaleAnimationDot {
  0% {
    transform: scale(0.5); /* Ã¤Â»Å½0.5Ã¥â‚¬ÂÃ¥Â¤Â§Ã¥Â°ÂÃ¥Â¼â‚¬Ã¥Â§â€¹ */
  }
  100% {
    transform: scale(1); /* Ã¦â€Â¾Ã¥Â¤Â§Ã¥Ë†Â°Ã¥Å½Å¸Ã¥Â§â€¹Ã¥Â¤Â§Ã¥Â°Â */
  }
}
@keyframes scaleAnimationBig {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
  }
  100% {
    transform: scale(1); /* Ã¦â€Â¾Ã¥Â¤Â§Ã¥Ë†Â°Ã¥Å½Å¸Ã¥Â§â€¹Ã¥Â¤Â§Ã¥Â°Â */
  }
}

.index-contact-dot::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: -6rem;
  z-index: 5;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(29, 178, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s;
  /*Ã¥Âºâ€Ã§â€Â¨Ã¥Å Â¨Ã§â€Â»*/
  animation: scaleAnimationDot 2s infinite ease-in-out;
  -webkit-animation: scaleAnimationDot 2s infinite ease-in-out;
  -moz-animation: scaleAnimationDot 2s infinite ease-in-out;
  -ms-animation: scaleAnimationDot 2s infinite ease-in-out;
  -o-animation: scaleAnimationDot 2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-contact-dot::after {
  content: "";
  position: absolute;
  left: -12rem;
  top: -12rem;
  z-index: 5;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: rgba(29, 178, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /*Ã¥Âºâ€Ã§â€Â¨Ã¥Å Â¨Ã§â€Â»*/
  animation: scaleAnimationBig 2s infinite ease-in-out;
  -webkit-animation: scaleAnimationBig 2s infinite ease-in-out;
  -moz-animation: scaleAnimation 2s infinite ease-in-out;
  -ms-animation: scaleAnimation 2s infinite ease-in-out;
  -o-animation: scaleAnimation 2s infinite ease-in-out;
  transition: all 0.5s;
}
.index-news-btn {
  left: 0;
  bottom: 10%;
}
.index-contact-right {
  width: calc(100% - 1035rem);
  padding-left: 55rem;
  padding-top: 100rem;
  position: relative;
}
.index-contact-slide {
  width: 560rem;
  height: 180rem !important;
  background: #ffffff;
  box-shadow: 0px 8px 20px 0px #e2ecf8;
  border-radius: 8px;
  padding: 0 30rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-contact-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 213rem;
  height: 100%;
  background: url(./../esimg/icon/contact_k2.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-slide:hover {
  background: #024da0;
}
.index-contact-slide:hover::after {
  background: url(./../esimg/icon/contact_k1.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-slide-fname {
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  opacity: 0.6;
  text-align: center;
}
.index-contact-slide:hover .index-contact-slide-fname {
  color: #fff;
}
.index-contact-slide-name {
  font-weight: bold;
  padding-top: 5rem;
  color: #3d3d3d;
  text-align: center;
}
.index-contact-slide:hover .index-contact-slide-name {
  color: #fff;
}
.index-contact-slide-address {
  padding-left: 22rem;
  font-weight: bold;
  color: #3297dd;
  position: relative;
  margin-top: 30rem;
}
.index-contact-slide:hover .index-contact-slide-address {
  color: #73ba2e;
}
.index-contact-slide-address::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9.5rem);
  width: 13rem;
  height: 19rem;
  background: url(./../esimg/icon/locate_blue.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-slide:hover .index-contact-slide-address::after {
  background: url(./../esimg/icon/locate_green.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-slide-left {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-contact-slide-right {
  padding-left: 24rem;
  width: 70%;
}
.index-contact-text {
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 10rem;
}
.index-contact-slide:hover .index-contact-text {
  color: #fff;
}
.index-contact-swiper {
  overflow: hidden;
  height: 560rem;
}
.index-contact-prev {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_up.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-next {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_down.png) no-repeat;
  background-size: 100% 100%;
}
.index-contact-swiper-box {
  position: relative;
  padding-bottom: 80rem;
}
/* .index-contact-swiper-box::before {
  position: absolute;
  content: "";
  left: 25rem;
  top: -25rem;
  width: calc(100% - 50rem);
  height: 25rem;
  background: #ffffff;
  box-shadow: 0px 8px 20px 0px #e2ecf8;
  border-radius: 8px 8px 0 0;
  opacity: 0.8;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}
.index-contact-swiper-box::after {
  position: absolute;
  content: "";
  left: 25rem;
  bottom: -25rem;
  width: calc(100% - 50rem);
  height: 105rem;
  background: #ffffff;
  box-shadow: 0px 8px 20px 0px #e2ecf8;
  border-radius: 8px 8px 0 0;
  opacity: 0.8;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
} */
.public-mesage-box {
  background: url(./../esimg/img/bg_message.png) no-repeat;
  background-size: 100% 100%;
  padding: 65rem 0;
}
.public-mesage-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-mesage-name {
  font-weight: bold;
  color: #fefefe;
}
.public-mesage-p {
  font-weight: 400;
  color: #ffffff;
  padding-top: 10rem;
}
.public-mesage-form {
  width: 1280rem;
  height: 56rem;
  background: #ffffff;
  border-radius: 28px;
  border: 7rem solid #ffffff;
  display: flex;
  align-items: center;
  padding-left: 20rem;
}
.public-mesage-input {
  padding-left: 10rem;
  border-right: 1px solid #d3d3d3;
}
.public-mesage-input-plus {
  width: 600rem;
  border-right: none;
}
.public-mesage-btn {
  cursor: pointer;
  position: relative;
  margin-left: 90rem;
  width: 150rem;
  height: 44rem;
  color: #fff;
  background: linear-gradient(90deg, #0454b8 0%, #1599ff 100%);
  border-radius: 22px;
  padding-right: 30rem;
}
.public-mesage-btn::after {
  content: "";
  width: 18rem;
  height: 11rem;
  position: absolute;
  right: 30rem;
  top: calc(50% - 4rem);
  background: url(./../esimg/icon/sending_icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-mesage-box {
  background: url(./../esimg/img/bg_message_sj.png) no-repeat;
  background-size: 100% 100%;
}
.public-footer-top {
  display: flex;
  justify-content: space-between;
}
.public-footer-logo {
  width: 267rem;
}
.public-footer-slogan {
  margin-top: 25rem;
  width: 333rem;
}
.footer-menu-box {
  display: flex;
  align-items: flex-start;
}
.footer-menu-item {
  min-width: 140rem;
  margin-right: 50rem;
}
.footer-menu-item:last-child {
  margin-right: 0;
  min-width: auto;
}
.footer-menu-name {
  font-weight: 400;
  color: #373737;
}
.footer-menu-section {
  padding-top: 25rem;
}
.footer-menu-link {
  font-weight: 400;
  font-size: 14px;
  color: #9e9f9f;
  margin-bottom: 5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.footer-menu-link:hover {
  color: #656666;
}
.public-footer-center {
  display: flex;
  align-items: flex-end;
  padding-top: 40rem;
  padding-bottom: 20rem;
  justify-content: space-between;
}
.footer-center-left {
  display: flex;
  align-items: center;
  padding-bottom: 40rem;
}
.footer-center-item {
  display: flex;
  align-items: center;
  margin-right: 130rem;
}
.footer-center-item:last-child {
  margin-right: 0;
}
.footer-center-icon {
  width: 46rem;
}
.footer-center-cont {
  padding-left: 13rem;
}
.footer-center-name {
  font-weight: 400;
  color: #373737;
}
.footer-center-text {
  font-weight: 400;
  padding-top: 5rem;
  color: #373737;
}
.footer-qrcode-title {
  text-align: center;
  font-weight: 400;
  color: #9e9f9f;
  font-size: 14px;
  padding-bottom: 10rem;
}
.footer-qrcode-img {
  width: 135rem;
}
.footer-bottom-box {
  border-top: 1px solid #d2d7de;
  padding: 20rem 0 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-left {
  display: flex;
  align-items: center;
}
.footer-bottom-right {
  display: flex;
  align-items: center;
}
.footer-boottom-text {
  font-weight: 400;
  color: #373737;
  margin-right: 40rem;
  opacity: 0.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-bottom-box a:hover {
  opacity: 1;
}
.footer-boottom-flex {
  display: flex;
  align-items: center;
}
.footer-boottom-img {
  width: 20rem;
  margin-right: 10rem;
}
.footer-bottom-right .footer-boottom-text {
  margin-right: 0;
}
.public-seo-boss {
  color: transparent;
  height: 0;
  width: 0;
  overflow: hidden;
}
.public-banner-box {
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banner-name {
  font-weight: bold;
  font-size: 50rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
}
.public-banner-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.public-banner-name::after {
  content: "";
  position: absolute;
  left: calc(50% - 27.5rem);
  top: -40rem;
  width: 55rem;
  height: 38rem;
  background: url(./../esimg/icon/public_title_icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-banner-path {
  display: flex;
  align-items: center;
  padding-top: 25rem;
}
.public-banner-link {
  font-weight: 400;
  color: #ffffff;
  padding-right: 25rem;
  position: relative;
}
.public-banner-link:last-child {
  padding-right: 0;
}
.public-banner-link::after {
  content: "-";
  position: absolute;
  right: 10rem;
}
.public-banner-link:last-child::after {
  display: none;
}
.public-keyword-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25rem;
  left: 160rem;
}
.public-keyword-text {
  color: #dfdfdf;
  margin-right: 10rem;
}
.public-tab-box .main-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35rem 0 25rem;
  border-bottom: 1px solid #ced4e0;
  flex-wrap: wrap;
}
.public-tab-item {
  margin: 0 75rem;
  font-weight: bold;
  color: #afbad1;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.public-tab-item:hover {
  color: #1747a7;
}
.public-tab-on {
  color: #1747a7;
}
.public-tab-on::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -12rem;
  top: -4rem;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(127deg, #73ba2e 0%, #fff 100%);
  border-radius: 50%;
}
.info-title-box .public-title-en {
  text-align: center;
}
.info-title-box .public-title-cn {
  text-align: center;
}
.about-main-box {
  padding: 60rem 0 200rem;
  position: relative;
  z-index: 1;
}
.about-content-left {
  width: calc(100% - 838rem);
}
.about-content-right {
  position: relative;
  width: 838rem;
  height: 838rem;
}
.about-content-right .index-about-circular {
  right: -90rem;
}
.about-content-right .index-about-img {
  position: absolute;
  right: -15rem;
}
.about-content-box {
  display: flex;
  padding-top: 40rem;
}
.about-content-title {
  padding-top: 40rem;
  font-weight: bold;
  color: #1747a7;
}
.about-content-text {
  padding-top: 30rem;
}
.about-content-text p {
  font-weight: 400;
  color: #292929;
  line-height: 1.8;
  margin-bottom: 30rem;
}
.about-count-box {
  padding-top: 60rem;
}
.about-count-item {
  padding: 25rem 10rem 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ced4e0;
}
.about-count-item:last-child {
  border-bottom: 1px solid #ced4e0;
}
.about-count-text {
  font-weight: 400;
  color: #373737;
}
.about-count-left {
  font-size: 44rem;
  font-weight: 500;
  color: #1747a7;
  font-family: MontserratRegular;
  line-height: 1;
  position: relative;
}
.about-count-sup {
  position: absolute;
  top: 0rem;
  margin-left: 0rem;
}
.about-count-sub {
  position: relative;
  bottom: 10rem;
  margin-left: -15rem;
}
.about-decs-box {
  display: flex;
  align-items: center;
}
.about-decs-img {
  width: 724rem;
}
.about-decs-text {
  width: calc(100% - 724rem);
  padding-left: 72rem;
  padding-right: 72rem;
}
.bottom-logo-gray {
  position: relative;
}
.about-main-box::after,
.bottom-logo-gray::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(50% - (1814rem / 2));
  width: 1814rem;
  height: 180rem;
  background: url(./../esimg/img/2-0bottom_logo.png) no-repeat center;
  background-size: 100% 100%;
}
.history-main-box {
  padding: 60rem 0 175rem;
}
.history-content-box {
  padding: 186rem 0;
  position: relative;
}
.history-center-img {
  width: 100%;
}
.history-content-main {
  position: absolute;
  left: 220rem;
  top: 58rem;
  width: calc(100% - 440rem);
  height: 100%;
  overflow: hidden;
}
.history-content-swiper {
  position: relative;
}
.history-content-item {
  position: absolute;
  padding-left: 25rem;
  width: 290rem;
}
.history-content-item:nth-child(1) {
  top: 0;
  left: 30rem;
}
.history-content-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 270rem;
  left: -16rem;
  width: 16rem;
  height: 16rem;
  background: #1a52c1;
  border-radius: 50%;
  border: 8rem solid #c6d6f6;
}
.history-content-item:nth-child(2n)::before {
  top: -15rem;
}
.history-content-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 1px;
  height: 262rem;
  background: linear-gradient(180deg, #1a52c1 0%, #ffffff 100%);
}
.history-content-item:nth-child(2n)::after {
  height: 290rem;
  background: linear-gradient(0deg, #1a52c1 0%, #ffffff 100%);
}
.history-content-item:nth-child(2n) {
  padding-top: 140rem;
}
.history-content-item:nth-child(2) {
  top: 290rem;
  left: 200rem;
  height: 280rem;
}
.history-content-item:nth-child(3) {
  top: 55rem;
  left: 400rem;
}
.history-content-item:nth-child(4) {
  top: 395rem;
  left: 600rem;
}
.history-content-item:nth-child(5) {
  top: 110rem;
  left: 800rem;
}
.history-content-item:nth-child(6) {
  top: 360rem;
  left: 1000rem;
}
.history-content-item:nth-child(7) {
  top: 30rem;
  left: 1160rem;
}
.history-content-year {
  font-weight: bold;
  color: #1747a7;
}
.history-content-name {
  font-weight: bold;
  padding-top: 15rem;
  color: #1747a7;
}
.history-content-text {
  font-weight: 400;
  padding-top: 10rem;
  color: #292929;
}
.history-contact-prev {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 400rem;
  left: 0;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_l.png) no-repeat;
  background-size: 100% 100%;
}
.history-contact-next {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 400rem;
  right: 0;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_r.png) no-repeat;
  background-size: 100% 100%;
}
.team-main-box {
  padding: 60rem 0 140rem;
  background: #f2f5f9;
}
.team-list-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45rem;
  padding-bottom: 60rem;
}
.team-item-box {
  width: calc((100% - (25rem * 3)) / 4);
  margin-right: 25rem;
  background: #ffffff;
  border-radius: 10px;
  padding: 30rem 35rem 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
.team-item-box:nth-child(4n) {
  margin-right: 0;
}
.team-item-img {
  width: 200rem;
}
.team-item-name {
  padding-top: 20rem;
  font-weight: bold;
  color: #292929;
}
.team-item-lable {
  font-weight: bold;
  padding-top: 10rem;
  color: #1747a7;
}
.team-item-text {
  border-top: 1px solid #ced4e0;
  margin-top: 30rem;
  padding: 20rem 15rem 0;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  color: #292929;
}
.public-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-page-link {
  width: 50rem;
  height: 50rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ced4e0;
  margin: 0 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d3d3d;
  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-page-on,
.public-page-link:hover {
  background-color: #0b3cae;
  color: #fff;
}
.public-page-next {
  background: url(./../esimg/icon/page-arr-gray.svg) no-repeat center;
  background-size: 8rem 14rem;
  background-color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.public-page-perv {
  background: url(./../esimg/icon/page-arr-gray.svg) no-repeat center;
  background-size: 8rem 14rem;
  background-color: #fff;
}
.honor-main-box {
  padding: 60rem 0 140rem;
}
.honor-item-box {
  width: calc((100% - (25rem * 3)) / 4);
  margin-right: 25rem;
  margin-bottom: 40rem;
  background: #f2f5f9;
  border-radius: 10px;
}
.honor-item-box:nth-child(4n) {
  margin-right: 0;
}
.honor-item-top {
  width: 100%;
  padding: 10rem;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d9e3;
  position: relative;
  z-index: 2;
}
.honor-item-img {
  width: 100%;
}
.honor-item-text {
  position: relative;
  z-index: 1;
  height: 100rem;
  background: #f2f5f9;
  border-radius: 10px;
  margin-top: -10rem;
  padding: 30rem 30rem 0;
  text-align: center;
  font-weight: 400;
  color: rgba(41, 41, 41, 0.8);
}
.service-main-box {
  padding: 60rem 0 230rem;
}
.service-main-decs {
  text-align: center;
  padding-top: 35rem;
  padding-bottom: 50rem;
}
.service-cooperation-box {
  background: #f3f5f9;
  padding: 30rem 0 110rem;
}
.service-cooperation-title {
  font-weight: bold;
  color: #1747a7;
  text-align: center;
}
.service-cooperation-list {
  padding-top: 50rem;
  padding: 50rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.service-cooperation-item {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
}
.service-cooperation-item:nth-child(3n) {
  margin-right: 0;
}
.service-cooperation-name {
  width: calc(100% - 32rem);
  margin: 0 auto;
  font-weight: bold;
  color: #ffffff;
  height: 70px;
  background: #1747a7;
  border-radius: 10px;
  text-align: center;
  padding: 16rem 30rem;
}
.service-cooperation-content {
  width: 100%;
  height: 420rem;
  margin-top: -20rem;
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 5px 46px 0px rgba(201, 209, 226, 0.4);
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  padding: 45rem 40rem 0;
}
.service-cooperation-point {
  padding: 0 30rem 30rem 30rem;
}
.service-cooperation-by {
  color: #292929;
  font-weight: bold;
  position: relative;
}
.service-cooperation-by::before {
  content: "";
  position: absolute;
  left: -30rem;
  top: calc(50% - 9rem);
  width: 18rem;
  height: 18rem;
  background: url(./../esimg/icon/service-cooperation-pass.png) no-repeat;
  background-size: 100% 100%;
}
.service-cooperation-text {
  color: #292929;
  padding-top: 10rem;
}
.service-flow-box {
  padding: 40rem 0;
}
.service-flow-content {
  display: flex;
  align-items: center;
  padding-top: 60rem;
}
.service-flow-item {
  width: calc((100% - (177rem * 5)) / 6);
  margin-right: 177rem;
  position: relative;
  padding-bottom: 15rem;
}
.service-flow-item:last-child {
  margin-right: 0;
}
.service-flow-item::before {
  content: "";
  position: absolute;
  left: calc(100% + 15rem);
  top: calc(50% - 4rem);
  width: 151rem;
  border-bottom: 4rem dotted #b3c0e1;
}
.service-flow-item:last-child::before {
  display: none;
}
.service-flow-number-box {
  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;
}
.service-flow-number-bg {
  width: 90rem;
  margin: 0 auto;
}
.service-flow-number-box:hover {
  transform: scale(1.15) rotate(13deg);
  -webkit-transform: scale(1.15) rotate(13deg);
  -moz-transform: scale(1.15) rotate(13deg);
  -ms-transform: scale(1.15) rotate(13deg);
  -o-transform: scale(1.15) rotate(13deg);
}
.service-flow-number {
  font-family: MontserratRegular;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5rem;
  font-weight: bold;
  color: #1c43c9;
}
.service-flow-text {
  font-weight: bold;
  color: #292929;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  text-align: center;
}
.service-advantage-box {
  padding: 60rem 0;
}
.service-advantage-content {
  position: relative;
  padding: 70rem 0 20rem;
}
.service-advantage-bg {
  width: 425rem;
  margin: 0 auto;
}
.service-advantage-line {
  width: 612rem;
  height: 318rem;
  position: absolute;
  left: calc(50% - 306rem);
  top: calc(50% - 159rem + 22rem);
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.service-advantage-item {
  position: absolute;
  width: 342rem;
  height: 175rem;
  background: #f3f5f9;
  border-radius: 16px;
  border: 2px solid #ffffff;
  padding: 45rem 0 0 65rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.service-advantage-item:hover {
  animation: scaleAnimation 0.66s;
  -webkit-animation: scaleAnimation 0.66s;
}
.service-advantage-item::after {
  content: "";
  position: absolute;
  right: -10rem;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: #73ba2e;
  border-radius: 50%;
}
.service-advantage-item:nth-child(2)::after,
.service-advantage-item:nth-child(3)::after {
  background: #1747a7;
}
.service-advantage-item:nth-child(3)::after,
.service-advantage-item:nth-child(4)::after {
  right: auto;
  left: -10rem;
}
.service-advantage-item:nth-child(1) {
  top: 35rem;
  right: 1200rem;
}
.service-advantage-item:nth-child(2) {
  top: 350rem;
  right: 1200rem;
}
.service-advantage-item:nth-child(3) {
  top: 35rem;
  left: 1250rem;
}
.service-advantage-item:nth-child(4) {
  top: 350rem;
  left: 1250rem;
}
.service-advantage-name {
  font-weight: bold;
  color: #73ba2e;
}
.service-advantage-item:nth-child(2) .service-advantage-name,
.service-advantage-item:nth-child(3) .service-advantage-name {
  color: #1747a7;
}
.service-advantage-text {
  font-weight: 400;
  color: #292929;
  padding-top: 10rem;
}
.service-list-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30rem;
}
.service-card-item {
  width: calc((100% - 40rem) / 2);
  min-height: 300rem;
  padding: 20rem 40rem 40rem 35rem;
  margin-right: 40rem;
  background: #f3f5f9;
  border-radius: 10px;
  margin-bottom: 30rem;
}
.service-card-item:nth-child(2n) {
  margin-right: 0;
}
.service-card-flex {
  display: flex;
  align-items: center;
}
.service-card-icon {
  width: 100rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-card-item:hover .service-card-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-card-name {
  font-weight: bold;
  color: #1747a7;
  padding-left: 10rem;
}
.service-card-desc {
  font-weight: 400;
  line-height: 1.8;
  padding-top: 10rem;
  color: #292929;
}
.service-card-ranks {
  display: flex;
  padding-top: 30rem;
}
.service-card-rank {
  width: 300rem;
}
.service-card-point {
  position: relative;
  padding-left: 30rem;
  padding-bottom: 15rem;
  font-weight: 400;
  color: #292929;
}
.service-card-point::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  top: 2rem;
  left: 0;
  background: url(./../esimg/icon/duihao-green.png) no-repeat;
  background-size: 100% 100%;
}
.service-img-swiper {
  padding-bottom: 80rem;
  overflow: hidden;
  position: relative;
}
.service-swiper-slide {
  position: relative;
}
.service-swiper-img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-swiper-cont {
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  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;
}
.service-swiper-slide:hover .service-swiper-cont {
  opacity: 0;
}
.service-swiper-name {
  font-weight: bold;
  color: #ffffff;
}
.service-swiper-text {
  padding-top: 15rem;
  font-weight: 400;
  color: #ffffff;
}
.service-swiper-navigation {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-swiper-prev {
  width: 50rem;
  height: 50rem;
  margin: 0 11rem;
  background: url(./../esimg/icon/switch_l.png) no-repeat;
  background-size: 100% 100%;
}
.service-swiper-next {
  width: 50rem;
  height: 50rem;
  margin: 0 11rem;
  background: url(./../esimg/icon/switch_r.png) no-repeat;
  background-size: 100% 100%;
}
.service-card-item-max {
  width: 100%;
  margin-right: 0;
}
.service-card-item-max .service-card-rank {
  width: auto;
}
.service-small-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.service-small-card {
  width: calc((100% - 60rem) / 4);
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.service-small-card:nth-child(4n) {
  margin-right: 0;
}
.service-small-title {
  height: 82rem;
  width: calc(100% - 30rem);
  margin: 0 auto;
  background: #73b92e;
  border-radius: 10px;
  color: #ffffff;
  padding: 8rem 0 0 20rem;
}
.service-small-content {
  width: 100%;
  height: 188rem;
  /* background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, #ffffff 100%); */
  /* box-shadow: 4px 5px 46px 0px rgba(201, 209, 226, 0.4); */
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  margin-top: -40rem;
  /* backdrop-filter: blur(5px); */
  padding: 30rem 0 0 30rem;
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 5px 46px 0px rgba(201, 209, 226, 0.4);
}
.service-analysis-box {
  display: flex;
  padding-top: 50rem;
  padding-bottom: 50rem;
}
.service-analysis-img {
  width: 714rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-analysis-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;
}
.service-analysis-img:hover img {
  transform: scale(1.1);
}
.service-analysis-main {
  width: calc(100% - 714rem);
  padding-left: 84rem;
}
.service-analysis-main .service-cooperation-title,
.service-benefit-left .service-cooperation-title,
.service-guarantee-box .service-cooperation-title {
  text-align: left;
}
.service-analysis-item {
  padding: 25rem 0;
  border-top: 1px solid #ced4e0;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-analysis-item:last-child {
  border-bottom: 1px solid #ced4e0;
}
.service-analysis-icon {
  width: 140rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-analysis-item:hover .service-analysis-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-analysis-name {
  font-weight: bold;
  color: #292929;
}
.service-analysis-desc {
  font-weight: 400;
  color: #292929;
  padding-top: 20rem;
  width: 416rem;
}
.service-analysis-cont {
  padding-left: 30rem;
}
.service-analysis--list {
  padding-top: 35rem;
}
.service-analysis-gray {
  background: #f3f5f9;
}
.service-analysis-gray-list {
  display: flex;
  flex-wrap: wrap;
  padding: 90rem 0;
}
.service-analysis-gray-item {
  width: calc((100% - 55rem) / 2);
  margin-right: 55rem;
  margin-bottom: 30rem;
  position: relative;
}
.service-analysis-gray-item:nth-child(2n) {
  margin-right: 0;
}
.service-analysis-gray-item .service-small-card {
  width: 100%;
  margin-right: 0;
  position: relative;
}
.service-analysis-gray-item .service-card-rank {
  width: 100%;
}
.service-analysis-gray-item .service-small-content {
  height: 200rem;
}
.service-small-num {
  position: absolute;
  z-index: 1;
  right: 30rem;
  bottom: 0;
  font-family: MontserratRegular;
  font-weight: 500;
  font-size: 100rem;
  color: #b6e38a;
  line-height: 1;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-analysis-gray-item:hover .service-small-num {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-benefit-box {
  padding: 80rem 0;
  display: flex;
}
.service-benefit-img {
  width: 714rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-benefit-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;
}
.service-benefit-img:hover 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);
}
.service-benefit-left {
  width: calc(100% - 714rem);
  padding-right: 135rem;
}
.service-benefit-title {
  padding: 50rem 0 25rem;
  font-weight: 400;
  color: #292929;
}
.service-benefit-item {
  border-top: 1px solid #ced4e0;
  padding: 30rem 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-benefit-item:last-child {
  border-bottom: 1px solid #ced4e0;
}
.service-benefit-item-flex {
  display: flex;
  align-items: center;
}
.service-benefit-name {
  font-weight: bold;
  color: #292929;
  width: 310rem;
}
.service-benefit-number {
  font-family: MontserratRegular;
  font-weight: 500;
  color: #1747a7;
}
.service-benefit-year {
  font-weight: bold;
  color: #1747a7;
}
.service-guarantee-box {
}
.service-guarantee-content {
  padding: 55rem 0 65rem;
}
.service-guarantee-center {
  width: 100%;
  height: 160rem;
  background: #f3f5f9;
  border-radius: 10px;
  position: relative;
}
.service-guarantee-img {
  width: 300rem;
  height: 300rem;
  position: absolute;
  top: calc(50% - 150rem);
  left: calc(50% - 150rem);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@keyframes scaleAnimationByimg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.service-guarantee-center:hover .service-guarantee-img {
  animation: scaleAnimation 0.6s ease-in-out;
  -webkit-animation: scaleAnimation 0.6s ease-in-out;
}
.service-guarantee-icon {
  position: absolute;
  left: calc(50% - 650rem);
  bottom: 0;
  width: 1306rem;
}
.service-guarantee-number {
  font-family: MontserratRegular;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  color: #1747a7;
}
.service-guarantee-item {
  width: 500rem;
  position: absolute;
  left: 100rem;
  bottom: 40rem;
}
.service-guarantee-item:nth-child(2) {
  left: auto;
  right: 100rem;
  bottom: 40rem;
}
.service-guarantee-text {
  font-weight: bold;
  text-align: center;
  color: #292929;
  padding-top: 10rem;
}
.service-save-box {
  padding: 60rem 0 90rem;
}
.service-analysis-list {
  padding-top: 30rem;
}
.small-tab-box .public-tab-item {
  margin: 0 30rem;
  margin-bottom: 20rem;
}
.case-list-box {
  display: flex;
  flex-wrap: wrap;
  padding: 60rem 0;
}
.case-list-item {
  width: calc((100% - 70rem) / 3);
  margin-right: 35rem;
  margin-bottom: 30rem;
}
.case-list-item:nth-child(3n) {
  margin-right: 0;
}
.case-list-max {
  padding-bottom: 140rem;
}
.service-sales-content {
  padding: 60rem 0 90rem;
}
.service-sales-flex {
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}
.service-sales-img {
  width: 820rem;
  overflow: hidden;
  border-radius: 10px;
}
.service-sales-img img {
  width: 100%;
  border-radius: 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;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-sales-flex:hover .service-sales-img img {
  transform: scale(1.1);
}
.service-sales-cont {
  width: calc(100% - 820rem);
  padding-right: 120rem;
}
.service-sales-cont .service-cooperation-title {
  text-align: left;
  padding-bottom: 50rem;
}
.service-sales-name {
  font-weight: bold;
  color: #292929;
  padding-bottom: 20rem;
}
.service-sales-text {
  font-weight: 400;
  color: #292929;
  line-height: 1.8;
}
.service-sales-flex:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-sales-flex:nth-child(2n) .service-sales-cont {
  padding-right: 0;
  padding-left: 80rem;
}
.service-sales-row {
  display: flex;
}
.service-sales-card {
  width: calc((100% - 40rem) / 2);
  margin-right: 40rem;
  background: #f3f5f9;
  border-radius: 10px;
}
.service-sales-card:nth-child(2n) {
  margin-right: 0;
}
.sales-card-content {
  padding: 50rem 60rem;
}
.sales-card-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40rem;
}
.sales-card-point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sales-card-icon {
  width: 100rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-sales-card .sales-card-icon:hover {
  transform: scale(1.1);
}
.sales-card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
.sales-card-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;
}
.service-sales-card:hover .sales-card-img img {
  transform: scale(1.1);
}
.sales-gray-box {
  background: #f3f5f9;
  padding: 75rem 0;
}
.sales-gray-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
}
.sales-gray-list .service-small-card {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
  position: relative;
}
.sales-gray-list .service-small-card:nth-child(3) {
  margin-right: 0;
}
.sales-gray-box .service-img-swiper {
  padding-top: 75rem;
}
.sales-increment-box {
  padding: 56rem 0 0;
}
.sales-increment-box .service-advantage-item {
  padding: 30rem;
}
.sales-increment-box .service-advantage-name {
  text-align: center;
  font-size: 50rem;
}
.sales-increment-box .service-advantage-text {
  text-align: center;
}
.news-list-max {
  padding: 60rem 0 140rem;
}
.news-list-main {
  padding: 40rem 0 60rem;
}
.news-list-item {
  border-top: 1px solid #ced4e0;
  padding: 40rem 20rem;
  display: flex;
  align-items: center;
  position: relative;
}
.news-list-item:last-child {
  border-bottom: 1px solid #ced4e0;
}
.news-list-item:hover {
  background: url(./../esimg/img/news-item-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-item::after {
  width: 60rem;
  height: 60rem;
  content: "";
  position: absolute;
  right: 25rem;
  top: calc(50% - 30rem);
  background: url(./../esimg/icon/news-item-more.png) no-repeat;
  background-size: 100% 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-list-item:hover::after {
  background: url(./../esimg/icon/news-item-more-hover.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-img {
  width: 377rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-list-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-list-item:hover .news-list-img img {
  transform: scale(1.1);
}
.news-list-content {
  width: calc(100% - 377rem);
  padding: 0 115rem 0 50rem;
}
.news-list-name {
  font-weight: bold;
  color: #292929;
}
.news-list-item:hover .news-list-name {
  color: #024da0;
}
.news-list-text {
  padding-top: 25rem;
  font-weight: 400;
  color: #292929;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-date {
  font-family: MontserratRegular;
  font-weight: 400;
  color: #024da0;
  padding-top: 50rem;
}
.news-main-box {
  display: flex;
  padding: 60rem 0 140rem;
}
.news-main-left {
  width: 1160rem;
}
.news-main-right {
  width: calc(100% - 1160rem);
  padding-left: 60rem;
}
.news-article-title {
  font-weight: bold;
  color: #292929;
  padding-bottom: 24rem;
}
.news-article-row {
  display: flex;
  align-items: center;
  height: 40rem;
  background: #f0f4f9;
  padding-left: 30rem;
}
.news-article-point {
  display: flex;
  align-items: center;
  margin-right: 40rem;
}
.news-article-icon {
  width: 19rem;
}
.news-point-text {
  font-weight: 400;
  color: #292929;
  padding-left: 10rem;
}
.news-article-content {
  padding: 0 20rem;
}
.news-article-content p {
  font-weight: 400;
  line-height: 1.8;
  color: #292929;
  padding-top: 30rem;
}
.news-article-content p a {
  display: inline;
}
.news-article-content img {
  margin: 30rem auto 0;
  max-width: 100%;
}
.news-article-menu {
  margin-top: 70rem;
  position: relative;
  width: 100%;
  height: 100rem;
  background: #f0f4f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30rem;
}
.news-article-link {
  font-weight: 400;
  color: #292929;
  margin: 5rem 0;
  max-width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-article-link:hover {
  color: #024da0;
}
.news-info-btn {
  right: 30rem;
  top: -40rem;
}
.news-recommend-title {
  font-weight: bold;
  color: #292929;
}
.news-recommend-main {
  padding-top: 25rem;
}
.news-recommend-item {
  position: relative;
  width: 100%;
  height: 220rem;
  margin-bottom: 15rem;
  background: #f0f4f9;
  border-radius: 10px;
  padding: 40rem 35rem;
  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-item:hover {
  background: linear-gradient(90deg, #0454b8 0%, #1599ff 100%);
}
.news-recommend-item:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 177rem;
  height: 100%;
  background: url(./../esimg/icon/news-recommend-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news-recommend-date {
  font-family: MontserratRegular;
  font-weight: 400;
  color: #024da0;
}
.news-recommend-item:hover .news-recommend-date {
  color: #fff;
}
.news-recommend-name {
  font-weight: 400;
  color: #050505;
  line-height: 1.6;
  padding-top: 20rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-recommend-item:hover .news-recommend-name {
  color: #fff;
}
.news-recommend-item::before {
  position: absolute;
  content: "";
  left: 35rem;
  bottom: 30rem;
  width: 41rem;
  height: 23rem;
  background: url(./../esimg/icon/news-info-arr.svg) no-repeat;
  background-size: 100% 100%;
}
.contact-main-max {
  padding: 80rem 0 140rem;
}
.contact-content-flex {
  display: flex;
  align-items: center;
  padding-top: 40rem;
}
.contact-content-right {
  width: calc(100% - 900rem);
  padding-left: 100rem;
}
.contact-right-card {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #024da0;
  border-radius: 8px;
  padding: 50rem 80rem 50rem 50rem;
}
.contact-right-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 288rem;
  height: 344rem;
  background: url(./../esimg/icon/contactcard-bg.png) no-repeat;
  background-size: 100% 100%;
}
.contact-content-flex .index-map-bg {
  width: 900rem;
}
.contact-card-title {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 35rem;
}
.contact-card-item {
  display: flex;
  align-items: center;
  padding-bottom: 30rem;
}
.contact-card-icon {
  width: 45rem;
}
.contact-card-cont {
  padding-left: 20rem;
}
.contact-card-by {
  font-weight: 400;
  color: #ffffff;
}
.contact-card-name {
  padding-top: 10rem;
  font-weight: bold;
  color: #ffffff;
}
.contact-branch-title {
  font-weight: bold;
  color: #3d3d3d;
}
.contact-branch-box {
  padding-top: 30rem;
  position: relative;
}
.contact-branch-list {
  padding-top: 30rem;
  display: flex;
  flex-wrap: wrap;
}
.contact-branch-item {
  width: calc((100% - 30rem) / 3);
  margin-right: 15rem;
  margin-bottom: 15rem;
  background: #ffffff;
  box-shadow: 0px 8px 46px 0px #e2ecf8;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.contact-branch-item:nth-child(3n) {
  margin-right: 0;
}
.contact-branch-item::after {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 258rem;
  height: 100%;
  background: url(./../esimg/icon/6-0bg2.png) no-repeat;
  background-size: 100% 100%;
}
.contact-page-main {
  background: url(./../esimg/img/contact-page-bg.png) no-repeat;
  background-size: 100% 100%;
}
.contact-branch-item {
  padding: 30rem 35rem 40rem;
}
.contact-branch-flex {
  display: flex;
  align-items: flex-end;
}
.contact-branch-name {
  font-weight: bold;
  color: #3d3d3d;
}
.contact-branch-lable {
  padding-left: 10rem;
  font-weight: 400;
  color: #3d3d3d;
  opacity: 0.6;
}
.contact-branch-city {
  position: absolute;
  top: 25rem;
  right: 25rem;
  font-weight: bold;
  color: #3297dd;
}
.contact-branch-city::after {
  width: 13rem;
  height: 19rem;
  position: absolute;
  content: "";
  top: calc(50% - 9.5rem);
  left: -20rem;
  background: url(./../esimg/icon/contact-location.png) no-repeat;
  background-size: 100% 100%;
}
.contact-branch-cont {
  padding-top: 25rem;
}
.contact-branch-text {
  padding-bottom: 10rem;
  font-weight: 400;
  color: #3d3d3d;
}
.contact-branch-swiper {
  overflow: hidden;
}
.contact-branch-navigation {
  position: absolute;
  display: flex;
  right: 0;
  top: 20rem;
}
.contact-branch-prev {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_l_hover.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 20rem;
}
.contact-branch-next {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/switch_r_hover.png) no-repeat;
  background-size: 100% 100%;
}

.contact-message-box {
  background: url(./../esimg/img/bg_message.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0 110rem;
}
.contact-message-form {
  padding-top: 40rem;
}
.contact-message-flex {
  display: flex;
  align-items: center;
}
.contact-message-item {
  position: relative;
  width: calc((100% - 50rem) / 3);
  margin-right: 25rem;
  background: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.contact-message-item:nth-child(3n) {
  margin-right: 0;
}
.contact-message-input {
  margin-left: 30rem;
  height: 56rem;
}
.contact-message-codes {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.contact-message-code {
  width: 149rem;
  height: 56rem;
}
.contact-message-refresh {
  width: 32rem;
  height: 32rem;
  margin-left: 20rem;
  margin-right: 25rem;
}
.contact-message-textarea {
  width: 100%;
  height: 240rem;
  background: #ffffff;
  border-radius: 28px;
  margin-top: 25rem;
  padding: 20rem 25rem 70rem 25rem;
}
.contact-message-texts {
  position: relative;
}
.contact-message-btn {
  position: absolute;
  right: 20rem;
  bottom: 25rem;
}
.case-list-max .index-case-item:hover .index-case-imgs::after {
  display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 30rem; */
    left: 5%;
  }
  .index-contact-slide {
    height: 240rem !important;
  }
  .index-contact-swiper {
    overflow: hidden;
    height: 750rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 35rem; */
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .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: 999 !important;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 120rem;
    will-change: transform;
  }
  .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;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-top: 0px;
  }
  .header-nav-on .header-nav-title::after {
    display: none;
  }
  .header-nav-text {
    margin: 0;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
  .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;
    z-index: 111;
    /* position: fixed; */
    left: auto;
    top: auto;
  }
  /* .footer-by-phone{
    position: fixed;
    left: 0;
    bottom: 0;
  } */
  .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;
  }

  .footer-right-qrcode {
    width: 160rem;
  }
  .footer-bottom-icon {
    width: 36rem;
    height: 40rem;
    margin-right: 10rem;
  }
  .footer-wap-tabs {
    display: flex !important;
    width: 100%;
    background: #024da0;
    /* height: 120rem; */
  }
  .footer-wap-item {
    width: 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25rem 0 30rem;
  }
  .footer-wap-item:nth-child(3) {
    width: 16%;
  }
  .footer-wap-item img {
    width: 60rem;
    height: 60rem;
  }
  .footer-wap-item .nor {
    display: block;
  }
  .footer-wap-item .sel {
    display: none;
  }
  .footer-wap-on .nor {
    display: none;
  }
  .footer-wap-on .sel {
    display: block;
  }
  .footer-wap-item p {
    font-weight: 400;
    text-align: center;
    height: 30rem;
    font-size: 12px;
    color: #efefef;
    padding-top: 10rem;
  }
  .footer-wap-on p {
    color: #efefef;
  }
  /* Ã¦â€°â€¹Ã¦Å“ÂºÃ¥Âºâ€¢Ã©Æ’Â¨ */
  @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);
    }
  }
  .footer-by-phone {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .footer-wap-phone {
    width: 100rem !important;
    height: 100rem !important;
    margin-top: -100%;
    /* position: fixed;
    right: 20rem;
    bottom: 100rem; */
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
  }
  .header-center-box {
    margin-top: 0;
  }
  .header-nav-on::after {
    display: none;
  }
  .header-phone-img {
    width: 36rem;
  }
  .index-about-left {
    position: relative;
    z-index: 3;
    left: auto;
    top: auto;
    padding: 100rem 60rem 59rem;
    width: 100%;
  }
  .index-about-text {
    padding-top: 60rem;
    width: 100%;
  }
  .index-about-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .index-about-item {
    flex: auto;
    width: 50%;
    margin-bottom: 40rem;
  }
  .index-about-circular {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .index-about-right {
    padding: 0 30rem;
  }
  .index-about-img {
    position: absolute;
    right: 100rem;
    top: 70rem;
    width: calc(100% - 200rem);
    height: auto;
  }
  .index-about-btn {
    right: auto;
    left: 80rem;
    bottom: 80rem;
  }
  .public-btn {
    width: 140rem;
    height: 140rem;
  }
  .index-about-box {
    padding-bottom: 100rem;
  }
  .index-service-box .main-center {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-service-right {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 0;
  }
  .index-service-item {
    width: calc((100% - 20rem) / 2);
    height: 120rem;
    margin-right: 20rem;
  }
  .index-service-item-plus {
    width: 100%;
    margin-right: 0;
  }
  .index-service-decs {
    width: 100%;
  }
  .index-service-left {
    position: relative;
    z-index: 2;
    margin-top: 140rem;
    width: 100%;
    height: calc(100vw - 100rem);
  }
  .index-service-left::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 10rem;
    width: calc(100vw - 100rem);
    height: calc(100vw - 100rem);
    background: linear-gradient(111deg, #0455b9 0%, #e6edf6 100%);
    border-radius: 50%;
  }
  .index-service-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .index-service-circle-text {
    display: none;
  }
  .index-service-circle-img {
    width: 130rem;
  }
  .index-service-circle-teim:nth-child(1) {
    top: 180rem;
    right: 84%;
  }
  .index-service-circle-teim:nth-child(2) {
    top: 0rem;
    right: 74%;
  }
  .index-service-circle-teim:nth-child(3) {
    top: -80rem;
    right: calc(50% - 65rem);
  }
  .index-service-circle-teim:nth-child(4) {
    top: 0rem;
    left: 74%;
  }
  .index-service-circle-teim:nth-child(5) {
    bottom: auto;
    top: 180rem;
    left: 84%;
  }
  .index-service-swiper {
    margin-top: calc(0rem - ((100vw - 100rem) / 2));
    background: #f2f5f9;
  }
  .index-service-box .public-title-box {
    width: 100%;
  }
  .index-service-box .public-title-en {
    text-align: center;
  }
  .index-service-box .public-title-cn {
    text-align: center;
  }
  .index-service-box .public-title-box::after {
    content: "";
    left: calc(50% - 29rem);
    top: 15rem;
    width: 58rem;
    height: 38rem;
  }
  .index-service-prev {
    width: 70rem;
    height: 70rem;
    margin-right: 0;
  }
  .index-service-next {
    width: 70rem;
    height: 70rem;
  }
  .index-service-box::after {
    display: none;
  }
  .index-case-content {
    width: 100%;
    padding: 0 30rem;
  }
  .index-case-navigation {
    margin-top: 40rem;
  }
  .index-case-cont {
    height: auto;
    min-height: 160rem;
  }
  .index-case-name::after {
    left: -20rem;
    top: calc(50% - 9rem);
    width: 12rem;
    height: 18rem;
  }
  .index-case-types {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 75rem;
    flex-wrap: wrap;
    padding: 0 20rem;
    margin-top: 40rem;
  }
  .index-case-type {
    margin-bottom: 20rem;
  }
  .index-case-swiper {
    padding-top: 40rem;
  }
  .index-news-cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .index-news-name {
    width: 60vw;
    padding-left: 0;
  }
  .index-news-cont {
    padding-left: 20rem;
  }
  .index-news-item {
    padding: 20rem 30rem;
  }
  .index-news-text {
    display: none;
  }
  .index-news-show .index-news-hover {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .index-news-hover .index-news-name {
    width: 60vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10rem;
  }
  .index-news-img-wrapper {
    width: 80rem;
    height: 80rem;
  }
  .index-news-hover .index-news-img-wrapper {
    width: 120rem;
    height: 120rem;
    position: relative;
    margin-right: 30rem;
  }
  .index-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .index-news-types {
    padding-top: 40rem;
  }
  .index-news-box .public-title-en {
    text-align: center;
  }
  .index-news-box .public-title-cn {
    text-align: center;
  }
  .index-news-box .public-title-box::after {
    content: "";
    left: calc(50% - 29rem);
    top: 15rem;
    width: 58rem;
    height: 38rem;
  }
  .index-contact-map {
    padding-top: 40rem;
  }
  .index-map-bg {
    width: 100%;
  }
  .index-contact-right {
    width: 100%;
    padding-left: 0;
    padding-top: 60rem;
    position: relative;
  }
  .index-contact-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-contact-slide {
    width: 100%;
    height: 320rem !important;
    background: #ffffff;
    box-shadow: 0px 8px 20px 0px #e2ecf8;
    border-radius: 8px;
    padding: 0 30rem;
  }
  .index-contact-slide-right {
    padding-left: 44rem;
    width: 80%;
  }
  .index-contact-swiper {
    overflow: hidden;
    height: 990rem;
  }
  .index-contact-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-contact-prev {
    position: relative;
    top: auto;
    right: auto;
    width: 70rem;
    height: 70rem;
    background: url(./../esimg/icon/switch_up.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin: 0 40rem;
  }
  .index-contact-next {
    position: relative;
    bottom: auto;
    right: auto;
    width: 70rem;
    height: 70rem;
    background: url(./../esimg/icon/switch_down.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    margin: 0 40rem;
  }
  .public-mesage-center {
    flex-direction: column;
  }
  .public-mesage-name {
    text-align: center;
  }
  .public-mesage-form {
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding-top: 30rem;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .public-mesage-input {
    width: 100%;
    height: 70rem;
    margin-bottom: 15rem;
    border-radius: 23px;
    padding-left: 30rem;
    border-right: 1px solid #d3d3d3;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
  }
  .public-mesage-btn {
    cursor: pointer;
    position: relative;
    margin-left: 0;
    width: 100%;
    height: 70rem;
    color: #fff;
    background: #73ba2e;
    padding-right: 50rem;
  }
  .public-mesage-btn::after {
    content: "";
    width: 24rem;
    height: 16rem;
    position: absolute;
    right: calc(50% - 70rem);
    top: calc(50% - 6rem);
    background: url(./../esimg/icon/sending_icon.png) no-repeat;
    background-size: 100% 100%;
  }
  .public-footer-box {
    position: relative;
    padding-bottom: 160rem;
  }
  .footer-center-left {
    display: flex;
    align-items: flex-start;
    padding-bottom: 40rem;
    flex-direction: column;
  }
  .footer-qrcode-box {
    position: absolute;
    right: 25rem;
    top: 80rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-center-item {
    margin-bottom: 20rem;
  }
  .footer-center-item {
    display: flex;
    align-items: flex-start;
    margin-right: 0;
  }
  .footer-center-cont {
    padding-left: 20rem;
  }
  .about-content-box {
    display: flex;
    padding-top: 40rem;
    flex-direction: column;
  }
  .about-content-left {
    width: 100%;
  }
  .about-content-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40rem;
  }
  .about-content-right .index-about-circular {
    right: auto;
  }
  .about-content-right .index-about-img {
    position: absolute;
    right: 50rem;
    top: 50rem;
    width: calc(100% - 100rem);
    height: auto;
  }
  .about-decs-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-decs-img {
    width: 100%;
  }
  .about-decs-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40rem;
  }
  .about-main-box::after,
  .bottom-logo-gray::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 120rem;
    background: url(./../esimg/img/2-0bottom_logo.png) no-repeat center;
    background-size: 100% 100%;
  }
  .about-main-box {
    padding-bottom: 120rem;
  }
  .history-content-box {
    padding: 320rem 0 0;
  }
  .history-content-swiper-wap {
    position: absolute;
    top: 100rem;
    left: 50rem;
    width: calc(100% - 100rem);
    overflow: hidden;
    height: 100%;
  }
  .history-content-item {
    left: 0;
    top: 0;
    width: calc(100% - 100rem);
  }
  .history-contact-wap-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 40rem;
  }
  .history-contact-wap-prev {
    cursor: pointer;
    width: 70rem;
    height: 70rem;
    margin: 0 40rem;
    background: url(./../esimg/icon/switch_l.png) no-repeat;
    background-size: 100% 100%;
  }
  .history-contact-wap-next {
    cursor: pointer;
    width: 70rem;
    height: 70rem;
    margin: 0 40rem;
    background: url(./../esimg/icon/switch_r.png) no-repeat;
    background-size: 100% 100%;
  }
  .team-item-box {
    width: 100%;
    margin-right: 0;
  }
  .public-page-link {
    width: 70rem;
    height: 70rem;
  }
  .public-page-perv {
    background: url(./../esimg/icon/page-arr-gray.svg) no-repeat center;
    background-size: 16rem 28rem;
    background-color: #fff;
  }
  .public-page-next {
    background: url(./../esimg/icon/page-arr-gray.svg) no-repeat center;
    background-size: 16rem 28rem;
    background-color: #fff;
  }
  .honor-item-box {
    width: 100%;
    margin-right: 0;
  }
  .service-cooperation-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .service-cooperation-content {
    margin-top: -60rem;
    height: 700rem;
  }
  .service-cooperation-name {
    width: calc(100% - 64rem);
  }
  .service-cooperation-by::before {
    top: calc(50% - 16rem);
    width: 32rem;
    height: 32rem;
  }
  .service-cooperation-by {
    padding-left: 10rem;
  }
  .service-flow-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 60rem;
  }
  .service-flow-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    padding-bottom: 15rem;
    display: flex;
    align-items: center;
  }
  .service-flow-text {
    font-weight: bold;
    color: #292929;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    text-align: center;
  }
  .service-flow-item::before {
    content: "";
    position: absolute;
    display: none;
  }
  .service-flow-number-box {
    width: 100rem;
  }
  .service-flow-number-bg {
    width: 100%;
    margin: 0;
  }
  .service-flow-text {
    padding-left: 20rem;
  }
  .service-flow-text {
    font-size: 32rem;
  }
  .service-advantage-item:nth-child(1),
  .service-advantage-item:nth-child(2),
  .service-advantage-item:nth-child(3),
  .service-advantage-item:nth-child(4) {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 245rem;
    background: #f3f5f9;
    border-radius: 16px;
    border: 2px solid #ffffff;
    padding: 45rem 0 0 0;
  }
  .service-advantage-swiper {
    width: calc(100% - 60rem);
    margin: 40rem auto 0;
    position: relative;
    padding-bottom: 40rem;
    /* overflow-x: hidden; */
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
    }
  }

  .service-advantage-bg {
    animation: rotate 8s linear infinite;
    -webkit-animation: rotate 8s linear infinite;
  }
  .service-advantage-bg {
  }
  .service-advantage-name {
    text-align: center;
  }
  .service-advantage-text {
    text-align: center;
  }
  .service-advantage-item::after {
    content: "";
    position: absolute;
    right: calc(50% - 20rem);
    top: -20rem;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
  }
  .service-advantage-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0rem !important;
  }
  .service-advantage-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #73ba2e;
  }
  .service-list-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30rem;
    flex-direction: column;
  }
  .service-card-item {
    width: 100%;
    min-height: 300rem;
  }
  .service-card-point {
    padding-left: 40rem;
  }
  .service-card-point::after {
    content: "";
    position: absolute;
    width: 24rem;
    height: 24rem;
    top: 8rem;
    left: 0;
  }
  .service-card-rank {
    width: 70%;
  }
  .service-img-swiper {
    padding-bottom: 100rem;
    padding-top: 40rem;
  }
  .service-swiper-prev {
    width: 70rem;
    height: 70rem;
    margin: 0 11rem;
  }
  .service-swiper-next {
    width: 70rem;
    height: 70rem;
    margin: 0 11rem;
  }
  .service-small-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .service-small-content {
    height: 260rem;
    margin-top: -60rem;
  }
  .service-small-title {
    height: 122rem;
  }
  .service-analysis-box {
    display: flex;
    padding-top: 50rem;
    flex-direction: column;
  }
  .service-analysis-img {
    width: 100%;
  }
  .service-analysis-main {
    width: 100%;
    padding-left: 0;
    padding-top: 40rem;
  }
  .service-analysis-desc {
    width: fit-content;
  }
  .service-analysis-gray-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
    position: relative;
  }
  .service-analysis-gray-item .service-small-content {
    height: 400rem;
    padding-left: 40rem;
    padding-right: 40rem;
  }
  .service-benefit-box {
    padding: 80rem 0;
    display: flex;
    flex-direction: column;
  }
  .service-benefit-left {
    width: 100%;
    padding-right: 0;
  }
  .service-benefit-name {
    width: 200rem;
    margin-right: 50rem;
  }
  .service-benefit-img {
    width: 100%;
    margin-top: 50rem;
  }
  .service-guarantee-content {
  }
  .service-guarantee-center {
    height: 900rem;
  }
  .service-guarantee-item {
    width: 100%;
  }
  .service-guarantee-item:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 50rem;
  }
  .service-guarantee-item:nth-child(2) {
    bottom: 150rem;
    left: 0;
  }
  .service-guarantee-icon {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
  }
  .service-guarantee-img {
    width: 300rem;
    height: 300rem;
    position: absolute;
    top: calc(50% - 150rem - 50rem);
    left: calc(50% - 150rem);
  }
  .case-list-item {
    width: 100%;
    margin-right: 0;
  }
  .service-sales-cont {
    width: 100%;
    padding-right: 0;
  }
  .service-sales-flex {
    display: flex;
    align-items: center;
    margin-bottom: 80rem;
    flex-direction: column;
  }
  .service-sales-img {
    width: 100%;
    margin-top: 20rem;
  }
  .service-sales-flex:nth-child(2n) {
    flex-direction: column;
  }
  .service-sales-flex:nth-child(2n) .service-sales-cont {
    padding-left: 0;
  }
  .service-sales-row {
    display: flex;
    flex-direction: column;
  }
  .service-sales-card {
    width: 100%;
    margin-right: 0;
    background: #f3f5f9;
    border-radius: 10px;
    margin-bottom: 50rem;
  }
  .sales-card-content {
    padding: 50rem 20rem;
  }
  .sales-card-point {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20rem;
  }
  .sales-card-list {
    flex-wrap: wrap;
  }
  .sales-gray-list .service-small-card {
    width: 100%;
    margin-right: 0;
  }
  .public-banner-cont {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 50rem;
  }
  .public-banner-name::after {
    display: none;
  }
  .news-list-item {
    flex-direction: column;
  }
  .news-list-img {
    width: 100%;
  }
  .news-list-content {
    width: 100%;
    padding: 30rem 0 0 0rem;
  }
  .news-list-item::after {
    top: calc(100% - 90rem);
  }
  .news-main-box {
    display: flex;
    padding: 60rem 0 140rem;
    flex-direction: column;
  }
  .news-main-left {
    width: 100%;
  }
  .news-article-row {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20rem 30rem;
  }
  .news-article-point {
    margin: 10rem 0;
  }
  .news-article-icon {
    width: 32rem;
  }
  .news-article-menu {
    height: 160rem;
  }
  .news-article-link {
    margin: 10rem 0;
  }
  .news-main-right {
    width: 100%;
    padding-left: 0;
    margin-top: 80rem;
  }
  .news-recommend-item {
    height: 300rem;
  }
  .news-recommend-item::before {
    width: 56rem;
  }
  .news-recommend-item:hover::after {
    width: 40%;
  }
  .contact-content-flex {
    flex-direction: column;
  }
  .contact-content-flex .index-map-bg {
    width: 100%;
  }
  .contact-content-right {
    width: 100%;
    padding-left: 0;
  }
  .contact-right-card {
    width: 100%;
    margin-top: 40rem;
  }
  .contact-card-item {
    align-items: flex-start;
  }
  .contact-card-icon {
    width: 62rem;
  }
  .contact-branch-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25rem;
  }
  .contact-branch-item::after {
    width: 388rem;
  }
  .contact-branch-box {
    padding-top: 50rem;
  }
  .contact-branch-navigation {
    top: 50rem;
  }
  .contact-branch-city::after {
    width: 22rem;
    height: 32rem;
    position: absolute;
    content: "";
    top: calc(50% - 16rem);
    left: -32rem;
  }
  .contact-message-flex {
    flex-wrap: wrap;
  }
  .contact-message-item {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20rem;
  }
  .contact-message-input {
    margin-left: 30rem;
    height: 70rem;
  }
  .contact-message-code {
    width: 180rem;
    height: 70rem;
  }
  .contact-message-textarea {
    width: 100%;
    height: 240rem;
    background: #ffffff;
    border-radius: 20px;
    margin-top: 0;
    padding: 20rem 25rem 70rem 25rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .contact-message-btn {
    right: auto;
    bottom: auto;
    margin-top: 20rem;
  }
  .contact-message-box .public-mesage-p {
    text-align: center;
  }
  .honor-item-text {
    height: 140rem;
  }
  .header-phone-box {
    padding-right: 70rem;
  }
  .index-service-btn {
    right: 30rem;
    bottom: -50rem;
    display: flex !important;
  }
}
@media screen and (max-width: 450px) {
  .font-size-40 {
    font-size: 24px;
    line-height: 1.4;
  }
  .font-size-30 {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-size-20 {
    font-size: 16px;
    line-height: 1.4;
  }
  .index-news-hover .index-news-name {
    font-size: 16px;
  }
  .honor-item-text {
    font-size: 14px;
  }
}
