@font-face {
  font-family: Montserrat;
  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;
  z-index: 111;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* background: rgba(255, 255, 255, 0.9); */
  /* background: #e7ebf0; */
  padding: 0 80rem;
}
.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: 30rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
.header-phone-box {
  display: flex;
  align-items: center;
  padding-left: 80rem;
}
.header-phone-img {
  width: 28rem;
}
.header-phone-number {
  padding-left: 10rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.header-main-box-hover .header-phone-number {
  color: #262626;
}

.header-nav-box {
  display: flex;
}
.header-nav-item {
  padding: 20rem 30rem 0;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  font-family: Arial;
  font-weight: 400;
  position: relative;
  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;
}
.header-main-box-hover .header-nav-title {
  color: #262626;
}
.header-nav-title:hover {
  /* color: #3e71e8; */
}
.header-center-logo {
  width: 192rem;
  margin-top: 45rem;
}
.header-center-logo img {
  width: 100%;
}
.header-nav-section {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  /* z-index: 111; */
  /* background: rgba(0, 0, 0, 0.6); */
  background: #fff;
  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-section::after {
  content: "";
  position: absolute;
  top: 140rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d7e1e6;
}
.header-nav-item:hover .header-nav-section {
  height: auto;
  padding-top: 140rem;
}
.header-nav-section-left {
  width: 520rem;
  height: 460rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-right: 1px solid rgba(215, 225, 230, 1);
}
.header-nav-section-item {
  padding: 20rem 0;
}

.header-nav-section-fisrt {
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  padding-right: 40rem;
  position: relative;
  cursor: pointer;
}
.header-nav-section-item-on .header-nav-section-fisrt {
  color: #00a1ea;
}
.header-nav-section-fisrt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  background: #00a1ea;
  opacity: 0;
}
.header-nav-section-item-on .header-nav-section-fisrt::after {
  opacity: 1;
}
.header-nav-section-section {
  display: none;
}
.header-nav-section-right {
  width: calc(100% - 520rem);
}
.header-nav-section-content {
  padding: 0 80rem;
  display: flex;
}
.header-nav-section-row {
  width: 30%;
}
.header-nav-section-link {
  padding-left: 22rem;
  position: relative;
  color: #5d6574;
  margin: 20rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-section-link:hover {
  color: #00bd74;
}
.header-nav-section-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  background: #5d6574;
}
.header-nav-section-link:hover::after {
  background: #00bd74;
}
.header-nav-text {
  text-align: center;
  color: #fff;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-on::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 28rem);
  width: 32rem;
  height: 4rem;
  background: url(./../esimg/icon/header-name-decorate.png) no-repeat;
  background-size: 100% 100%;
}
.header-nav-text:hover {
  color: #0860c1;
}
.header-nav-on .header-nav-title {
  /* color: #0860c1; */
}
.header-nav-section-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20rem 260rem;
}
.header-nav-section-main .header-nav-section-link {
  margin-left: 30rem;
  margin-right: 30rem;
}
.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: flex-end;
  bottom: 52rem !important;
  padding-right: 150rem;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 19rem;
  height: 19rem;
  border: 1rem solid #00bd74;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  margin: 0 9rem !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: #00bd74;
}
.header-nav-item:last-child {
  padding-right: 0;
}

