@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-400-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DingTalk-JinBuTi;
  src: url("./font/DingTalk-JinBuTi.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* 版心 */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}
.main-center-mini {
  width: 72.95%;
  margin: 0 auto;
}
.header-main-box {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 110rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  /*background: #e7ebf0;
  */
  padding: 0 150rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-main-hover {
  /* height: 400rem; */
  align-items: flex-start;
  /* background: rgba(255, 255, 255, 0.9); */
}
.header-main-open-none {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 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-main-open {
  height: 300rem;
  background: rgba(255, 255, 255, 1);
}
.header-top-box {
  padding-top: 20rem;
}
.header-top-title {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-title h1 {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-link {
  display: flex;
  align-items: center;
  color: rgba(87, 93, 108, 0.4);
}
.header-top-link a {
  margin: 0 10rem;
  color: rgba(87, 93, 108, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-link a:hover {
  color: rgba(87, 93, 108, 0.6);
}
.header-center-box {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone-box {
  display: flex;
  align-items: center;
  padding-left: 80rem;
}
.header-phone-img {
  width: 28rem;
}
.header-phone-number {
  padding-left: 15rem;
  font-weight: 600;
  color: #73ba2e;
}
.header-nav-box {
  display: flex;
  padding-top: 20rem;
}
.header-nav-item {
  padding: 20rem 40rem 40rem;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  /* font-weight: bold; */
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-title:hover {
  color: #3e71e8;
}
.header-center-logo {
  width: 241rem;
  margin-bottom: 10rem;
}
.header-center-logo img {
  width: 100%;
}
.header-nav-section {
  position: absolute;
  left: -10%;
  top: 90%;
  width: 120%;
  height: 0;
  overflow: hidden;
  background: #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-nav-item:hover .header-nav-section,
.header-main-hover .header-nav-section {
  height: auto;
}
.header-nav-text {
  text-align: center;
  color: #333333;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-item::after {
  content: "";
  position: absolute;
  bottom: 15rem;
  left: calc(50% - 5.5rem);
  width: 13rem;
  height: 11rem;
  background: url(./../esimg/icon/nav_selected.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.header-nav-on::after,
.header-nav-item:hover::after {
  display: block;
}
.header-nav-text:hover {
  color: #0860c1;
}
.header-nav-on .header-nav-title {
  color: #0860c1;
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.header-language-box {
  /* position: absolute; */
  /* right: 180rem; */
  /* top: 20rem;` */
  position: relative;
  margin-top: 15rem;
  margin-left: 20rem;
}
.header-language-main {
  display: flex;
  align-items: center;
  padding-bottom: 10rem;
}
.header-language-icon {
  width: 26rem;
}
.header-language-name {
  padding: 0 11rem;
  position: relative;
  color: #333333;
}
.header-language-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2rem);
  width: 7rem;
  height: 4rem;
  background: url(./../esimg/icon/icon-arr-bottom.png) no-repeat;
  background-size: 100% 100%;
}
.header-language-popup {
  position: absolute;
  top: 100%;
  left: calc(50% - 60rem);
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-language-box:hover .header-language-popup {
  height: auto;
}
.header-language-item {
  padding: 10rem 20rem;
  display: flex;
  width: 120rem;
  background: rgba(0, 0, 0, 0.6);
}
.header-language-item:hover {
  background: rgba(0, 0, 0, 0.8);
}
.header-language-by {
  padding-left: 15rem;
  color: #fff;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.index-banner-pagination {
  position: absolute;
  left: auto !important;
  right: 230rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 67rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 30rem;
  height: 4rem;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 6rem !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  width: 60rem;
  opacity: 1;
}
.footer-main-box {
  width: 100%;
  padding: 40rem 0;
  background: #232224;
}
.footer-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30rem;
}
.footer-top-item {
  display: flex;
  align-items: center;
}
.footer-top-icon {
  width: 20rem;
}
.footer-top-by {
  color: #ffffff;
  padding-left: 20rem;
}
.footer-top-phone {
  font-family: Montserrat;
  font-weight: bold;
  color: #ffffff;
}
.footer-center-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-bottom-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30rem;
}
.footer-bottom-text {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 50rem;
}
.footer-bottom-text a {
  color: #ffffff;
  opacity: 0.4;
}
.footer-bottom-flex {
  display: flex;
  align-items: center;
}
/* .banner-item {
  overflow: hidden;
  position: relative;
}

.banner-item-bg {
  display: block;
  width: 100%;
  transform: scale(1);
}

.swiper-slide-active .banner-item-bg {
  animation: bannerScale 8s linear 0s;
  -webkit-animation: bannerScale 8s linear 0s;
}

@keyframes bannerScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
  }
}

.swiper-slide-prev .banner-item-bg,
.swiper-slide-next .banner-item-bg {
  transform: scale(1);
} */
/* Banner Slick 样式 */
.banner {
  position: relative;
  overflow: hidden;
}

.banner .slick {
  position: relative;
}

.banner-item {
  position: relative;
  display: block;
}

.banner-item-bg {
  display: block;
  width: 100%;
  transition: transform 7s linear;
  transform: scale(1);
}

/* 动画类 */
.banner .slick .box0 {
  transform: scale(1.15);
  transition: transform 7s linear;
}

.banner .slick .box1 {
  transform: scale(1.5);
  opacity: 0;
  transition: all 800ms cubic-bezier(0.5, 0, 0.2, 1);
}

.banner .slick .box2 {
  transform: scale(1.15);
  transition: transform 7s linear;
}

/* 分页器样式 */
.index-banner-pagination {
  position: absolute;
  left: auto !important;
  right: 230rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 67rem !important;
  width: auto !important;
}

.index-banner-pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.index-banner-pagination li {
  border-radius: 0;
  width: 30rem;
  height: 4rem;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 6rem !important;
  transition: all 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.index-banner-pagination li.slick-active {
  width: 60rem;
  opacity: 1;
}

.index-banner-pagination button {
  display: none;
}
/* 动画类 */
.banner .slick .box0 {
  transform: scale(1.15) !important;
  transition: transform 7s linear !important;
}

.banner .slick .box1 {
  transform: scale(1.5) !important;
  opacity: 0 !important;
  transition: all 800ms cubic-bezier(0.5, 0, 0.2, 1) !important;
  -webkit-transform: scale(1.5) !important;
  -moz-transform: scale(1.5) !important;
  -ms-transform: scale(1.5) !important;
  -o-transform: scale(1.5) !important;
}

.banner .slick .box2 {
  transform: scale(1.15) !important;
  transition: transform 7s linear !important;
}
/* 分页器样式 */
.index-banner-pagination {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 67rem !important;
  width: 100% !important;
  z-index: 10;
}

.index-banner-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.index-banner-pagination li {
  border-radius: 0;
  width: 30rem;
  height: 4rem;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 6rem !important;
  transition: all 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  list-style: none;
}

.index-banner-pagination li.slick-active {
  width: 60rem;
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
}

.index-banner-pagination button {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index-news-box {
  padding: 80rem 0 100rem;
  width: 100%;
  background: url(./../esimg/img/index-news-bg.png) no-repeat;
  background-size: 100% 100%;
}
.public-title {
  font-weight: bold;
  color: #333333;
}
.index-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-btn {
  position: relative;
  padding: 0 31rem 0 22rem;
  min-width: 140rem;
  width: fit-content;
  height: 50rem;
  background: #e50112;
  border-radius: 20px 0px 20px 0px;
  display: flex;
  align-items: center;
  color: #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;
}
.public-btn:hover {
  border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -ms-border-radius: 25px 25px 25px 25px;
  -o-border-radius: 25px 25px 25px 25px;
}
.public-btn::after {
  content: "";
  position: absolute;
  right: 22rem;
  top: calc(50% - 7.5rem);
  width: 9rem;
  height: 15rem;
  background: url(./../esimg/icon/arr-right.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-first {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 40rem;
}
.index-news-first-img {
  width: 681rem;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.index-news-first-img img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.index-news-first-content {
  width: calc(100% - 681rem);
  padding-left: 30rem;
}
.index-news-date {
  font-weight: 400;
  color: #999999;
  position: relative;
  padding-bottom: 15rem;
}
.index-news-date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40rem;
  height: 2rem;
  background: #426ad7;
}
.index-news-first-content .index-news-date::after {
  background: #e50112;
}
.index-news-title {
  padding-top: 40rem;
  font-weight: bold;
  color: #333333;
}
.index-news-text {
  padding-top: 30rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-first-content .public-btn {
  margin-top: 30rem;
}
.index-news-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.index-news-item {
  width: calc((100% - 40rem) / 3);
  height: 250rem;
  margin-right: 20rem;
  margin-bottom: 30rem;
  padding: 30rem;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-item:hover {
  background-color: #426ad7;
}
.index-news-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}
.index-news-item:hover .index-news-img {
  opacity: 0.2;
}
.index-news-item:nth-child(3n) {
  margin-right: 0;
}
.index-news-name {
  font-weight: bold;
  color: #333333;
  padding-top: 30rem;
}
.index-news-item:hover .index-news-name {
  color: #ffffff;
}
.index-news-link {
  position: absolute;
  left: 30rem;
  bottom: 30rem;
  font-weight: 400;
  color: #999999;
}
.index-news-item:hover .index-news-link {
  color: #ffffff;
}
.index-news-item:hover .index-news-date::after {
  background: #fff;
}
.index-news-item:hover .index-news-date {
  color: #fff;
}
.index-thermal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-thermal-box {
  padding: 100rem 0 120rem;
}
.index-thermal-swiper {
  width: calc(100% - 160rem);
  margin-left: 160rem;
  overflow: hidden;
  margin-top: 60rem;
}
.index-thermal-slide {
  background: #f3f6fd;
  height: 640rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-thermal-slide:hover {
  background: #426ad7;
}
.index-thermal-img {
  width: 100%;
  height: 260rem;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.index-thermal-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  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-thermal-slide:hover .index-thermal-img img {
  transform: scale(1.1);
}
.index-thermal-content {
  padding: 30rem 20rem;
  position: relative;
  height: calc(100% - 260rem);
}
.index-thermal-date {
  color: #666666;
  transition: all 0.5s;
}
.index-thermal-slide:hover .index-thermal-date {
  color: #fff;
}
.index-thermal-title {
  font-weight: bold;
  color: #333333;
  padding-top: 30rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-thermal-slide:hover .index-thermal-title {
  color: #fff;
}
.index-thermal-text {
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  padding-top: 30rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-thermal-slide:hover .index-thermal-text {
  color: #fff;
}
.index-thermal-link {
  position: absolute;
  left: 20rem;
  bottom: 30rem;
  color: #426ad7;
  transition: all 0.5s;
}
.index-thermal-slide:hover .index-thermal-link {
  color: #fff;
}
.index-thermal-link::after {
  content: "";
  position: absolute;
  left: calc(100% + 8rem);
  top: calc(50% - 5.5rem);
  width: 7rem;
  height: 11rem;
  background: url(./../esimg/icon/arr-right-blue.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.index-thermal-slide:hover .index-thermal-link::after {
  background: url(./../esimg/icon/arr-right-white.png) no-repeat;
  background-size: 100% 100%;
}
.index-innovation-box {
  padding: 60rem 0 120rem;
  background: url(./../esimg/img/index-innovation-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-innovation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-innovation-content {
  display: flex;
  align-items: flex-start;
  padding-top: 80rem;
}
.index-innovation-left {
  width: 691rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-innovation-img {
  width: 100%;
  transition: all 0.5s;
}
.index-innovation-left:hover .index-innovation-img {
  transform: scale(1.1);
}
.index-innovation-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 60rem;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 20rem 25rem;
  background: rgba(66, 106, 215, 0.89);
}
.index-innovation-right {
  width: calc(100% - 691rem);
  padding-left: 35rem;
}
.index-innovation-item {
  width: 100%;
  height: 150rem;
  display: flex;
  align-items: center;
  padding: 0 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;
}
.index-innovation-item:hover {
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(210, 236, 252, 0.47);
}
.index-innovation-date {
  font-weight: bold;
  color: #426ad7;
}
.index-innovation-lable {
  font-weight: 400;
  padding-top: 10rem;
  color: #999999;
}
.index-innovation-lables {
  width: 150rem;
}
.index-innovation-cont {
  width: calc(100% - 150rem);
}
.index-innovation-name {
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-innovation-text {
  font-weight: 400;
  color: #666666;
  padding-top: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-banner-box {
  width: 100%;
  position: relative;
}
.puglic-banner-img {
  width: 100%;
}
.public-banner-content {
  position: absolute;
  left: 160rem;
  top: 150rem;
}
.public-banner-en {
  font-family: LibertinusSans;
  font-weight: 400;
  text-transform: uppercase;
}

.public-crumb-box {
  position: absolute;
  left: 160rem;
  bottom: 20rem;
  display: flex;
  align-items: center;
}
.public-crumb-box p,
.public-crumb-box a {
  font-weight: 400;
  color: #ffffff;
}
.public-crumb-box a {
  position: relative;
  margin-right: 25rem;
}
.public-crumb-box a::after {
  content: ">";
  position: absolute;
  right: -20rem;
}
.public-crumb-box a:last-child::after {
  content: "";
}
.public-banner-cn {
  font-weight: bold;
}
.color-red {
  color: #e50112;
}
.color-block {
  color: #333333;
}
.color-white {
  color: #fff;
}
.color-block p,
.color-block a {
  color: #333333;
}
.product-main-box {
  padding: 60rem 0 120rem;
}
.product-main-box .public-title {
  text-align: center;
}
.product-type-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20rem;
}
.product-type-item {
  font-weight: 400;
  color: #333333;
  margin: 0 40rem;
}
.product-list-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60rem;
}
.product-list-item {
  width: calc((100% - 60rem) / 3);
  margin-right: 30rem;
  margin-bottom: 60rem;
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid #426ad7;
  box-shadow: 0px 0px 32px 0px rgba(157, 164, 172, 0.27);
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.product-list-item:hover::before {
  opacity: 1;
}
.product-list-item::after {
  content: "";
  position: absolute;
  left: calc(50% - 44rem);
  top: calc(50% - 44rem);
  width: 88rem;
  height: 88rem;
  background: url(./../esimg/icon/product-item-icon.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.product-list-item:hover::after {
  opacity: 1;
}
.product-item-img {
  width: 100%;
}
.product-item-name {
  height: 112rem;
  padding-top: 30rem;
  text-align: center;
}
.public-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-page-item {
  width: 50rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7rem;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #d3d0d0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-page-item:hover {
  background-color: #e50112;
  color: #fff;
}
.public-page-on {
  background-color: #e50112;
  color: #fff;
}
.public-page-prev {
  background: url(./../esimg/icon/page-icon-left.png) no-repeat center;
  background-size: 17rem 14rem;
}
.public-page-next {
  background: url(./../esimg/icon/page-icon-right.png) no-repeat center;
  background-size: 17rem 14rem;
}
.about-types-box {
  display: flex;
  align-items: center;
  padding: 40rem 160rem 0;
  border-bottom: 1px solid #e7e3e3;
}
.about-type-item {
  margin-right: 100rem;
  padding-bottom: 20rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-type-item:hover,
.about-type-on {
  color: #e50112;
  border-bottom: 2px solid #e50112;
}
.about-info-box {
  display: flex;
  align-items: flex-start;
  margin-top: 65rem;
}
.about-info-left {
  width: 680rem;
}
.about-info-img {
  width: 100%;
}
.about-info-right {
  width: calc(100% - 680rem);
  padding-left: 70rem;
}
.about-info-title {
  font-weight: bold;
  color: #303030;
  padding-top: 20rem;
  position: relative;
  padding-bottom: 10rem;
}
.about-info-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 2rem;
  background: #e50112;
}
.about-info-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20rem;
  width: 20rem;
  height: 2rem;
  background: #015794;
}
.about-info-name {
  font-weight: 400;
  color: #303030;
  padding-top: 30rem;
}
.about-info-decs {
  padding-top: 35rem;
  color: #303030;
  line-height: 1.8;
}
.about-info-decs p {
  padding-bottom: 20rem;
}
.about-info-decs p:last-child {
  padding-bottom: 0;
}
.about-history-box {
  position: relative;
}
.about-history-img {
  width: 100%;
}
.about-history-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 132rem;
}
.about-history-box .about-title-cn {
  padding-top: 80rem;
}
.about-history-swiper {
  padding-top: 60rem;
  position: relative;
  overflow: hidden;
}
.about-history-swiper::before {
  content: "";
  position: absolute;
  left: 30rem;
  top: 170rem;
  width: calc(100% - 60rem);
  height: 1px;
  background: rgba(159, 183, 213, 0.3);
}

.about-title-cn {
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 15rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.about-title-cn::before {
  content: "";
  position: absolute;
  left: calc(50% - 20rem);
  bottom: 0;
  width: 20rem;
  height: 2rem;
  background: #e50112;
}
.about-title-cn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20rem;
  height: 2rem;
  background: #015794;
}
.about-title-white {
  color: #fff;
}
.history-swiper-year {
  font-family: Arial;
  text-align: center;
  font-size: 40rem;
  line-height: 1;
  color: #333333;
  height: 150rem;
  padding-bottom: 70rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.history-swiper-year::after {
  content: "";
  width: 10rem;
  height: 10rem;
  background: #9fb7d5;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 5rem);
  bottom: 35rem;
}
.swiper-slide-active .history-swiper-year {
  font-weight: bold;
  font-size: 80rem;
  color: #e50112;
}
.swiper-slide-active .history-swiper-year::after {
  content: "";
  width: 14rem;
  height: 14rem;
  background: #e50112;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7rem);
  bottom: 33rem;
}
.history-swiper-decs {
  text-align: center;
  display: none;
  color: #333333;
  line-height: 1.8;
}
.swiper-slide-active .history-swiper-decs {
  display: block;
}
.about-history-prev {
  width: 18rem;
  height: 32rem;
  background: url(./../esimg/icon/arr-left-gray.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 155rem;
}
.about-history-next {
  width: 18rem;
  height: 32rem;
  background: url(./../esimg/icon/arr-right-gray.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 155rem;
}
.about-culture-box {
  padding: 90rem 0 110rem;
  position: relative;
}
.about-culture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-culture-bg-show {
  opacity: 1;
}
.about-culture-main {
  position: relative;
  padding-top: 120rem;
}
.about-culture-img {
  width: 1304rem;
  margin: 0 auto;
}
.about-culture-icons {
  position: relative;
  width: fit-content;
}
.about-culture-icons::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  z-index: -1;
  pointer-events: none;
  border-color: #9dc78d;
  animation: _circlescale infinite 2s -3s linear;
  -webkit-animation: _circlescale infinite 2s -3s linear;
}
.about-culture-item:nth-child(2) .about-culture-icons::before {
  border-color: #e9880c;
}
.about-culture-item:nth-child(3) .about-culture-icons::before {
  border-color: #426ad7;
}
.about-culture-item:nth-child(4) .about-culture-icons::before {
  border-color: #d3393d;
}
@keyframes _circlescale {
  0% {
    transform: scale(0.8);
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.05);
    opacity: 0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

.about-culture-icon {
  width: 91rem;
  height: 91rem;
}
.about-culture-byte {
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-culture-name {
  padding-top: 10rem;
  font-weight: bold;
  color: #333333;
}
.about-culture-item {
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-culture-item-hiden {
  opacity: 0.4;
}
.about-culture-item-height::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 10rem);
  width: 60%;
  height: 3rem;
  background: #fff;
}
.about-culture-item-height .about-culture-name {
  color: #fff;
}
.about-culture-item:nth-child(1) {
  content: "";
  position: absolute;
  left: 70rem;
  top: 180rem;
}
.about-culture-item:nth-child(2) {
  content: "";
  position: absolute;
  left: 570rem;
  top: 380rem;
}
.about-culture-item:nth-child(3) {
  content: "";
  position: absolute;
  left: 845rem;
  top: 71rem;
}
.about-culture-item:nth-child(4) {
  content: "";
  position: absolute;
  right: 70rem;
  top: 230rem;
}
.about-honor-box {
  position: relative;
}
.about-honor-bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-honor-content {
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%; */
  padding: 100rem 0 190rem;
}
.about-honor-list {
  padding-top: 70rem;
  display: flex;
  flex-wrap: wrap;
}
.about-honor-item {
  width: calc((100% - (80rem * 4)) / 5);
  margin-right: 80rem;
  margin-bottom: 30rem;
}
.about-honor-item:nth-child(5n) {
  margin-right: 0;
}
.about-honor-img {
  width: 100%;
}
.market-main-box {
  padding: 60rem 0 120rem;
}
.market-main-box .public-title {
  text-align: center;
}
.market-map-box {
  position: relative;
}
.market-map-bg {
  width: 1286rem;
  margin: 0 auto;
}
.market-content-box {
  width: 1200rem;
  padding: 40rem 140rem;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(186, 206, 216, 0.47);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.market-content-left {
  width: 180rem;
}
.market-content-title {
  padding-left: 30rem;
  font-weight: bold;
  color: #303030;
  position: relative;
}
.market-content-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10.5rem);
  width: 21rem;
  height: 21rem;
  background: url(./../esimg/icon/market-content-icon.png) no-repeat;
  background-size: 100% 100%;
}
.market-content-right {
  width: calc(100% - 180rem);
  display: flex;
  flex-wrap: wrap;
}
.market-content-item {
  padding-left: 15rem;
  padding-right: 25rem;
  margin: 5rem 0;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.market-content-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  background: #426ad7;
  border-radius: 50%;
}
.market-map-item {
  position: absolute;
}
.market-map-icon {
  width: 19rem;
  height: 25rem;
  background: url(./../esimg/icon/locate_blue.png) no-repeat;
  background-size: 100% 100%;
}
.market-map-item:hover .market-map-icon {
  background: url(./../esimg/icon/locate_red.png) no-repeat;
  background-size: 100% 100%;
}
.market-map-text {
  position: absolute;
  right: 150%;
  top: 40%;
  width: 70rem;
  height: 33rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0px 0px 18px 0px rgba(186, 206, 216, 0.47);
  border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.market-map-item:hover .market-map-text {
  display: flex;
}
.market-map-text::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  border-left: 10rem solid rgba(255, 255, 255, 0.74);
}
.market-map-item:nth-child(1) {
  content: "";
  position: absolute;
  left: 205rem;
  top: 180rem;
}
.market-map-item:nth-child(2) {
  content: "";
  position: absolute;
  left: 295rem;
  top: 230rem;
}
.market-map-item:nth-child(3) {
  content: "";
  position: absolute;
  left: 565rem;
  top: 245rem;
}
.market-map-item:nth-child(4) {
  content: "";
  position: absolute;
  left: 595rem;
  top: 265rem;
}
.market-map-item:nth-child(5) {
  content: "";
  position: absolute;
  left: 635rem;
  top: 295rem;
}
.market-map-item:nth-child(6) {
  content: "";
  position: absolute;
  left: 665rem;
  top: 295rem;
}
.market-map-item:nth-child(7) {
  content: "";
  position: absolute;
  left: 625rem;
  top: 328rem;
}
.market-map-item:nth-child(8) {
  content: "";
  position: absolute;
  left: 645rem;
  top: 328rem;
}
.market-map-item:nth-child(9) {
  content: "";
  position: absolute;
  left: 619rem;
  top: 352rem;
}
.market-map-item:nth-child(10) {
  content: "";
  position: absolute;
  left: 631rem;
  top: 348rem;
}
.market-map-item:nth-child(11) {
  content: "";
  position: absolute;
  left: 681rem;
  top: 240rem;
}
.market-map-item:nth-child(12) {
  content: "";
  position: absolute;
  left: 687rem;
  top: 270rem;
}
.market-map-item:nth-child(13) {
  content: "";
  position: absolute;
  left: 732rem;
  top: 270rem;
}
.news-list-box {
  padding: 100rem 0 120rem;
}
.news-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30rem;
  background: #ffffff;
  box-shadow: 0px 0px 43px 0px rgba(196, 197, 198, 0.4);
  border-radius: 10px;
}
.news-list-item:hover {
  background: #426ad7;
}
.news-list-imgs {
  width: 442rem;
  border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  -o-border-radius: 10px 0 10px 0;
  overflow: hidden;
}
.news-list-imgs img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-item:hover .news-list-imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news-list-cont {
  width: calc(100% - 442rem);
  padding: 50rem 135rem 50rem 50rem;
  position: relative;
}
.news-list-cont::after {
  content: "";
  position: absolute;
  right: 50rem;
  top: calc(50% - 9rem);
  width: 26rem;
  height: 18rem;
  background: url(./../esimg/icon/page-icon-right.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-date {
  font-weight: 400;
  color: #999999;
  padding-bottom: 12rem;
  position: relative;
}
.news-list-item:hover .news-list-date {
  color: #ffffff;
}
.news-list-date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30rem;
  height: 2rem;
  background: #c9cdcf;
}
.news-list-item:hover .news-list-date::after {
  background: #ffffff;
}
.news-list-name {
  font-weight: bold;
  padding-top: 20rem;
  color: #333333;
}
.news-list-item:hover .news-list-name {
  color: #ffffff;
}
.news-list-text {
  padding-top: 15rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item:hover .news-list-text {
  color: #ffffff;
}
.news-info-main {
  padding: 90rem 0 120rem;
  display: flex;
}
.news-info-left {
  width: 1110rem;
}
.news-info-right {
  width: calc(100% - 1110rem);
  padding-left: 30rem;
}
.news-info-title {
  padding: 0 20rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.news-info-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25rem 0 40rem;
  border-bottom: 1px solid #e3e9ec;
}
.news-info-intel {
  position: relative;
  padding-left: 26rem;
  font-weight: 400;
  color: #999999;
  margin: 0 20rem;
}
.news-info-intel::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/icon_date.png) no-repeat;
  background-size: 100% 100%;
}
.news-info-author::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/icon_author.png) no-repeat;
  background-size: 100% 100%;
}
.news-info-source::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/icon_source.png) no-repeat;
  background-size: 100% 100%;
}
.news-info-content {
  padding-top: 40rem;
  line-height: 1.6;
  border-bottom: 1px solid #e3e9ec;
}
.news-info-content p,
.news-info-content h5 {
  margin-bottom: 30rem;
}
.news-info-content img {
  max-width: 100%;
  margin: 0 auto 20rem;
}
.news-info-content p a {
  display: inline-block;
}
.news-info-btns {
  display: flex;
  justify-content: space-between;
  padding-top: 40rem;
}
.news-info-link {
  color: #333333;
  line-height: 1.6;
  margin: 5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info-btn-left {
  width: 70%;
}
.news-recommend-name {
  font-weight: bold;
  color: #333333;
}
.news-recommend-list {
  padding-top: 40rem;
}
.news-recommend-item {
  border-radius: 10px;
  border: 1px solid #eaecee;
  padding: 30rem 70rem 30rem 30rem;
  position: relative;
  margin-bottom: 20rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-recommend-item::after {
  content: "";
  position: absolute;
  right: 30rem;
  top: calc(50% - 7rem);
  width: 20rem;
  height: 14rem;
  background: url(./../esimg/icon/arr-link-gray.png) no-repeat;
  background-size: 100% 100%;
}
.news-recommend-item:hover::after {
  background: url(./../esimg/icon/arr-link-white.png) no-repeat;
  background-size: 100% 100%;
}
.news-recommend-item:hover {
  background: #426ad7;
}
.news-recommend-name {
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-recommend-item:hover .news-recommend-name {
  color: #ffffff;
}
.news-recommend-date {
  padding-top: 10rem;
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-recommend-item:hover .news-recommend-date {
  color: #ffffff;
}
.news-list-box .public-page-box {
  margin-top: 60rem;
}
.product-content-box {
  background: #f8f9f9;
  padding: 70rem 0 115rem;
}
.product-content-header {
  display: flex;
  align-items: flex-start;
}
.product-content-img {
  width: 540rem;
}
.product-header-right {
  width: calc(100% - 540rem);
  padding-left: 80rem;
}
.product-content-title {
  font-weight: bold;
  color: #333333;
  position: relative;
}
.product-content-title::before {
  content: "";
  position: absolute;
  left: -25rem;
  top: calc(50% - 20rem);
  width: 2rem;
  height: 20rem;
  background: #e50112;
}
.product-content-title::after {
  content: "";
  position: absolute;
  left: -25rem;
  top: calc(50%);
  width: 2rem;
  height: 20rem;
  background: #426ad7;
}
.product-header-line {
  width: 800rem;
  margin-top: 15rem;
  border-top: 1px solid #e7e3e3;
}
.product-header-content {
  padding-top: 15rem;
}
.product-header-flex {
  width: 800rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.product-header-name:nth-child(2) {
  width: 30%;
}
.product-header-decs {
  color: #333333;
  line-height: 1.6;
}
.product-header-decs p {
  padding-top: 30rem;
}
.product-main-content {
  padding: 60rem 100rem 0;
  background: #fff;
  margin-top: 70rem;
}
.product-section-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.product-section-table {
  width: 100%;
  margin-top: 40rem;
}
.product-section-table table {
  width: 100%;
  table-layout: fixed;
}
.product-section-table thead th {
  background: #426ad7;
  font-weight: bold;
  color: #ffffff;
  border-right: 1px solid #fff;
}
.product-section-table thead th:last-child {
  border-right: none;
}
.product-section-table th,
.product-section-table td {
  width: 33.33%;
  height: 50rem;
  text-align: center;
  border: 1px solid #e7e3e3;
}
.product-section-table tbody tr:nth-child(2n) {
  background: #f3f7f9;
}
.product-main-section {
  padding-bottom: 100rem;
}
.product-main-pt {
  padding-top: 100rem;
}
.product-feature-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45rem;
}
.product-feature-item {
  width: 180rem;
  height: 180rem;
  background: #426ad7;
  border-radius: 50%;
  border: 9rem solid #f0f3fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 25rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-feature-item:hover {
  background: #e50112;
  border: 9rem solid #fdebec;
}
.product-feature-number {
  color: #fffefe;
  font-family: Times New Roman;
}
.product-feature-name {
  font-weight: bold;
  color: #fffefe;
  text-align: center;
}
.product-structure-box {
  background: #f4f6fd;
  padding: 60rem 80rem 100rem;
}
.product-structure-img {
  width: 100%;
  margin-top: 70rem;
}
.product-structure-flex {
  margin-top: 55rem;
  display: flex;
  justify-content: space-between;
}
.product-structure-item {
  width: 652rem;
}
.product-structure-text {
  text-align: center;
  color: #333333;
  line-height: 1.6;
  padding-top: 30rem;
}
.product-application-main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.product-application-item {
  width: calc((100% - 60rem) / 4);
  margin-right: 20rem;
}
.product-application-item:nth-child(4n) {
  margin-right: 0;
}
.product-application-item-plus {
  width: calc((100% - 40rem) / 3);
}
.product-application-item-plus:nth-child(3n) {
  margin-right: 0;
}
.product-application-img {
  width: 100%;
}
.product-application-name {
  width: 100%;
  height: 60rem;
  background: #eff2f8;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-application-item:hover .product-application-name {
  background: #426ad7;
  color: #ffffff;
}
.product-behavior-box {
  display: flex;
  justify-content: space-between;
}
.product-behavior-item {
  width: calc((100% - 50rem) / 2);
  margin-right: 50rem;
  height: 300rem;
  background: #eff2f8;
  border-top: 1px solid #426ad7;
  margin-top: 40rem;
  position: relative;
  padding: 40rem 22rem 0;
}
.product-behavior-item:nth-child(2n) {
  margin-right: 0;
}
.product-behavior-item::after {
  content: "";
  position: absolute;
  width: 242rem;
  height: 78rem;
  right: 25rem;
  bottom: 0;
  background: url(./../esimg/icon/product-behavior-icon.png) no-repeat;
  background-size: 100% 100%;
}
.product-behavior-title {
  font-weight: bold;
  color: #333333;
}
.product-behavior-content {
  padding-top: 30rem;
}
.product-behavior-text {
  margin-bottom: 10rem;
  position: relative;
  padding-left: 23rem;
  color: #333333;
}
.product-behavior-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;
  width: 6rem;
  height: 6rem;
  background: #333333;
  border-radius: 50%;
}
.product-physical-item {
  width: 340rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-physical-item:nth-child(2n) {
  flex-direction: column-reverse;
}
.product-physical-box {
  padding-top: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin: 0 100rem;
}
.product-physical-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 59.7%;
  width: 100%;
  border-bottom: 1px dotted #bfbfbf;
}
.product-physical-number {
  font-weight: bold;
  color: #426ad7;
  margin-left: 120rem;
}
.product-physical-item:nth-child(2n) .product-physical-number {
  margin-bottom: 66rem;
}
.product-physical-dot {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #426ad7;
  margin-top: 8rem;
  margin-left: 120rem;
  position: relative;
  z-index: 2;
}
.product-physical-dot::after {
  content: "";
  position: absolute;
  top: calc(50% - 9rem);
  left: calc(50% - 9rem);
  width: 18rem;
  height: 18rem;
  background: #426ad7;
  border-radius: 50%;
}
.product-physical-cont {
  width: 340rem;
  height: 80rem;
  color: #333333;
  background: linear-gradient(180deg, #ebf1ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
  margin-bottom: 15rem;
  border: 1px solid rgba(228, 234, 249, 1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-physical-item:hover .product-physical-cont {
  color: #e50112;
}
.product-advantage-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 52rem;
}
.product-advantage-item {
  width: calc((100% - 50rem) / 3);
  margin-right: 25rem;
  border: 1px solid #dbe5ff;
}
.product-advantage-item:nth-child(3n) {
  margin-right: 0;
}
.product-advantage-name {
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 50rem;
  display: flex;
  align-items: center;
  padding-left: 25rem;
  background: linear-gradient(90deg, #426ad7 0%, #91affe 100%);
}
.product-advantage-desc {
  height: 150rem;
  padding: 20rem 25rem;
  line-height: 1.6;
  background: linear-gradient(180deg, #dbe5ff, #ffffff);
}
.product-process-box {
  background: #f3f6fd;
  padding: 90rem 65rem;
  margin-bottom: 90rem;
}
.product-process-main {
  padding: 70rem 0;
  position: relative;
  margin-top: 40rem;
}
.product-process-img {
  width: 100%;
}
.product-process-item {
  position: absolute;
  color: #333333;
  width: 20%;
  text-align: center;
}
.product-process-item:nth-child(1) {
  left: 0;
  top: 10rem;
}
.product-process-item:nth-child(2) {
  left: 20%;
  bottom: 0rem;
}
.product-process-item:nth-child(3) {
  left: 39%;
  top: 10rem;
}
.product-process-item:nth-child(4) {
  left: 58%;
  bottom: 0rem;
}
.product-process-item:nth-child(5) {
  left: 77%;
  top: 10rem;
}
.contact-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-content-box {
  padding-top: 50rem;
}
.contact-title-en {
  font-family: Arial;
  font-weight: 400;
  color: #c3cfd7;
}
.contact-content-list {
  display: flex;
  flex-wrap: wrap;
  padding: 60rem 0;
}
.contact-content-item {
  width: calc((100% - 50rem) / 3);
  margin-right: 25rem;
  background: #f5f7fb;
  padding: 40rem 0 40rem 45rem;
  display: flex;
  align-items: flex-start;
}
.contact-content-item:nth-child(3n) {
  margin-right: 0;
}
.contact-content-item:hover {
  background: #426ad7;
}
.contact-content-item .nor {
  display: block;
}
.contact-content-item .sel {
  display: none;
}
.contact-content-item:hover .nor {
  display: none;
}
.contact-content-item:hover .sel {
  display: block;
}
.contact-content-icon {
  width: 56rem;
  height: 56rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-content-cont {
  width: calc(100% - 56rem);
  padding-left: 10rem;
}
.contact-content-phone {
  font-weight: 400;
  color: #999999;
}
.contact-content-item:hover .contact-content-phone {
  color: #ffffff;
}
.contact-content-text {
  color: #333333;
  padding-top: 5rem;
}
.contact-content-item:hover .contact-content-text {
  color: #ffffff;
}
.contact-map-box {
  width: 100%;
}
.contact-map-img {
  width: 100%;
}
@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-main-box {
    padding: 0 120rem;
  }
  .header-nav-item {
    padding: 19rem 35rem 40rem;
    position: relative;
  }
  .header-main-open {
    height: 450rem;
  }
}
@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: 768px) 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,
  .main-center-mini {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 167rem;
  }
  .header-wap-close {
    position: absolute;
    right: 40rem;
    top: 40rem;
    width: 48rem;
    height: 48rem;
    background: url(./../esimg/icon/icon_close.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-nav-box {
    width: 70vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 120rem;
  }
  .header-nav-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30vw;
    left: -30vw;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-nav-on .header-nav-title {
    position: relative;
  }
  .header-nav-on .header-nav-title::after {
    content: "·";
    position: absolute;
    left: -20rem;
  }
  .header-nav-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 20rem 30rem;
    height: 110rem;
    margin-top: 0;
    background: #fff;
    position: relative;
    align-items: center;
  }

  .header-wap-show {
    width: 66rem;
    height: 66rem;
    background: url(./../esimg/icon/header-show-btn.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-language-box {
    position: relative;
    right: auto;
    top: auto;
  }
  .index-banner-pagination {
    position: absolute;
    left: auto !important;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 67rem !important;
  }
  .header-main-right {
    margin-right: 0;
  }

  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .header-language-name::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 4rem);
    width: 14rem;
    height: 8rem;
    background: url(./../esimg/icon/icon-arr-bottom.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-language-name {
    padding-right: 30rem;
  }
  .header-language-box {
    margin-right: 50rem;
    margin-top: 10rem;
  }
  .header-language-icon {
    width: 52rem;
  }
  .header-language-item {
    width: 150%;
  }
  .header-language-popup {
    position: absolute;
    top: 100%;
    left: -10%;
  }
  .header-nav-item::after {
    display: none !important;
  }
  .footer-header-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-top-item {
    padding-bottom: 20rem;
  }
  .footer-top-icon {
    width: 30rem;
  }
  .footer-bottom-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom-text {
    padding-bottom: 20rem;
  }
  .header-center-logo {
    width: 200rem;
    margin-bottom: 0;
  }
  .wap-tab-box {
    display: flex !important;
    background: #ffffff;
    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: #333333;
  }
  .footer-wap-item {
    flex: 1;
  }
  .footer-wap-phone {
    width: 104rem;
    margin: -70rem auto 0;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
  }
  /* 手机底部 */
  @keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(0);
      transform: translate3d(0, 0, 0) translateX(0);
      -moz-transform: translate3d(0, 0, 0) translateX(0);
      -ms-transform: translate3d(0, 0, 0) translateX(0);
      -o-transform: translate3d(0, 0, 0) translateX(0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(0);
      transform: translate3d(0, -14px, 0) translateX(0);
      -moz-transform: translate3d(0, -14px, 0) translateX(0);
      -ms-transform: translate3d(0, -14px, 0) translateX(0);
      -o-transform: translate3d(0, -14px, 0) translateX(0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(0);
      transform: translate3d(0, -6px, 0) translateX(0);
      -moz-transform: translate3d(0, -6px, 0) translateX(0);
      -ms-transform: translate3d(0, -6px, 0) translateX(0);
      -o-transform: translate3d(0, -6px, 0) translateX(0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(0);
      transform: translate3d(0, -1px, 0) translateX(0);
      -moz-transform: translate3d(0, -1px, 0) translateX(0);
      -ms-transform: translate3d(0, -1px, 0) translateX(0);
      -o-transform: translate3d(0, -1px, 0) translateX(0);
    }
  }
  .index-news-first {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 40rem;
    flex-direction: column;
  }
  .index-news-first-img {
    width: 100%;
  }
  .index-news-first-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30rem;
  }
  .index-news-title {
    padding-top: 30rem;
  }
  .index-news-text {
    padding-top: 10rem;
  }
  .index-news-first-content .public-btn {
    margin: 30rem auto 0;
  }
  .public-btn {
    min-width: 200rem;
    height: 70rem;
    padding: 0 52rem 0 30rem;
  }
  .public-btn::after {
    content: "";
    position: absolute;
    right: 22rem;
    top: calc(50% - 9rem);
    width: 15rem;
    height: 19rem;
    background: url(./../esimg/icon/arr-right.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-news-item {
    width: 100%;
    height: 320rem;
    margin-right: 0;
    padding: 30rem;
  }
  .index-thermal-swiper {
    width: 100%;
    margin-left: 30rem;
    overflow: hidden;
    margin-top: 60rem;
  }
  .index-thermal-slide {
    height: 750rem;
  }
  .index-thermal-link::after {
    left: calc(100% + 12rem);
    top: calc(50% - 7rem);
    width: 12rem;
    height: 18rem;
  }
  .index-innovation-content {
    display: flex;
    align-items: flex-start;
    padding-top: 80rem;
    flex-direction: column;
  }
  .index-innovation-left {
    width: 100%;
  }
  .index-innovation-right {
    width: 100%;
    padding-left: 0;
  }
  .index-innovation-item {
    width: 100%;
    margin-top: 40rem;
    height: 240rem;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .index-innovation-lables {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 20rem;
  }
  .index-innovation-cont {
    width: 100%;
  }
  .product-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60rem;
  }
  .public-page-item {
    width: 60rem;
    height: 60rem;
  }
  .public-page-prev {
    background: url(./../esimg/icon/page-icon-left.png) no-repeat center;
    background-size: 23rem 17rem;
  }
  .public-page-next {
    background: url(./../esimg/icon/page-icon-right.png) no-repeat center;
    background-size: 23rem 17rem;
  }
  .public-banner-content {
    position: absolute;
    left: 50rem;
    top: 60rem;
  }
  .about-types-box {
    display: flex;
    align-items: center;
    padding: 40rem 30rem 0;
    border-bottom: 1px solid #e7e3e3;
  }
  .about-info-box {
    display: flex;
    align-items: flex-start;
    margin-top: 65rem;
    flex-direction: column;
  }
  .about-info-left {
    width: 100%;
  }
  .about-info-right {
    width: 100%;
    padding-left: 0;
    padding-top: 60rem;
  }
  .about-history-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 30rem;
  }
  .about-history-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .about-history-box {
    padding: 60rem 0 300rem;
  }
  .about-culture-img {
    display: none;
  }
  .about-culture-content {
    display: flex;
    flex-wrap: wrap;
  }
  .about-culture-item:nth-child(1),
  .about-culture-item:nth-child(2),
  .about-culture-item:nth-child(3),
  .about-culture-item:nth-child(4) {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40rem;
  }
  .about-culture-main {
    position: relative;
    padding-top: 60rem;
  }
  .about-honor-item {
    width: calc((100% - 40rem) / 2);
    margin-right: 40rem;
    margin-bottom: 30rem;
  }
  .about-honor-item:nth-child(2n) {
    margin-right: 0;
  }
  .market-map-bg {
    width: 100%;
    margin: 0 auto;
  }
  .market-content-box {
    width: 100%;
    padding: 40rem 30rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .market-content-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20rem;
  }
  .market-content-item {
    padding-left: 20rem;
    padding-right: 35rem;
    margin: 5rem 0;
  }
  .market-content-item::before {
    top: calc(50% - 4rem);
    width: 8rem;
    height: 8rem;
  }
  .news-list-item {
    flex-direction: column;
  }
  .news-list-imgs {
    width: 100%;
  }
  .news-list-cont {
    width: 100%;
    padding: 50rem 50rem 50rem 50rem;
    position: relative;
  }
  .news-list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-list-cont::after {
    content: "";
    position: absolute;
    right: 50rem;
    top: 17%;
    width: 34rem;
    height: 22rem;
  }
  .news-info-main {
    padding: 90rem 0 120rem;
    display: flex;
    flex-direction: column;
  }
  .news-info-left {
    width: 100%;
  }
  .news-info-title {
    padding: 0;
  }
  .news-info-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .news-info-intel {
    margin-bottom: 10rem;
    padding-left: 40rem;
  }
  .news-info-intel::after {
    top: calc(50% - 15rem);
    width: 30rem;
    height: 30rem;
  }
  .news-info-btns {
    display: flex;
    justify-content: space-between;
    padding-top: 40rem;
    flex-direction: column;
  }
  .news-info-btn-left {
    width: 100%;
  }
  .news-info-btns .public-btn {
    margin: 40rem auto 0;
  }
  .news-info-right {
    width: 100%;
    padding-left: 0;
    padding-top: 80rem;
  }
  .news-recommend-item::after {
    content: "";
    position: absolute;
    right: 30rem;
    top: calc(50% - 10.5rem);
    width: 30rem;
    height: 21rem;
  }
  .product-content-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .product-content-img {
    width: 100%;
  }
  .product-header-right {
    width: 100%;
    padding: 40rem 30rem;
  }
  .product-header-flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .product-header-name {
    margin-bottom: 10rem;
    line-height: 1.6;
  }
  .product-header-name:nth-child(2) {
    width: 100%;
  }
  .product-main-content {
    padding: 60rem 20rem 0;
    background: #fff;
    margin-top: 70rem;
  }
  .product-section-table th,
  .product-section-table td {
    min-height: 70rem;
    padding: 10rem 0;
  }

  .product-feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45rem;
    flex-wrap: wrap;
  }
  .product-feature-item {
    width: 210rem;
    height: 210rem;
  }
  .product-structure-box {
    background: #f4f6fd;
    padding: 60rem 20rem 100rem;
  }
  .product-structure-flex {
    margin-top: 55rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .product-structure-item {
    width: 100%;
    margin-bottom: 20rem;
  }
  .product-application-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20rem;
  }
  .product-application-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-application-name {
    width: 100%;
    height: 80rem;
  }
  .product-behavior-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .product-behavior-item {
    width: 100%;
    margin-right: 0;
    height: 500rem;
    background: #eff2f8;
    border-top: 1px solid #426ad7;
    margin-top: 40rem;
    position: relative;
    padding: 40rem 22rem 0;
  }
  .product-physical-box {
    padding-top: 50rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 0;
    flex-direction: column;
  }
  .product-physical-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .product-physical-item:nth-child(2n) {
    flex-direction: row;
  }
  .product-physical-item:nth-child(2n) .product-physical-number {
    margin-bottom: 0;
  }
  .product-physical-cont {
    width: 60%;
    height: 100rem;
    color: #333333;
    background: linear-gradient(180deg, #ebf1ff, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .product-physical-number {
    margin-left: 0;
  }
  .product-physical-dot {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #426ad7;
    margin-top: 8rem;
    margin-left: 50rem;
    margin-right: 50rem;
  }
  .product-physical-box::after {
    display: none;
  }
  .product-physical-item::after {
    content: "";
    position: absolute;
    left: 10.5%;
    top: 51%;
    width: 20%;
    border-bottom: 1px dashed #426ad7;
  }
  .product-behavior-text::before {
    top: 15rem;
  }
  .product-advantage-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .product-advantage-name {
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    height: 80rem;
    padding-left: 25rem;
  }
  .product-advantage-desc {
    height: 230rem;
    margin-bottom: 30rem;
  }
  .product-process-item:nth-child(1),
  .product-process-item:nth-child(2),
  .product-process-item:nth-child(3),
  .product-process-item:nth-child(4),
  .product-process-item:nth-child(5) {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    position: relative;
    width: 100%;
    margin-bottom: 20rem;
    text-align: left;
  }
  .product-process-item::before {
    content: "";
    position: absolute;
    left: -26rem;
    top: 13rem;
    width: 15rem;
    height: 15rem;
    background: #0860c1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .product-process-list {
    margin-top: 50rem;
    position: relative;
    padding-left: 20rem;
  }
  .product-process-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20rem;
    width: 2px;
    height: 100%;
    border-left: 1px dashed #426ad7;
  }
  .product-process-main {
    padding: 30rem 0;
    position: relative;
    margin-top: 20rem;
  }
  .contact-content-item {
    width: 100%;
    margin-right: 0;
    background: #f5f7fb;
    padding: 40rem 0 40rem 45rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20rem;
  }
  .contact-content-icon {
    width: 72rem;
    height: 72rem;
  }
  .contact-content-cont {
    width: calc(100% - 72rem);
    padding-left: 20rem;
  }
  .about-culture-item-height::after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .footer-top-phone {
    font-size: 14px;
  }
  .product-feature-name {
    font-size: 14px;
  }
}