.header-contact-box {
  display: flex;
  align-items: center;
}
.header-main-box .nor {
  display: block;
}
.header-main-box .sel {
  display: none;
}
.header-main-box-hover .nor {
  display: none;
}
.header-main-box-hover .sel {
  display: block;
}
.header-phone-icon {
  width: 16rem;
}
.header-email-icon {
  width: 24rem;
}
.banner-keyword-box {
  position: absolute;
  z-index: 11;
  bottom: 50rem;
  left: 150rem;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-keyword-box p {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
}
.banner-keyword-box a {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  margin-left: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.banner-keyword-box a:hover {
  opacity: 1;
}
.index-product-box {
  padding: 110rem 0 60rem;
}
.public-title {
  text-align: center;
  font-size: 50rem;
  font-family: Montserrat;
  font-weight: bold;
  color: #262626;
  position: relative;
  line-height: 1;
  padding-bottom: 30rem;
}
.public-title::after {
  content: "";
  position: absolute;
  left: calc(50% - (455rem / 2));
  bottom: 0;
  width: 455rem;
  height: 8rem;
  background: url(./../esimg/icon/title_icon_center.png) no-repeat;
  background-size: 100% 100%;
}
.index-product-content {
  padding-top: 70rem;
}
.index-product-swiper {
  position: relative;
}
.index-product-img {
  width: 100%;
  position: relative;
  transition: all 0.5s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-product-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transition: all 0.01s;
  -webkit-transition: all 0.01s;
  -moz-transition: all 0.01s;
  -ms-transition: all 0.01s;
  -o-transition: all 0.01s;
}
.index-product-swiper .swiper-slide-active::after {
  opacity: 0;
  display: none;
}
.swiper-slide-active .index-product-img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-product-prev {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  right: 23.5%;
  top: calc(50% - 23rem);
  width: 46rem;
  height: 46rem;
  background: url(./../esimg/icon/right-blue.png) no-repeat;
  background-size: 100% 100%;
}
.index-product-next {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  left: 23.5%;
  top: calc(50% - 23rem);
  width: 46rem;
  height: 46rem;
  background: url(./../esimg/icon/left-blue.png) no-repeat;
  background-size: 100% 100%;
}
.hiding {
  opacity: 0;
}
.index-oem-box {
  padding: 70rem 0 140rem 160rem;
}
.public-title-left {
  text-align: left;
}
.public-title-left::after {
  left: 0;
  width: 224rem;
  height: 8rem;
  background: url(./../esimg/icon/title_icon_left.png) no-repeat;
  background-size: 100% 100%;
}
.index-oem-content {
  display: flex;
  align-items: flex-start;
}
.index-oem-left {
  width: 970rem;
  padding-right: 80rem;
}
.index-oem-decs {
  padding: 35rem 0;
}
.index-oem-decs p {
  padding-bottom: 20rem;
  line-height: 1.6;
}
.index-oem-decs p:last-child {
  padding-bottom: 0;
}
.index-oem-img {
  width: 100%;
}

.public-btn {
  width: 160rem;
  height: 50rem;
  background: #00bd74;
  border: 1px solid #00bd74;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.public-btn .button__flair:before {
  background-color: #fff;
  border: 1px solid #00bd74;
  color: #00bd74;
}
.public-btn:hover span {
  transition: color 0.5s ease-in-out;
  z-index: 2;
  color: #00bd74;
}
.index-oem-process {
  padding-top: 50rem;
}
.index-oem-process-title {
  font-family: Arial;
  font-weight: bold;
  color: #262626;
}
.index-oem-row {
  display: flex;
  align-items: center;
  padding-top: 20rem;
}
.index-oem-item {
  display: flex;
  align-items: center;
  padding-right: 75rem;
  position: relative;
}
.index-oem-item:last-child {
  padding-right: 0;
}
.index-oem-item::after {
  content: "";
  position: absolute;
  right: 12rem;
  top: calc(50% - 6rem);
  width: 51rem;
  height: 12rem;
  background: url(./../esimg/icon/1-0oem_process.png) no-repeat;
  background-size: 100% 100%;
}
.index-oem-item:last-child::after {
  display: none;
}
.index-oem-process-no {
  font-family: Arial;
  font-weight: bold;
  color: #00a1ea;
  width: 30rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00a1ea;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.index-oem-process-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  padding-left: 6rem;
}
.index-oem-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: -85rem;
}
.index-oem-bottom-left {
  width: 1089rem;
}
.index-oem-bottom-right {
  width: 407rem;
  margin-left: 45rem;
}
.index-product-item {
  position: relative;
}
.index-product-cont {
  position: absolute;
  left: 30rem;
  /* bottom: 50rem; */
  top: 50rem;
  z-index: 11;
}
.index-product-cont-name {
  font-weight: bold;
  color: #ffffff;
}
.public-btn-white {
  background: none;
  border: 1px solid #ffffff;
}
.index-product-list {
  padding: 45rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 300rem;
}
.index-product-points {
  width: 150rem;
  padding-left: 25rem;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.index-product-points::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  background: #49f296;
}
.swiper-slide .index-product-cont {
  display: none;
}
.swiper-slide-active .index-product-cont {
  display: block;
}
.index-solutions-box {
  position: relative;
}
.index-solutions-img {
  width: 100%;
  opacity: 0;
  display: none;
}
.index-solutions-show {
  opacity: 1;
  display: block;
}
.index-solutions-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 100rem;
}
.index-solutions-main::after {
  content: "";
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 547rem;
  background: linear-gradient(to top, rgba(4, 163, 234, 0.8) 0%, rgba(4, 163, 234, 0) 100%);
}
.index-solutions-main .public-title {
  color: #ffffff;
}
.index-solutions-content {
  position: absolute;
  bottom: 60rem;
  width: 100%;
}
.index-solutions-flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 21;
}
.index-solutions-item {
  width: 300rem;
  position: relative;
}
.index-solutions-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 20rem);
  right: -100rem;
  width: 194rem;
  border: 1px dashed #ffffff;
  opacity: 0.7;
}
.index-solutions-item:last-child::after {
  display: none;
}
.index-solutions-icon {
  width: 79rem;
  height: 79rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.index-solutions-icon img {
  width: 60rem;
}
.index-solutions-text {
  padding-top: 20rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-solutions-on .index-solutions-icon::before {
  position: absolute;
  content: "";
  left: calc(50% - 49rem);
  top: -10rem;
  width: 95rem;
  height: 95rem;
  background: url(./../esimg/icon/index-case-outline.png) no-repeat;
  background-size: 100% 100%;
  animation: rotateAnimation 20s linear infinite;
}
.index-solutions-center {
  position: relative;
  z-index: 21;
  padding-bottom: 40rem;
}
.index-solutions-cont {
  display: none;
}
.index-solutions-open {
  display: block;
}
.index-solutions-cont-name {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 30rem;
}
.index-solutions-cont-text {
  text-align: center;
  width: 1070rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  padding-bottom: 30rem;
}
.index-solutions-cont .public-btn {
  margin: 0 auto;
}
.index-advantage-box {
  padding: 100rem 0 160rem;
}

.index-advantage-main {
  display: flex;
  padding-top: 50rem;
}
.index-advantage-item {
  position: relative;
  width: 300rem;
  height: 519rem;
  background: url(./../esimg/img/ad_bg02.png) no-repeat, linear-gradient(180deg, #d0effd 0%, #ffffff 70%);
  background-size: 100% 100%;
  box-shadow: 5px 8px 98px 0px rgba(181, 225, 251, 0.72);
  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-advantage-plus {
  width: calc(100% - (300rem * 3));
  background: url(./../esimg/img/1-0bg1.png) no-repeat, linear-gradient(to bottom, #00a1ea 19%, #feffff 100%);
  background-size: 100% 100%;
  box-shadow: 5px 8px 98px 0px rgba(181, 225, 251, 0.72);
}
.index-advantage-item::after {
  content: "";
  position: absolute;
  top: 195rem;
  left: calc(50% - 16rem);
  background: url(./../esimg/icon/ysd.png) no-repeat;
  background-size: 100% 100%;
  width: 32rem;
  height: 4rem;
}
.index-advantage-name {
  font-weight: bold;
  color: #262626;
  text-align: center;
  padding-top: 70rem;
  width: 200rem;
  margin: 0 auto;
}
.index-advantage-plus .index-advantage-name {
  margin-left: 50rem;
  color: #fff;
  width: max-content;
}
.index-advantage-plus::after {
  display: none;
}
.index-advantage-icon {
  position: absolute;
  left: calc(50% - 120rem);
  bottom: 30rem;
  width: 240rem;
}
.index-advantage-text {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  padding: 27rem 54rem 0;
  display: none;
}
.index-advantage-plus .index-advantage-text {
  display: block;
}
.index-advantage-plus .index-advantage-icon {
  left: 40rem;
}
.index-advantage-btn {
  position: absolute;
  bottom: 30rem;
  right: 54rem;
  width: 220rem;
  display: none;
}
.index-advantage-plus .index-advantage-btn {
  display: flex;
}
.index-advantage-png {
  width: 35rem;
  height: 29rem;
  margin-right: 9rem;
}
.index-advantage-svg {
  width: 35rem;
  height: 29rem;
  margin-right: 9rem;
  display: none;
}
.index-advantage-btn span {
  display: flex;
  align-items: center;
}
.public-btn:hover span .index-advantage-png {
  display: none;
}
.public-btn:hover span .index-advantage-svg {
  display: block;
}
.index-about-box {
  position: relative;
}
.index-about-bg {
  width: 100%;
}
.index-about-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 110rem;
}
.index-about-main .public-title {
  color: #fff;
}
.index-about-content {
  display: flex;
  align-items: flex-start;
  padding-top: 90rem;
}
.index-abouts-left {
  width: 950rem;
}
.index-abouts-right {
  width: calc(100% - 950rem);
}
.index-about-img {
  width: 100%;
}
.index-about-decs {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.index-about-decs p {
  line-height: 1.6;
  padding-bottom: 40rem;
}
.index-about-flex {
  display: flex;
}
.index-about-item {
  flex: 1;
}
.index-about-number {
  font-weight: bold;
  color: #4ec8ff;
}
.index-about-util {
  margin-left: -10rem;
}
.index-about-p {
  width: 148rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
}
.index-about-util sup {
  font-size: 20rem;
}
.index-about-btn {
  margin-top: 70rem;
}
.index-service-box {
  position: relative;
}
.index-service-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-service-main {
  padding-top: 90rem;
  position: relative;
  padding-bottom: 35rem;
  width: 100%;
}
.index-service-decs {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  width: 1000rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 20rem;
}
.index-service-btn {
  margin: 25rem auto 0;
}
.index-service-img {
  width: 100%;
}
.index-service-content {
  width: 1426rem;
  margin: 0rem auto 0;
  position: relative;
}
.index-news-box {
  padding: 90rem 0 120rem;
  background: #f1f8fa;
}
.index-news-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-tabs {
  display: flex;
  align-items: flex-end;
}
.index-news-tab {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  margin-left: 80rem;
  position: relative;
  z-index: 1;
}
.index-news-active::after {
  content: "";
  z-index: -1;
  width: calc(100% + 20rem);
  height: 14rem;
  background: #00bd74;
  border: 1px solid #00bd74;
  opacity: 0.8;
  position: absolute;
  left: -10rem;
  bottom: 0;
}

.index-news-content {
  padding-top: 45rem;
  display: flex;
  /* display: none; */
}
.index-news-open {
  display: flex;
}
.index-news-max {
  overflow: hidden;
  padding-bottom: 50rem;
}
.index-news-max .index-news-slide {
  opacity: 0 !important;
}
.index-news-max .index-news-max-wrapper .index-news-slide {
  opacity: 1 !important;
}
.index-news-left {
  width: 1100rem;
  padding-right: 50rem;
}
.index-news-right {
  width: calc(100% - 1100rem);
  position: relative;
}
.index-news-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 70rem;
}
.index-news-swiper-item {
  background: #ffffff;
  box-shadow: 5px 8px 38px 0px rgba(220, 231, 238, 0.72);
}
.index-news-swiper-item:hover {
  background: #03a2ea;
}
.index-news-img {
  width: 100%;
}
.index-news-cont {
  padding: 40rem 30rem 40rem 50rem;
  height: 320rem;
}
.index-news-date {
  font-weight: 500;
  color: #03a2ea;
  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-swiper-item:hover .index-news-date {
  color: #fff;
}
.index-news-title {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  padding-top: 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* è¶…å‡º4è¡Œéšè— */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-swiper-item:hover .index-news-title {
  color: #fff;
}
.index-news-type {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
  padding-top: 50rem;
  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-swiper-item:hover .index-news-type {
  color: #fff;
}
.index-news-pagination {
  position: absolute;
  bottom: 0rem !important;
}
.swiper-pagination-bullet {
  width: 17rem;
  height: 17rem;
  border: 1px solid #00bd74;
  background: transparent;
  opacity: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #00bd74;
}
.index-news-uad {
  height: 623rem;
  overflow: hidden;
}
.public-news-item {
  padding: 25rem 35rem 31rem;
  background: #fff;
  position: relative;
}
.public-news-item::after {
  content: "";
  position: absolute;
  right: 35rem;
  bottom: 35rem;
  width: 28rem;
  height: 18rem;
  background: url(./../esimg/icon/more_green.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.public-news-item:hover::after {
  opacity: 1;
}
.public-news-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00bd74;
  width: 0;
  height: 2rem;
  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-news-item:hover::before {
  width: 100%;
}
.public-news-date {
  font-weight: 500;
  color: #03a2ea;
}
.public-news-item:hover .public-news-date {
  color: #00bd74;
}
.public-news-name {
  padding-top: 20rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-news-type {
  padding-top: 25rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
}
.index-news-btn {
  position: absolute;
  right: 0;
  bottom: -20rem;
}
.public-contact-box {
  background: url(./../esimg/img/public_contact_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0 70rem;
}
.public-contact-title {
  font-size: 50rem;
  font-weight: bold;
  color: #ffffff;
}
.public-contact-content {
  display: flex;
  align-items: flex-start;
}
.public-contact-left {
  padding-top: 40rem;
  width: 670rem;
}
.public-contact-item {
  display: flex;
  align-items: center;
  padding-bottom: 20rem;
}
.public-contact-icon {
  width: 50rem;
  height: 50rem;
}
.public-contact-phone {
  font-weight: 500;
  color: #ffffff;
  padding-left: 20rem;
}
.public-contact-text {
  width: 440rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  padding-left: 20rem;
}
.public-contact-right {
  width: calc(100% - 670rem);
}
.public-contact-message {
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.public-contact-form {
  padding-top: 25rem;
  position: relative;
}
.contact-form-item {
  width: calc((100% - 45rem) / 3);
  height: 50rem;
  border: 1px solid #ffffff;
  background: none;
  padding-left: 25rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  margin-right: 16rem;
  margin-bottom: 16rem;
}
.contact-form-item:nth-child(3n) {
  margin-right: 0;
}
/* çŽ°ä»£æµè§ˆå™¨æ ‡å‡† */
.contact-form-item::placeholder {
  color: #ffffff;
  opacity: 0.7;
  font-family: Arial;
  font-weight: 400;
}
.contact-form-textarea {
  width: 100%;
  height: 142rem;
  background: none;
  border: 1px solid #ffffff;
  padding: 20rem 25rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.contact-form-textarea::placeholder {
  color: #ffffff;
  opacity: 0.7;
  font-family: Arial;
  font-weight: 400;
}
.public-contact-btn {
  position: absolute;
  right: 10rem;
  bottom: 20rem;
}
.public-footer-box {
  padding-top: 85rem;
}
.footer-nav-box {
  display: flex;
  justify-content: space-between;
}
.footer-nav-item {
  width: fit-content;
}
.footer-nav-first {
  padding-left: 14rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  position: relative;
}
.footer-nav-first::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  background: #00bd74;
}
.footer-nav-ul {
  padding-top: 30rem;
}
.footer-nav-li {
  font-family: Arial;
  font-weight: 400;
  color: rgba(38, 38, 38, 0.6);
  margin-bottom: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-nav-li:hover {
  color: #00bd74;
}
.footer-bottom-box {
  padding-top: 60rem;
  padding-bottom: 60rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-logo-img {
  margin-top: 15rem;
  margin-bottom: 30rem;
  width: 228rem;
}
.footer-bottom-text {
  font-size: 14px;
  margin-bottom: 15rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  opacity: 0.6;
  display: flex;
}
.footer-bottom-right {
  display: flex;
}
.footer-bottom-codes {
  margin-left: 27rem;
}
.footer-bottom-code {
  width: 150rem;
}
.footer-bottom-code-by {
  padding-top: 10rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
  text-align: center;
}
.friendly-links-box {
  display: flex;
  flex-wrap: wrap;
  padding: 12rem 20rem;
  border-top: 1px solid rgba(215, 226, 229, 1);
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
}
.friendly-links-box a {
  margin-left: 10rem;
}
.public-banner-box {
  width: 100%;
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banner-main {
  position: absolute;
  left: 160rem;
  top: 200rem;
  width: calc(100% - 320rem);
}
.product-banner-box .public-banner-main {
  display: flex;
  justify-content: space-between;
}
.public-banner-name {
  font-weight: bold;
  color: #ffffff;
  font-size: 50rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.public-banner-name::after {
  content: "";
  z-index: -1;
  width: 72px;
  height: 72px;
  background: #00bd74;
  position: absolute;
  left: 0;
  bottom: 0;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20rem;
  margin-top: 30rem;
}
.public-crumbs-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9.5rem);
  width: 12rem;
  height: 17rem;
  background: url(./../esimg/icon/weizhi.png) no-repeat;
  background-size: 100% 100%;
}
.public-crumbs-link {
  position: relative;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  padding-right: 20rem;
}
.public-crumbs-link::after {
  content: "-";
  position: absolute;
  right: 7rem;
}
.public-crumbs-link:last-child::after {
  display: none;
}
.public-keyword-box {
  position: absolute;
  left: 160rem;
  bottom: 20rem;
  width: calc(100% - 160rem - 160rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
}
.public-keyword-box a {
  margin-left: 10rem;
  color: #ffffff;
}
.public-tab-box {
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #cdd4de;
}
.public-tab-item {
  flex: 1;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-weight: bold;
  color: #262626;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-tab-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3rem;
  background: #00a1ea;
  width: 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;
}
.public-tab-on,
.public-tab-item:hover {
  color: #00a1ea;
}
.public-tab-on:after {
  width: 100%;
}
.product-list-box {
  display: flex;
  flex-wrap: wrap;
  padding: 80rem 0;
}
.product-list-item {
  width: calc((100% - 100rem) / 3);
  margin-right: 50rem;
  background: #fff;
  position: relative;
  margin-bottom: 35rem;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-list-img {
  width: 100%;
}
.product-list-page {
  background: #ebf2fa;
}
.product-list-text {
  height: 100rem;
  padding: 0 55rem;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #262626;
}
.product-list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  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;
}
.product-list-item:hover::after {
  opacity: 1;
}
.product-list-btn {
  position: absolute;
  z-index: 2;
  display: flex;
  left: calc(50% - 80rem);
  top: calc(50% - 25rem);
  opacity: 0;
}
.product-list-item:hover .product-list-btn {
  opacity: 1;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60rem;
  height: 60rem;
  margin: 0 5rem;
  color: #90a4b0;
  background: #ffffff;
  border: 1px solid #d5dee4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-pages-item:hover,
.public-pages-on {
  background: #03a2ea;
  color: #fff;
}
.public-pages-first {
  background: url(./../esimg/icon/page-first.svg) no-repeat center;
  background-size: 16rem 15rem;
  background-color: #fff;
}
.public-pages-first:hover {
  background: url(./../esimg/icon/page-first-white.svg) no-repeat center;
  background-size: 16rem 15rem;
  background-color: #03a2ea;
}
.public-pages-prev {
  background: url(./../esimg/icon/page-prev.svg) no-repeat center;
  background-size: 9rem 15rem;
  background-color: #fff;
}
.public-pages-prev:hover {
  background: url(./../esimg/icon/page-prev-white.svg) no-repeat center;
  background-size: 9rem 15rem;
  background-color: #03a2ea;
}
.public-pages-next {
  background: url(./../esimg/icon/page-next.svg) no-repeat center;
  background-size: 9rem 15rem;
  background-color: #fff;
}
.public-pages-next:hover {
  background: url(./../esimg/icon/page-next-white.svg) no-repeat center;
  background-size: 9rem 15rem;
  background-color: #03a2ea;
}
.public-pages-end {
  background: url(./../esimg/icon/page-end.svg) no-repeat center;
  background-size: 16rem 15rem;
  background-color: #fff;
}
.public-pages-end:hover {
  background: url(./../esimg/icon/page-end-white.svg) no-repeat center;
  background-size: 16rem 15rem;
  background-color: #03a2ea;
}
.product-encyclopedia-box {
  padding: 100rem 0 150rem;
}
.product-encyclopedia-title {
  font-weight: bold;
  font-size: 50rem;
  color: #262626;
  text-align: center;
  line-height: 1;
}
.product-encyclopedia-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.product-encyclopedia-list .public-news-item {
  width: calc((100% - 100rem) / 3);
  margin-right: 50rem;
  margin-bottom: 30rem;
  padding: 35rem 115rem 45rem 35rem;
}
.product-encyclopedia-list .public-news-item:nth-child(3n) {
  margin-right: 0;
}
.product-encyclopedia-list .public-news-item::after {
  content: "";
  position: absolute;

  right: 35rem;
  bottom: calc(50% - 9rem);
  width: 28rem;
  height: 18rem;
  background: url(./../esimg/icon/more_blue.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.product-encyclopedia-list .public-news-item:hover::after {
  background: url(./../esimg/icon/more_green.png) no-repeat;
  background-size: 100% 100%;
}
.product-banner-box .product-banner-main {
  display: flex;
  justify-content: space-between;
}

.product-banner-box .public-crumbs-box {
  left: 160rem;
  bottom: 25rem;
  position: absolute;
}
.product-banner-flex {
  display: flex;
  align-items: center;
  margin-top: 45rem;
}
.product-banner-by {
  padding-left: 32rem;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  width: 220rem;
}
.product-banner-by::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5.5rem);
  width: 11rem;
  height: 11rem;
  background: #00bd74;
}
.product-banner-name {
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.product-banner-card {
  width: 320rem;
  height: 80rem;
  margin-right: 20rem;
  background: #00bd74;
  box-shadow: 0px 6px 0px 0px rgba(0, 115, 71, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-banner-card:nth-child(2n) {
  background: #1760e6;
  box-shadow: 0px 6px 0px 0px rgba(23, 96, 230, 0.67);
}
.product-banner-icon {
  width: 50rem;
}
.product-banner-cont {
  padding-left: 10rem;
  margin-right: 15rem;
}
.product-banner-text {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.product-banner-info {
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.product-banner-right {
  display: flex;
}
.product-banner-prev {
  width: 139rem;
  height: 30rem;
  background: url(./../esimg/icon/2-0shang.png) no-repeat center;
  background-size: 14rem 8rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.product-banner-next {
  width: 139rem;
  height: 30rem;
  background: url(./../esimg/icon/2-0xia.png) no-repeat center;
  background-size: 14rem 8rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.product-banner-swiper-container {
  display: flex;
  flex-direction: column;
  width: 139rem;
}
.product-banner-swiper {
  height: 440rem;
  overflow: hidden;
  margin: 10rem 0;
}
.product-swiper-img {
  width: 100%;
}
/* æ”¾å¤§é•œç›¸å…³æ ·å¼ */
.top-magnifier-box {
  position: relative;
  width: 520rem;
  height: 520rem;
  margin-right: 20rem;
}

.preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.preview img {
  width: 100%;
  height: 100%;
  display: block;
}

.mask {
  position: absolute;
  width: 200rem;
  height: 200rem;
  background-color: rgba(255, 255, 0, 0.3);
  cursor: move;
  display: none;
  pointer-events: none;
}

.big_show {
  position: absolute;
  width: 400rem;
  height: 400rem;
  top: 0;
  left: -80%;
  margin-left: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: none;
  z-index: 1000;
  background: #fff;
}

.big_show img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

#main-video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  background-color: #000000;
}
.product-banner-swiper .active {
  border: 1px solid #0095d9;
}
.product-introduction-box {
  padding: 70rem 0;
}
.product-introduction-flex {
  display: flex;
}
.product-introduction-item {
  width: 50%;
  padding-right: 40rem;
  padding-left: 22rem;
  position: relative;
  margin-bottom: 40rem;
}
.product-introduction-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;
  width: 11rem;
  height: 11rem;
  background: #00bd74;
}
.product-introduction-item:nth-child(2n) {
  margin-left: 60rem;
}
.product-introduction-plus .product-introduction-item:nth-child(2n) {
  margin-left: 0;
}
.product-introduction-plus {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30rem;
}
.product-introduction-plus:nth-child(2n) {
  flex-direction: row-reverse;
}

.product-introduction-plus .product-introduction-item {
  width: 100%;
}
.product-introduction-plus-left {
  width: 50%;
}
.product-introduction-plus-right {
  width: 35%;
}
.product-introduction-plus-right img {
  width: 100%;
}
.product-introduction-name {
  color: #262626;
}
.product-introduction-text {
  color: #262626;
  opacity: 0.8;
  padding-top: 10rem;
  line-height: 1.8;
}
.product-introduction-content {
  padding-top: 40rem;
}
.product-introduction-img {
  width: 1191rem;
  margin: 0 auto;
}
.product-parameters-box {
  width: 100%;
  background: #f1f8fa;
  padding: 60rem 0 70rem;
}
.product-parameters-content {
  background: #fff;
  padding: 30rem 10rem;
  margin-top: 40rem;
  box-shadow: 0px 6px 65px 0px rgba(200, 215, 219, 0.67);
}
.product-parameters-img {
  width: 100%;
}
.product-features-box {
  padding: 60rem 0;
}
.product-features-flex {
  display: flex;
  flex-wrap: wrap;
}
.product-features-item {
  width: 50%;
  padding-right: 60rem;
  padding-left: 30rem;
  position: relative;
  margin-top: 50rem;
}
.product-features-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;
  width: 11rem;
  height: 11rem;
  background: #00bd74;
}
.product-features-name {
  font-family: Arial;
  font-weight: bold;
  color: #03a2ea;
}
.product-features-text {
  font-family: Arial;
  padding-top: 20rem;
  color: #262626;
}
.production-scene-box {
  padding: 35rem 0 57rem;
}
.production-scene-content {
  margin-top: 50rem;
}
.production-scene-img {
  width: 100%;
}
.application-scenario-box {
  padding-bottom: 90rem;
}
.application-scenario-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 70rem;
}
.application-scenario-item {
  width: calc((100% - 100rem) / 3);
  margin-right: 50rem;
  background: url(./../esimg/icon/2-0bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 10rem 30rem;
  display: flex;
  align-items: center;
  margin-bottom: 35rem;
}
.application-scenario-item:nth-child(3n) {
  margin-right: 0;
}
.application-scenario-icon {
  width: 180rem;
}
.application-scenario-name {
  font-weight: bold;
  color: #262626;
  padding-left: 40rem;
}
/* å®šä¹‰æµ®åŠ¨åŠ¨ç”»å…³é”®å¸§ */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes float {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-10rem);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes float {
  0% {
    -o-transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-10rem);
  }
  100% {
    -o-transform: translateY(0);
  }
}
.application-scenario-item:hover .application-scenario-icon {
  animation: float 2.5s ease-in-out infinite;
  -webkit-animation: float 2.5s ease-in-out infinite;
  -moz-animation: float 2.5s ease-in-out infinite;
  -o-animation: float 2.5s ease-in-out infinite;
}
.public-recommended-box {
  padding: 40rem 0 100rem;
}
.public-recommended-box .index-product-swiper {
  padding-top: 50rem;
}
.public-recommendedt-btn {
  margin: 70rem auto 0;
}
.public-encyclopedia-box {
  background: #f1f8fa;
}
.oem-customization-box {
  padding: 20rem 0 100rem;
}
.oem-customization-flex {
  display: flex;
}
.oem-customization-left {
  width: calc(100% - 527rem);
  padding-top: 85rem;
  padding-right: 40rem;
}
.oem-customization-img {
  width: 527rem;
}

.public-title-small {
  font-size: 36rem;
}
.oem-customization-decs {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
}
.oem-customization-decs p {
  padding-top: 40rem;
}
.oem-customization-pic {
  width: 100%;
  margin-top: 25rem;
}
.oem-cooperation-box {
  padding-bottom: 60rem;
}
.oem-cooperation-content {
  padding-top: 40rem;
}
.oem-cooperation-item {
  padding: 0 53rem 0 103rem;
  position: relative;
  margin-bottom: 16rem;
}
.oem-cooperation-card {
  width: 100%;
  min-height: 180rem;
  background: #f1f8fa;
  padding: 40rem 90rem 40rem 70rem;
}
.oem-cooperation-name {
  font-family: Arial;
  font-weight: bold;
  color: #00a1ea;
}
.oem-cooperation-text {
  padding-top: 15rem;
  line-height: 1.6;
}
.oem-cooperation-num {
  position: absolute;
  left: 22rem;
  top: calc(50% - 25rem);
  width: 50rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #00a1ea;
  color: #00a1ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oem-cooperation-num::after {
  content: "";
  position: absolute;
  left: calc(100% + 7rem);
  width: 54px;
  height: 0;
  border: 1px dashed #00a1ea;
}
.oem-cooperation-item::after {
  content: "";
  position: absolute;
  top: calc(50% + 25rem + 10rem);
  left: 41rem;
  width: 12rem;
  height: 135rem;
  background: url(./../esimg/icon/3-0xia.png) no-repeat;
  background-size: 100% 100%;
}
.oem-cooperation-item:last-child::after {
  display: none;
}
.oem-minimum-box {
  display: flex;
  padding-bottom: 100rem;
}
.oem-minimum-left {
  width: calc(100% - 633rem);
}
.oem-minimum-img {
  width: 633rem;
}
.oem-minimum-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
  width: 768rem;
  padding-top: 40rem;
}
.oem-advantage-box {
  padding-bottom: 100rem;
}
.solutions-main-box {
  padding-top: 60rem;
}
.solutions-main-card {
  margin-top: 30rem;
  width: 100%;
  background: url(./../esimg/img/4-0bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 30rem 50rem 70rem 30rem;
}
.solutions-main-flex {
  display: flex;
  align-items: flex-start;
}
.solutions-main-img {
  width: 150rem;
}
.solutions-main-decs {
  width: calc(100% - 150rem);
  padding-left: 35rem;
  padding-top: 35rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
}
.solutions-main-decs p {
  padding-bottom: 20rem;
}
.solutions-main-card .product-banner-card {
  background: #00bd74;
  box-shadow: 0px 6px 0px 0px rgba(0, 115, 71, 0.67);
  margin: 65rem auto 0;
}
.application-cases-box {
  /* padding-bottom: 100rem; */
}
.application-cases-swiper {
  overflow: hidden;
  position: relative;
  margin-top: 45rem;
  padding-bottom: 60rem;
}
.application-cases-item {
}
.application-cases-img {
  width: 100%;
}
.application-cases-cont {
  height: 140rem;
  background: #f1f8fa;
  padding: 35rem 25rem;
}
.application-cases-name {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
}
.application-cases-text {
  font-family: Arial;
  color: #262626;
  opacity: 0.6;
  padding-top: 10rem;
  /* è¶…å‡º1è¡Œéšè— */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.application-cases-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20rem !important;
}
.about-main-box {
  padding-top: 70rem;
}
.about-main-decs {
  padding-top: 66rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
}
.about-main-decs p {
  font-family: Arial;
  font-weight: 400;
  line-height: 1.6;
  color: #262626;
  padding-bottom: 20rem;
}
.about-main-flex {
  display: flex;
  align-items: flex-end;
  padding-top: 60rem;
}
.about-main-video {
  width: 813rem;
  height: auto;
}
.about-main-content {
  width: calc(100% - 813rem);
}

.about-main-row {
  width: 600rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 35rem;
  margin-bottom: 100rem;
}
.about-main-row:last-child {
  margin-bottom: 0;
}
.about-main-row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74rem;
  height: 4rem;
  background: #03a2ea;
}
.about-main-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d7dae4;
}
.about-main-num {
  font-weight: bold;
  color: #03a2ea;
}
.about-main-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
}
.about-architecture-box {
  padding-bottom: 180rem;
}
.about-architecture-img {
  width: 100%;
  margin-top: 30rem;
}
.team-main-box {
  padding: 80rem 0 100rem;
}
.team-main-item {
  display: flex;
  justify-content: space-between;
  margin-top: 70rem;
}
.team-main-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.team-main-img {
  width: 796rem;
}
.team-main-cont {
  width: calc(100% - 796rem - 100rem);
}
.team-main-title {
  font-weight: bold;
  color: #03a2ea;
}
.team-main-decs {
  padding-top: 20rem;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
}
.team-main-decs p {
  padding-bottom: 30rem;
}
.about-application-box {
  padding-bottom: 140rem;
}
.about-application-item {
  display: flex;
  background: #f1f8fa;
  padding: 30rem 30rem 30rem 50rem;
}
.about-application-img {
  width: 660rem;
}
.about-application-left {
  width: calc(100% - 660rem);
  padding-right: 80rem;
  padding-top: 30rem;
}
.about-application-time {
  color: #03a2ea;
}
.about-application-title {
  font-family: Arial;
  font-weight: bold;
  color: #262626;
  line-height: 1.6;
  padding-top: 30rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-application-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
  padding-top: 30rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-application-btn {
  margin-top: 40rem;
}
.strength-video-box {
  padding: 70rem 0 60rem;
}
.strength-video-content {
  padding-top: 165rem;
  position: relative;
}
.strength-video-bg {
  position: relative;
  width: 100%;
}
.strength-video-img {
  width: 100%;
}
.strength-video-card {
  position: absolute;
  left: 75rem;
  bottom: 65rem;
  width: 905rem;
}
.strength-video-bg .public-title {
  position: absolute;
  left: 1050rem;
  bottom: 25%;
  color: #fff;
}
.strength-process-box {
  padding: 70rem 0;
}
.strength-process-content {
  padding: 45rem 78rem 0;
}
.strength-process-item {
  background: #f1f8fa;
  width: 100%;
  height: 140rem;
  display: flex;
  align-items: center;
  padding-left: 85rem;
  margin-bottom: 120rem;
  position: relative;
}
.strength-process-num {
  width: 50rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #00a1ea;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-weight: bold;
  color: #03a2ea;
  position: relative;
}
.strength-process-title {
  padding-left: 55rem;
  font-weight: bold;
  color: #03a2ea;
}
.strength-process-num::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% - 21.5rem);
  top: calc(100% + 10.5rem);
  width: 43rem;
  height: 191rem;
  background: url(./../esimg/icon/5-2xian.png) no-repeat;
  background-size: 100% 100%;
}
.strength-process-item:last-child .strength-process-num::after {
  display: none;
}
.strength-process-img {
  width: 683rem;
  position: absolute;
  left: 550rem;
  top: 45rem;
}
.strength-production-equipment {
  padding-bottom: 150rem;
}
.strength-production-swiper {
  margin-top: 70rem;
  overflow: hidden;
}
.strength-production-img {
  width: 100%;
  position: relative;
}

.strength-production-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.strength-production-swiper .swiper-slide-active::after {
  background: none;
}
.strength-production-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}
.strength-production-prev {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/more_white_left.png) no-repeat center;
  background-size: 28rem 18rem;
  background-color: #00bd74;
  margin: 0 12.5rem;
}
.strength-production-next {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/more_white_right.png) no-repeat center;
  background-size: 28rem 18rem;
  background-color: #00bd74;
  margin: 0 12.5rem;
}
.culture-mian-box {
  padding: 90rem 0 340rem;
  background: #ebf2fa;
  position: relative;
}
.culture-mian-content {
  display: flex;
  padding-top: 45rem;
}
.culture-mian-item {
  width: calc((100% - 100rem) / 3);
  height: 640rem;
  background: #fff;
  margin-right: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50rem 40rem;
  margin-top: 50rem;
}
.culture-mian-item:nth-child(2) {
  margin-top: 0;

  background: linear-gradient(180deg, #00a1ea 0%, #fff);
}
.culture-mian-item:nth-child(3) {
  margin-right: 0;
}
.culture-mian-img {
  width: 120rem;
}
.culture-mian-title {
  font-weight: bold;
  color: #262626;
  padding-top: 25rem;
}
.culture-mian-item:nth-child(2) .culture-mian-title {
  color: #fff;
}
.culture-mian-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  margin-top: 30rem;
  text-align: center;
}
.culture-mian-item:nth-child(2) .culture-mian-text {
  color: #fff;
}
.culture-mian-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.honor-main-box {
  padding: 80rem 0 150rem;
}
.honor-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45rem;
}
.honor-item-box {
  width: calc((100% - 100rem) / 3);
  margin-right: 50rem;
  margin-bottom: 50rem;
}
.honor-item-box:nth-child(3n) {
  margin-right: 0;
}
.honor-item-imgs {
  width: 100%;
  height: 300rem;
  background: #ffffff;
  border: 1px solid #d2d9e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.honor-item-img {
  height: 100%;
}
.honor-item-text {
  width: 100%;
  height: 100rem;
  background: #ebf2fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20rem;
  text-align: center;
}
.team-content-box {
  padding: 80rem 0 120rem;
}
.team-content-main {
  padding-top: 45rem;
}
.team-content-title {
  font-family: Arial;
  font-weight: bold;
  color: #262626;
  text-align: center;
}
.team-content-text {
  padding-top: 30rem;
  font-family: Arial;
  color: #262626;
  text-align: center;
  line-height: 1.8;
}
.team-content-swiper {
  padding-bottom: 100rem;
  margin-top: 85rem;
  overflow: hidden;
}
.team-swiper-text {
  background: #ebf2fa;
  width: 100%;
  height: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  position: absolute;
  left: 0;
  bottom: -100rem;
  display: none;
  text-align: center;
}
.swiper-slide-active .team-swiper-text {
  display: flex;
}
.team-swiper-img {
  width: 100%;
}
.team-content-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.team-content-swiper .swiper-slide-active::after {
  background: none;
}
.team-swiper-prev {
  position: absolute;
  left: 310rem;
  bottom: 25rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/more_white_left.png) no-repeat center;
  background-size: 28rem 18rem;
  background-color: #00bd74;
  margin: 0 12.5rem;
}
.team-swiper-next {
  position: absolute;
  right: 310rem;
  bottom: 25rem;
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/more_white_right.png) no-repeat center;
  background-size: 28rem 18rem;
  background-color: #00bd74;
  margin: 0 12.5rem;
}
.service-network-box {
  padding: 80rem 240rem;
}
.service-network-decs {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
  text-align: center;
}
.service-network-decs p {
  padding-top: 45rem;
}
.service-network-content {
  position: relative;
  margin-top: 50rem;
}
.service-network-img {
  width: 100%;
}
.service-idea-box {
  padding: 100rem 0 110rem;
  background: url(./../esimg/img/6-0bg.png) no-repeat;
  background-size: 100% 100%;
}
.service-idea-decs {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  text-align: center;
  padding-top: 40rem;
}
.service-idea-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80rem;
}
.service-idea-card {
  width: calc((100% - 47rem) / 2);
  margin-right: 47rem;
  background: #ffffff;
  box-shadow: 5px 8px 38px 0px rgba(220, 231, 238, 0.72);
  padding: 45rem 40rem 50rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 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;
}
.service-idea-card:nth-child(2n) {
  margin-right: 0;
}
.service-idea-icon {
  width: 95rem;
}
.service-idea-cont {
  width: calc(100% - 95rem);
  padding-left: 40rem;
}
.service-idea-card .nor {
  display: block;
}
.service-idea-card .sel {
  display: none;
}
.service-idea-card:hover .nor {
  display: none;
}
.service-idea-card:hover .sel {
  display: block;
}
.service-idea-name {
  color: #03a2ea;
}
.service-idea-card:hover .service-idea-name {
  color: #00bd74;
}
.service-idea-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  padding-top: 20rem;
}

.service-idea-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2rem;
  background: #00bd74;
  transition: all 0.5s;
}
.service-idea-card:hover::after {
  width: 100%;
}
.service-download-box {
  padding-bottom: 150rem;
}
.service-download-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
}
.service-download-item {
  width: calc((100% - 45rem) / 2);
  margin-right: 45rem;
  background: #ffffff;
  border: 1px solid #abbcc4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40rem;
  margin-bottom: 40rem;
}
.service-download-item:nth-child(2n) {
  margin-right: 0;
}
.service-download-icon {
  width: 57rem;
}
.service-download-cont {
  width: 400rem;
  padding-left: 30rem;
}
.service-download-left {
  display: flex;
}
.service-download-name {
  color: #262626;
}
.service-download-size {
  color: #262626;
  opacity: 0.6;
  padding-top: 10rem;
}
.contact-main-box {
  padding: 80rem 0 150rem;
}
.contact-main-content {
  display: flex;
  align-items: flex-start;
  padding-top: 65rem;
}
.contact-main-img {
  width: 834rem;
}
.contact-main-left {
  width: calc(100% - 834rem);
}
.contact-main-title {
  color: #00a1ea;
}
.contact-main-item {
  display: flex;
  align-items: center;
  padding-top: 40rem;
}
.contact-main-icon {
  width: 60rem;
}
.contact-main-phone {
  padding-left: 15rem;
  color: #262626;
}
.contact-main-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  padding-left: 15rem;
}
.contact-main-flex {
  display: flex;
  align-items: center;
  padding-top: 60rem;
}
.contact-flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25rem;
}
.contact-main-code {
  width: 150rem;
}
.contact-flex-name {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
  padding-top: 10rem;
}
.news-list-box {
  padding: 80rem 0 150rem;
  background: #ebf2fa;
}
.news-list-main {
  padding-top: 40rem;
  padding-bottom: 85rem;
}
.encyclopedia-list-main {
  padding: 40rem 0 60rem;
  display: flex;
  flex-wrap: wrap;
}
.news-list-first {
  width: 100%;
  padding: 30rem;
  display: flex;
  background: #03a2ea;
}
.news-list-img {
  width: 500rem;
}
.news-list-cont {
  width: calc(100% - 500rem);
  padding-left: 55rem;
}
.news-list-date {
  font-weight: 500;
  color: #ffffff;
  padding-top: 25rem;
  font-family: Montserrat;
}
.news-list-title {
  padding-top: 20rem;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-text {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  padding-top: 20rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-more {
  width: 28rem;
  margin-top: 40rem;
}
.news-list-item {
  padding: 60rem 90rem 60rem 55rem;
  display: flex;
  align-items: flex-start;
  background: #fff;
  margin-top: 20rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-item::after {
  content: "";
  position: absolute;
  right: 64rem;
  top: calc(50% - 9rem);
  width: 28rem;
  height: 18rem;
  background: url(./../esimg/icon/7-0more1.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-item:hover::after {
  background: url(./../esimg/icon/7-0more.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-item:hover {
  background: #03a2ea;
}
.news-item-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-item-date-day {
  font-weight: 500;
  line-height: 1;
  font-size: 50rem;
  color: #03a2ea;
  font-family: Montserrat;
}
.news-list-item:hover .news-item-date-day {
  color: #ffffff;
}
.news-item-date-month {
  font-weight: 500;
  color: #03a2ea;
  font-family: Montserrat;
}
.news-list-item:hover .news-item-date-month {
  color: #ffffff;
}
.news-item-cont {
  padding-left: 50rem;
  width: calc(100% - 170rem);
}

.news-item-title {
  font-family: Arial;
  font-weight: bold;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item:hover .news-item-title {
  color: #ffffff;
}
.news-item-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  margin-top: 20rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item:hover .news-item-text {
  color: #ffffff;
}
.encyclopedia-item-box {
  width: calc(50% - 20rem);
  margin-right: 40rem;
  padding: 50rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: 40rem;
  margin-bottom: 20rem;
}
.encyclopedia-item-box:nth-child(2n) {
  margin-right: 0;
}
.encyclopedia-item-box:hover {
  background: #03a2ea;
}
.encyclopedia-item-cont {
  width: calc(100% - 100rem);
  padding-left: 50rem;
  position: relative;
  padding-bottom: 45rem;
}
.encyclopedia-item-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50rem;
  width: 28rem;
  height: 18rem;
  background: url(./../esimg/icon/7-0more1.png) no-repeat;
  background-size: 100% 100%;
}
.encyclopedia-item-box:hover .encyclopedia-item-cont::after {
  background: url(./../esimg/icon/7-0more.png) no-repeat;
  background-size: 100% 100%;
}
.encyclopedia-item-title {
  font-family: Arial;
  font-weight: bold;
  color: #262626;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.encyclopedia-item-box:hover .encyclopedia-item-title {
  color: #fff;
}
.encyclopedia-item-box:hover .news-item-date-day {
  color: #ffffff;
}
.encyclopedia-item-box:hover .news-item-date-month {
  color: #ffffff;
}
.news-main-box {
  display: flex;
  align-items: flex-start;
  padding: 70rem 0 140rem;
}
.news-main-content {
  width: 1100rem;
  padding-right: 60rem;
}
.news-main-title {
  font-family: Montserrat;
  font-weight: bold;
  color: #262626;
}
.news-main-row {
  display: flex;
  align-items: center;
  padding: 30rem 0;
  position: relative;
}
.news-main-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  background: url(./../esimg/icon/7-1xian.png) no-repeat;
  background-size: 100% 100%;
}
.news-row-item {
  display: flex;
  align-items: center;
  margin-right: 133rem;
}
.news-row-icon {
  width: 19rem;
}
.news-row-text {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  opacity: 0.6;
  padding-left: 13rem;
}
.news-comtent-box {
  width: 100%;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
  padding-bottom: 30rem;
}
.news-comtent-box p,
.news-comtent-box span {
  padding-top: 30rem;
}
.news-comtent-box p a {
  display: inline;
}
.news-comtent-box img {
  width: auto;
  max-width: 100%;
  margin-top: 30rem;
}
.news-latest-box {
  width: calc(100% - 1100rem);
}
.news-latest-title {
  font-family: Montserrat;
  font-weight: bold;
  color: #262626;
  text-align: right;
  padding-bottom: 27rem;
}
.news-latest-box .public-news-item {
  background: #f1f8fa;
  margin-bottom: 15rem;
}
.news-btns-box {
  position: relative;
  padding-top: 45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-btns-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1084rem;
  height: 8rem;
  background: url(./../esimg/icon/7-1xian.png) no-repeat;
  background-size: 100% 100%;
}
.news-keywords-box {
  padding-bottom: 50rem;
  display: flex;
  align-items: center;
}
.news-keywords-box p,
.news-keywords-box a {
  margin-right: 10rem;
}
.news-btns-link {
  margin: 5rem 0;
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-btns-link span {
  color: #a0a0a0;
}
.news-btns-left {
  width: 70%;
}
.index-service-item {
  position: absolute;
}
.index-service-item:nth-child(1) {
  top: 36.75%;
  left: 77.45%;
}
.index-service-item:nth-child(2) {
  top: 19.75%;
  left: 73.45%;
}
.index-service-item:nth-child(3) {
  top: 36.75%;
  left: 80.9%;
}
.index-service-item:nth-child(4) {
  top: 36.55%;
  left: 84.2%;
}
.index-service-item:nth-child(5) {
  top: 30.55%;
  left: 74.2%;
}
.index-service-item:nth-child(6) {
  top: 48.55%;
  left: 79.2%;
}
.index-service-item:nth-child(7) {
  top: 55.55%;
  left: 74.1%;
}
.index-service-item:nth-child(8) {
  top: 57.55%;
  left: 78.1%;
}
.index-service-item:nth-child(9) {
  top: 59.55%;
  left: 77.1%;
}
.index-service-item:nth-child(10) {
  top: 73.55%;
  left: 82.1%;
}
.index-service-item:nth-child(11) {
  top: 68.55%;
  left: 95.1%;
}
.index-service-item:nth-child(12) {
  top: 39.55%;
  left: 64.1%;
}
.index-service-item:nth-child(13) {
  top: 47.55%;
  left: 67.6%;
}
.index-service-item:nth-child(14) {
  top: 49.55%;
  left: 73.1%;
}
.index-service-item:nth-child(15) {
  top: 54.55%;
  left: 68.1%;
}
.index-service-item:nth-child(16) {
  top: 23.55%;
  left: 44.1%;
}
.index-service-item:nth-child(17) {
  top: 27.55%;
  left: 47.1%;
}
.index-service-item:nth-child(18) {
  top: 26.55%;
  left: 51.1%;
}
.index-service-item:nth-child(19) {
  top: 28.15%;
  left: 54.7%;
}
.index-service-item:nth-child(20) {
  top: 31.15%;
  left: 45.7%;
}
.index-service-item:nth-child(21) {
  top: 35.15%;
  left: 44.2%;
}
.index-service-item:nth-child(22) {
  top: 33.15%;
  left: 48.7%;
}
.index-service-item:nth-child(23) {
  top: 31.15%;
  left: 52.7%;
}
.index-service-item:nth-child(24) {
  top: 35.15%;
  left: 54.7%;
}
.index-service-item:nth-child(25) {
  top: 36.95%;
  left: 54.2%;
}
.index-service-item:nth-child(26) {
  top: 40.95%;
  left: 43.2%;
}
.index-service-item:nth-child(27) {
  top: 43.55%;
  left: 46.2%;
}
.index-service-item:nth-child(28) {
  top: 43.55%;
  left: 50.7%;
}
.index-service-item:nth-child(29) {
  top: 44.55%;
  left: 54%;
}
.index-service-item:nth-child(30) {
  top: 44.85%;
  left: 58%;
}
.index-service-item:nth-child(31) {
  top: 52.85%;
  left: 56.7%;
}
.index-service-item:nth-child(32) {
  top: 54.85%;
  left: 47.7%;
}
.index-service-item:nth-child(33) {
  top: 65.85%;
  left: 50.7%;
}
.index-service-item:nth-child(34) {
  top: 76.85%;
  left: 52.7%;
}
.index-service-item:nth-child(35) {
  top: 70.85%;
  left: 58.7%;
}
.index-service-item:nth-child(36) {
  top: 20.85%;
  left: 12.7%;
}
.index-service-item:nth-child(37) {
  top: 32.85%;
  left: 16.7%;
}
.index-service-item:nth-child(38) {
  top: 47.85%;
  left: 16.7%;
}
.index-service-item:nth-child(39) {
  top: 49.25%;
  left: 25.7%;
}
.index-service-item:nth-child(40) {
  top: 52.25%;
  left: 21.7%;
}
.index-service-item:nth-child(41) {
  top: 55.25%;
  left: 22.5%;
}
.index-service-item:nth-child(42) {
  top: 58.25%;
  left: 24.5%;
}
.index-service-item:nth-child(43) {
  top: 61.25%;
  left: 24.1%;
}
.index-service-item:nth-child(44) {
  top: 65.25%;
  left: 24.6%;
}
.index-service-item:nth-child(45) {
  top: 68.75%;
  left: 27.1%;
}
.index-service-item:nth-child(46) {
  top: 65.75%;
  left: 32.1%;
}
.index-service-item:nth-child(47) {
  top: 74.25%;
  left: 30.1%;
}
.index-service-item:nth-child(48) {
  top: 73.25%;
  left: 26.5%;
}
.index-service-item:nth-child(49) {
  top: 79.25%;
  left: 30.1%;
}
.index-service-item:nth-child(50) {
  top: 86.25%;
  left: 27.1%;
}
/* .index-service-item:nth-child(51) {
  top: 34.25%;
  right: 13.1%;
} */
.service-location-icon {
  display: none;
  position: absolute;
  left: calc(20rem - 12rem);
  top: calc(30rem - 35rem);
  width: 28rem;
  height: 35rem;
  background: url(./../esimg/icon/map_icon.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.index-service-item:hover .service-location-icon {
  display: block;
}
.index-service-popup {
  display: none;
  position: absolute;
  z-index: 11;
  left: calc(100% + 50rem);
  padding: 20rem;
  top: -10rem;
  width: 300rem;
  height: auto;
  background: #fff;
  box-shadow: 5px 8px 38px 0px rgba(220, 231, 238, 0.72);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.index-service-item:hover .index-service-popup {
  display: block;
}
.index-service-popup-cont {
  display: flex;
  align-items: center;
  margin-top: 10rem;
}
.index-service-popup-icon {
  width: 30rem;
}
.index-service-popup-title {
  color: #03a2ea;
  padding-bottom: 20rem;
}
.index-service-popup-p {
  padding-left: 5rem;
  padding-bottom: 4rem;
}
.index-service-name {
  font-family: Arial;
  font-weight: 400;
  color: #262626;
  /* display: none; */
}
.index-service-item:hover .index-service-name {
  opacity: 0;
}
.index-service-dot {
  position: absolute;
  left: 20rem;
  top: 30rem;
  width: 6rem;
  height: 6rem;
  background: #049b4f;
  border-radius: 50%;
}
.index-service-dot::before {
  content: "";
}
.about-application-box .about-application-main {
  padding-top: 40rem;
}
.service-network-box .index-service-content {
  margin-top: 40rem;
}
.index-oem-bottom-swiper {
  width: 100%;
  overflow: hidden;
}
.index-oem-swiper-img {
  width: 100%;
}
.suspension-box {
  width: 90rem;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-max {
  width: fit-content;
  border-radius: 6px;
  background: #00bd74;
}
.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: 246rem;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border-radius: 6px;
  border: 1px solid #00bd74;
  opacity: 0.9;
  /* border-image: linear-gradient(129deg, #046ef7, #53c1fc) 10 10; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.suspension-content-box:hover .suspension-content-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20rem 0 0 20rem;
}
.suspension-content-by {
  font-weight: 400;
  color: #373737;
}
.suspension-content-decs {
  padding-top: 5rem;
  font-weight: 600;
  color: #00bd74;
}
.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: 110rem;
  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 #00bd74;
  /* 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;
}
/* éšè—è§†é¢‘æŽ§ä»¶çš„æ›´å¤šé€‰é¡¹æŒ‰é’® */
/* éšè—è§†é¢‘æŽ§ä»¶çš„æ›´å¤šé€‰é¡¹æŒ‰é’®ï¼ˆä¸‰ä¸ªç‚¹æŒ‰é’®ï¼‰ */
#main-video::-webkit-media-controls-toggle-closed-captions-button,
#main-video::-webkit-media-controls-fullscreen-button,
#main-video::-webkit-media-controls-overlay-play-button,
#main-video::-webkit-media-controls-overlay-enclosure {
  display: none !important;
}

/* éšè—æº¢å‡ºèœå•æŒ‰é’®ï¼ˆä¸‰ä¸ªç‚¹ï¼‰ */
#main-video::-webkit-media-controls-overflow-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* æ›´å…¨é¢çš„éšè—æ–¹å¼ */
#main-video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
/* å®Œå…¨éšè—è§†é¢‘æŽ§ä»¶ä¸­çš„æ›´å¤šé€‰é¡¹æŒ‰é’® */
#main-video::-webkit-media-controls-overflow-button {
  display: none !important;
}

#main-video::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}

/* é’ˆå¯¹æ‰€æœ‰è§†é¢‘å…ƒç´ çš„é€šç”¨è§„åˆ™ */
video::-webkit-media-controls-overflow-button {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}
/* å®Œå…¨éšè—è§†é¢‘æŽ§ä»¶çš„æ›´å¤šé€‰é¡¹æŒ‰é’®ï¼ˆä¸‰ä¸ªç‚¹ï¼‰ */
#main-video::-webkit-media-controls-overflow-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* éšè—å…¶ä»–å¯èƒ½çš„æŽ§ä»¶æŒ‰é’® */
#main-video::-webkit-media-controls-toggle-closed-captions-button,
#main-video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* éšè—æ•´ä¸ªæŽ§ä»¶æº¢å‡ºåŒºåŸŸ */
#main-video::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}

/* é’ˆå¯¹æ‰€æœ‰è§†é¢‘å…ƒç´ çš„é€šç”¨è§„åˆ™ */
video::-webkit-media-controls-overflow-button {
  display: none !important;
}
.contact-map {
  width: 834rem;
  height: 575rem;
}
@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%;
  }
  .header-nav-item {
    padding: 20rem 30rem 0;
  }
  .index-oem-process {
    padding-top: 30rem;
  }
  .index-oem-bottom {
    margin-top: -55rem;
  }
  .index-advantage-name {
    padding-top: 50rem;
  }
  .index-about-p {
    width: 188rem;
  }
}
@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: 1024px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
  .header-menu-on::after {
    left: 5%;
    background: url(./../esimg/icon/nav-on.png) no-repeat;
    background-size: 100% 100%;
    width: 91%;
    height: 50rem;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 167rem;
  }
  .header-wap-close {
    position: absolute;
    right: 40rem;
    top: 40rem;
    width: 48rem;
    height: 48rem;
    background: url(./../esimg/icon/icon_close.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.6;
  }
  .header-nav-box {
    width: 70vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 120rem;
  }
  .header-nav-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30vw;
    left: -30vw;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-nav-title {
    color: #262626;
  }
  .header-nav-on .header-nav-title {
    position: relative;
  }
  .header-nav-on .header-nav-title::after {
    content: "Â·";
    position: absolute;
    left: -20rem;
    display: none;
  }

  .header-nav-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    z-index: 112;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    margin-top: 0;
    padding: 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;
  }
  .index-product-swiper {
    padding-bottom: 70rem;
  }
  .index-product-next {
    left: 39.5%;
    top: calc(100% - 40rem);
    width: 60rem;
    height: 60rem;
  }
  .index-product-prev {
    right: 39.5%;
    top: calc(100% - 40rem);
    width: 60rem;
    height: 60rem;
  }
  .index-oem-box {
    padding: 70rem 30rem 70rem;
  }
  .index-oem-left {
    width: 100%;
    padding-right: 0;
  }
  .public-btn {
    width: 220rem;
    height: 70rem;
  }
  .index-oem-bottom {
    margin-top: 0;
    /* display: none; */
  }
  .index-oem-process-no {
    width: 50rem;
    height: 50rem;
  }
  .index-oem-item {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-bottom: 50rem;
    width: 100%;
    position: relative;
  }
  .index-oem-row {
    display: flex;
    align-items: center;
    padding-top: 20rem;
    flex-direction: column;
  }
  .index-oem-right {
    display: none;
  }
  .index-oem-process-text {
    padding-left: 20rem;
  }
  .index-oem-item::after {
    content: "";
    position: absolute;
    right: auto;
    left: 20rem;
    top: 74rem;
    width: 12rem;
    height: 51rem;
    background: url(./../esimg/icon/1-0oem_process-down.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-product-cont-name {
    padding-bottom: 20rem;
  }
  .index-solutions-flex {
    align-items: flex-start;
  }
  .index-solutions-item::after {
    display: none;
  }
  .header-contact-box {
    display: none;
  }
  .header-center-logo {
    width: 251rem;
    margin: 30rem auto 0;
  }
  .header-wap-show {
    width: 76rem;
    height: 76rem;
    background: url(./../esimg/icon/sj_nav.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-center-box {
    margin-top: 0;
  }
  .header-main-box {
    align-items: flex-start;
  }
  .index-solutions-cont-text {
    width: 100%;
    padding: 0 50rem;
  }
  .index-solutions-cont .public-btn {
    margin-top: 40rem;
    margin-bottom: 20rem;
  }
  .index-about-box {
    position: relative;
    padding-bottom: 40rem;
  }
  .index-about-main {
    padding-top: 60rem;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
  }
  .index-about-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-about-content {
    padding-top: 20rem;
    flex-direction: column;
  }
  .index-abouts-left {
    width: 100%;
  }
  .index-about-decs p {
    padding-bottom: 20rem;
  }
  .index-about-btn {
    margin-top: -40rem;
    margin-left: 68%;
  }
  .index-advantage-main {
    display: flex;
    padding-top: 50rem;
    flex-direction: column;
  }
  .index-advantage-item {
    width: 100%;
    height: auto;
    background: url(./../esimg/img/ys_sj_bg2.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 5px 8px 98px 0px rgba(181, 225, 251, 0.72);
    position: relative;
  }
  .index-advantage-icon {
    display: none;
  }
  .index-advantage-name {
    font-weight: bold;
    color: #262626;
    text-align: left;
    padding-top: 30rem;
    padding-bottom: 30rem;
    width: 80%;
    margin: 0 40rem;
  }
  .index-advantage-plus {
    width: 100%;
    background: url(./../esimg/img/ys_sj_bg1.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 5px 8px 98px 0px rgba(181, 225, 251, 0.72);
  }
  .index-advantage-plus .index-advantage-icon {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    width: 240rem;
    margin-bottom: 40rem;
    margin-left: 20rem;
    margin-top: 20rem;
  }
  .index-advantage-item::after {
    position: absolute;
    content: "";
    left: auto;
    right: 40rem;
    top: calc(50% - 20rem);
    width: 46rem;
    height: 46rem;
    background: url(./../esimg/icon/sjys_xiala.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-service-decs {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-service-box {
    padding-top: 230rem;
    width: 100%;
  }

  .index-service-main {
    padding-top: 90rem;
    padding: 90rem 30rem 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .index-news-left {
    width: 100%;
    padding-right: 0;
  }
  .index-news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-news-flex {
    flex-direction: column;
  }
  .index-news-tabs {
    padding-top: 40rem;
  }
  .index-news-tab {
    margin-left: 20rem;
  }
  .index-news-content {
    flex-direction: column;
  }
  .index-news-right {
    width: 100%;
    position: relative;
    padding-top: 40rem;
    padding-bottom: 120rem;
  }
  .index-news-uad {
    height: 740rem;
  }
  .public-contact-box {
    background: url(./../esimg/img/sj_contact_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 60rem 0 70rem;
  }
  .public-contact-content {
    flex-direction: column;
  }
  .public-contact-left {
    width: 100%;
  }
  .public-contact-right {
    width: 100%;
    padding-top: 40rem;
  }
  .public-contact-title {
    text-align: center;
  }
  .contact-form-item {
    width: 100%;
    height: 70rem;
    padding-left: 25rem;
    margin-right: 0;
    margin-bottom: 25rem;
  }
  .contact-form-textarea {
    height: 242rem;
  }
  .index-news-btn {
    width: 100%;
  }
  .public-contact-btn {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 30rem;
  }
  .footer-bottom-box {
    padding-top: 30rem;
    padding-bottom: 60rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .public-footer-box {
    padding-top: 30rem;
  }
  .footer-logo-img {
    margin: 0 auto 20rem;
    width: 228rem;
  }
  .footer-bottom-text {
    margin: 10rem auto 0;
    display: flex;
    justify-content: center;
  }
  .footer-bottom-right {
    padding-top: 40rem;
  }
  .footer-bottom-code {
    margin: 0 auto;
  }
  .wap-tab-box {
    display: flex !important;
    background: #0095d9;
    padding: 30rem 0;
  }
  .wap-tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap-tab-icon {
    width: 50rem;
    height: 50rem;
  }
  .wap-tab-name {
    font-family: Arial;
    font-weight: 400;
    padding-top: 10rem;
    color: #efefef;
  }
  .footer-wap-item {
    flex: 1;
  }
  .footer-wap-phone {
    width: 104rem;
    margin: -70rem auto 0;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
  }
  /* æ‰‹æœºåº•éƒ¨ */
  @keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(0);
      transform: translate3d(0, 0, 0) translateX(0);
      -moz-transform: translate3d(0, 0, 0) translateX(0);
      -ms-transform: translate3d(0, 0, 0) translateX(0);
      -o-transform: translate3d(0, 0, 0) translateX(0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(0);
      transform: translate3d(0, -14px, 0) translateX(0);
      -moz-transform: translate3d(0, -14px, 0) translateX(0);
      -ms-transform: translate3d(0, -14px, 0) translateX(0);
      -o-transform: translate3d(0, -14px, 0) translateX(0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(0);
      transform: translate3d(0, -6px, 0) translateX(0);
      -moz-transform: translate3d(0, -6px, 0) translateX(0);
      -ms-transform: translate3d(0, -6px, 0) translateX(0);
      -o-transform: translate3d(0, -6px, 0) translateX(0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(0);
      transform: translate3d(0, -1px, 0) translateX(0);
      -moz-transform: translate3d(0, -1px, 0) translateX(0);
      -ms-transform: translate3d(0, -1px, 0) translateX(0);
      -o-transform: translate3d(0, -1px, 0) translateX(0);
    }
  }
  .product-list-item {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
    background: #fff;
    position: relative;
    margin-bottom: 35rem;
  }
  .product-list-item:nth-child(3n) {
    margin-right: 30rem;
  }
  .product-list-item:nth-child(2n) {
    margin-right: 0;
  }

  .product-list-text {
    height: 80rem;
    padding: 0 25rem;
    font-size: 24rem;
  }
  .public-tab-box {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .public-tab-item {
    margin: 0 40rem;
  }
  .product-list-box {
    padding-bottom: 30rem;
  }
  .product-encyclopedia-list .public-news-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
    padding: 35rem 115rem 45rem 35rem;
  }
  .product-introduction-item {
    width: 100%;
    padding-right: 0;
    padding-left: 22rem;
    position: relative;
    margin-bottom: 40rem;
  }
  .product-introduction-flex {
    display: flex;
    flex-direction: column;
  }
  .product-introduction-item:nth-child(2n) {
    margin-left: 0;
  }
  .product-introduction-item::after {
    top: 15rem;
  }
  .product-introduction-img {
    width: 100%;
  }
  .product-features-item {
    width: 100%;
    padding-right: 0;
    padding-left: 30rem;
  }
  .product-features-item::after {
    top: 15rem;
  }
  .application-scenario-content {
    flex-direction: column;
  }
  .application-scenario-item {
    width: 100%;
    margin-right: 0;
  }
  .product-banner-main {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: column;
    width: 100%;
    background: #f1f8fa;
  }
  .product-banner-right {
    display: flex;
    flex-direction: column;
  }
  .public-banner-name {
    color: #262626;
    font-size: 50rem;
    text-align: center;
    padding-top: 80rem;
  }
  .public-banner-name::after {
    display: none;
  }
  .product-banner-flex {
  }
  .product-banner-flex {
    display: flex;
    align-items: flex-start;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .product-banner-btn-flex {
    flex-direction: column;
  }
  .product-banner-by {
    color: #262626;
    width: 270rem;
  }
  .product-banner-name {
    color: #262626;
  }
  .product-banner-card {
    width: 100%;
    height: 100rem;
    margin-right: 20rem;
    margin-bottom: 40rem;
    background: #00bd74;
    box-shadow: 0px 6px 0px 0px rgba(0, 115, 71, 0.67);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: flex-start;
    padding-left: 40rem;
  }
  .product-banner-icon {
    width: 80rem;
  }
  .top-magnifier-box {
    position: relative;
    width: calc((100vw - 60rem));
    height: calc((100vw - 60rem));
    margin: 80rem 30rem;
  }
  .product-banner-right {
    margin-top: 50rem;
  }
  .product-banner-wap-swiper {
    position: relative;
    width: calc(100% - 140rem);
    margin: 0 70rem 0;
    overflow: hidden;
    /* padding: 0 40rem; */
  }

  .product-banner-wap-swiper .swiper-slide {
    width: 100rem;
    height: 100rem;
    text-align: center;
    font-size: 18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .product-banner-wap-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-banner-wap-imgs {
    width: 100%;
    height: 400rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .product-banner-wap-imgs img,
  .product-banner-wap-imgs video {
    width: calc(100% - 60rem);
    margin: 0 30rem;
    /* height: 100%;
    object-fit: cover; */
  }

  .product-banner-wap-swiper .swiper-slide-active {
    border: 2px solid #00bd74;
  }
  .product-banner-wap-swipers {
    position: relative;
    margin-top: 20rem;
  }
  .product-banner-wap-prev {
    position: absolute;
    z-index: 111;
    left: 30rem;
    top: 0;
    height: 100%;
    width: 30rem;
    background: url(./../esimg/icon/page-prev.svg) no-repeat center;
    background-size: 16rem 15rem;
    background-color: #00bd74;
  }
  .product-banner-wap-next {
    position: absolute;
    z-index: 111;
    right: 30rem;
    top: 0;
    height: 100%;
    width: 30rem;
    background: url(./../esimg/icon/page-next.svg) no-repeat center;
    background-size: 16rem 15rem;
    background-color: #00bd74;
  }
  .oem-customization-flex {
    display: flex;
    flex-direction: column;
  }

  .oem-customization-left {
    width: 100%;
    padding-top: 85rem;
    padding-right: 0;
  }
  .oem-customization-img {
    width: 400rem;
    margin: 0 auto;
  }
  .oem-cooperation-item {
    padding: 0;
  }
  .oem-cooperation-item::after {
    display: none;
  }
  .oem-cooperation-card {
    padding-top: 100rem;
  }
  .oem-cooperation-num {
    top: 40rem;
    font-size: 20rem;
  }
  .oem-minimum-left {
    width: 100%;
  }
  .oem-minimum-box {
    display: flex;
    padding-bottom: 100rem;
    flex-direction: column;
  }
  .oem-minimum-text {
    width: 100%;
  }
  .oem-minimum-img {
    width: 100%;
    margin-top: 40rem;
  }
  .solutions-main-flex {
    flex-direction: column;
  }
  .solutions-main-decs {
    width: 100%;
    padding-left: 0;
    padding-top: 35rem;
  }
  .application-cases-cont {
    height: 220rem;
    background: #f1f8fa;
    padding: 35rem 25rem;
  }
  .about-main-flex {
    display: flex;
    align-items: flex-start;
    padding-top: 60rem;
    flex-direction: column;
  }
  .about-main-video {
    width: 100%;
    margin-top: 40rem;
  }
  .about-main-row {
    width: 100%;
  }
  .about-main-content {
    width: 100%;
  }
  .team-main-item,
  .team-main-item:nth-child(2n) {
    display: flex;
    justify-content: space-between;
    margin-top: 70rem;
    flex-direction: column;
  }
  .team-main-cont {
    width: 100%;
  }
  .team-main-img {
    width: 100%;
  }
  .about-application-item {
    flex-direction: column-reverse;
    padding: 30rem 30rem 30rem 30rem;
  }
  .about-application-img {
    width: 100%;
  }
  .about-application-left {
    width: 100%;
    padding-right: 0;
    padding-top: 30rem;
  }
  .about-application-text {
    padding-top: 30rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-application-btns {
    display: flex;
    justify-content: flex-end;
  }
  .strength-video-card {
    position: absolute;
    left: 5%;
    bottom: 105rem;
    width: 90%;
  }
  .strength-video-content {
    padding-top: 300rem;
    position: relative;
  }
  .strength-video-bg .public-title {
    position: absolute;
    left: 5%;
    bottom: 20rem;
    color: #fff;
  }
  .strength-process-content {
    padding: 45rem 0 0;
  }
  .strength-process-item {
    padding-left: 25rem;
  }
  .strength-process-img {
    width: 400rem;
    position: absolute;
    left: 280rem;
    top: 70%;
  }
  .public-contact-text {
    width: 100%;
  }
  .strength-production-prev {
    width: 70rem;
    height: 70rem;
    margin: 0 20rem;
  }
  .strength-production-next {
    width: 70rem;
    height: 70rem;
    margin: 0 20rem;
  }
  .culture-mian-content {
    display: flex;
    padding-top: 45rem;
    flex-direction: column;
  }
  .culture-mian-item {
    width: 100%;
    height: 640rem;
    margin-right: 0;
    margin-top: 50rem;
  }
  .culture-mian-item:nth-child(2) {
    margin-top: 50rem;
  }
  .honor-item-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50rem;
  }
  .team-content-swiper {
    padding-bottom: 200rem;
  }
  .team-swiper-prev {
    position: absolute;
    left: calc((100% - 140rem - 80rem) / 2);
    bottom: 0;
    width: 70rem;
    height: 70rem;
  }
  .team-swiper-next {
    position: absolute;
    right: calc((100% - 140rem - 80rem) / 2);
    bottom: 0;
    width: 70rem;
    height: 70rem;
  }
  .service-network-box {
    padding: 80rem 30rem;
  }
  .service-idea-card {
    width: 100%;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 5px 8px 38px 0px rgba(220, 231, 238, 0.72);
    padding: 45rem 40rem 50rem;
    align-items: flex-start;
  }
  .service-download-item {
    width: 100%;
    margin-right: 0;
  }
  .service-download-left {
    display: flex;
    width: 100%;
    align-items: flex-start;
  }
  .service-download-item {
    flex-direction: column;
    padding: 40rem 20rem 80rem;
    position: relative;
  }
  .service-download-cont {
    width: 100%;
    padding-left: 30rem;
  }
  .service-download-item .public-btn {
    position: absolute;
    right: 30rem;
    bottom: 30rem;
  }
  .contact-main-content {
    flex-direction: column;
  }
  .contact-main-left {
    width: 100%;
  }
  .contact-main-img {
    width: 100%;
    margin-top: 40rem;
  }
  .news-list-first {
    width: 100%;
    padding: 30rem;
    display: flex;
    background: #03a2ea;
    flex-direction: column;
  }
  .news-list-img {
    width: 100%;
  }
  .news-list-cont {
    width: 100%;
    padding-left: 0;
  }
  .news-list-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
  }
  .news-list-more {
    display: none;
  }
  .news-list-item {
    padding: 40rem 30rem;
    flex-direction: column-reverse;
  }
  .news-item-cont {
    padding-left: 0;
    width: 100%;
  }
  .news-list-item::after {
    display: none;
  }
  .news-item-text {
    margin-top: 30rem;
    display: none;
  }
  .news-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-item-date-all {
    font-weight: 500;
    color: #03a2ea;
    font-family: Montserrat;
    padding-top: 20rem;
  }
  .news-list-item:hover .news-item-date-all {
    color: #fff;
  }
  .public-pages-item {
    width: 80rem;
    height: 80rem;
  }
  .encyclopedia-item-box {
    width: 100%;
    margin-right: 0;
    flex-direction: column-reverse;
  }
  .encyclopedia-item-cont {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-bottom: 0;
  }
  .encyclopedia-item-cont::after {
    display: none;
  }
  .encyclopedia-item-box:hover .news-item-date-all {
    color: #fff;
  }
  .news-main-box {
    flex-direction: column;
  }
  .news-main-content {
    width: 100%;
    padding-right: 0;
  }
  .news-row-icon {
    width: 24rem;
  }
  .news-latest-box {
    width: 100%;
    padding-top: 80rem;
  }
  .news-latest-title {
    text-align: left;
  }
  .header-nav-on::after {
    left: 26rem;
  }
  .header-nav-section-main {
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav-section::after {
    display: none;
  }
  .header-nav-section-main {
    flex-direction: column;
  }
  .header-nav-box::before {
    content: "";
    top: 120rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #262626;
    opacity: 0.6;
  }
  .culture-mian-box {
    padding: 90rem 0 670rem;
  }
  .header-nav-on::after {
    bottom: auto;
    top: 70rem;
  }
  .index-service-bg {
    position: relative;
  }
  .index-solutions-cont-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-about-decs {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-about-decs p {
    padding-bottom: 0;
  }
  .index-about-flex {
    display: flex;
    flex-direction: column;
    padding-top: 40rem;
  }
  .index-about-item {
    width: 100%;
  }
  .index-about-p {
    width: auto;
  }
  .index-news-tabs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .index-news-tab {
    margin: 0 20rem;
  }
  .solutions-main-img {
    width: 150rem;
    margin: 0 auto;
  }
  .contact-map {
    width: 100%;
    height: 500rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 450px) {
  .oem-cooperation-num {
    font-size: 14px;
  }
}
