@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
  scroll-padding-top: 5.5rem;
  background-color: #fff;
}
body {
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
 
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
}
.Pcimg {
  display: block;
}
.Mimg {
  display: none;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: #283593;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 1.875rem;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.w1600 {
  /* width: 100rem; */
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.w1400 {
  /* width: 87.5rem; */
  width: 90rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.w1240 {
  width: 77.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.w1200 {
  width: 75rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.color1 {
  color: #1FB582;
}
.inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 0.125rem;
  background-color: #283593;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #333;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.main1600{max-width:1600px;margin:0 auto}

.inner-header-icon-out span {
  background: #333;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.fp-overflow {
  display: block;
  width: 100%;
  height: 100%;
  
}
.fp-watermark {
  display: none;
}
#myMenu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#myMenu.white li a span {
  color: #fff;
}
#myMenu.white li a em {
  background-color: #fff;
}
#myMenu li {
  width: auto;
  height: auto;
  margin: 1.25rem 0;
}
#myMenu li.active a span {
  opacity: 1;
}
#myMenu li.active a em {
  width: 2.5rem;
  opacity: 1;
}
#myMenu li a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#myMenu li a span {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: #666;
  opacity: 0;
  transition: all 0.3s;
}
#myMenu li a em {
  width: 1.875rem;
  height: 0.125rem;
  background-color: #666;
  opacity: 0.5;
  transition: all 0.3s;
}
.common_banner {
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
  overflow: hidden;
}
.common_banner > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.common_banner_text {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.common_banner_text span {
  position: relative;
  bottom: -1.4rem;
  font-size: 2.25rem;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  text-transform: uppercase;
}
.common_banner_text h1 {
  font-size: 3.75rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
.common_banner_text p {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.5em;
}
.common_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_header h3 {
  font-size: 2.25rem;
  color: #111;
}
.common_header em {
  display: block;
  width: 2.6875rem;
  height: 1px;
  background-color: #1FB582;
  margin: 0.75rem 0;
}
.common_header span {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  text-transform: uppercase;
}
.common_crumb {
  font-size: 0.875rem;
  color: #3c3c3c;
  height: 3.125rem;
  line-height: 3.125rem;
}
.common_crumb a {
  color: #3c3c3c;
}
.common_crumb a:hover {
  color: #283593;
}
.common_crumb .index {
  color: #283593;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  font-size: 1rem;
  color: #5b5b5b;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
  background-color: transparent;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #1FB582;
  border-color: #1FB582;
}
.common_pagination a.page-num-current {
  color: #1FB582;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 40%;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #1FB582;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: transparent;
  box-sizing: border-box;
  transition: background 0.3s;
  z-index: 999;
}
.index_header.first,
.index_header.inner,
.index_header:hover {
  background: #ffffff;
}
.index_header.first .index_header_navbox .logobox .logoimg img.img1,
.index_header.inner .index_header_navbox .logobox .logoimg img.img1,
.index_header:hover .index_header_navbox .logobox .logoimg img.img1 {
  opacity: 0;
}
.index_header.first .index_header_navbox .logobox .logoimg img.img2,
.index_header.inner .index_header_navbox .logobox .logoimg img.img2,
.index_header:hover .index_header_navbox .logobox .logoimg img.img2 {
  opacity: 1;
}
.index_header.first .index_header_nav_item:hover > a,
.index_header.inner .index_header_nav_item:hover > a,
.index_header:hover .index_header_nav_item:hover > a {
  color: #1FB582;
}
.index_header.first .index_header_nav_item.active > a,
.index_header.inner .index_header_nav_item.active > a,
.index_header:hover .index_header_nav_item.active > a {
  color: #1FB582;
}
.index_header.first .index_header_nav_item > a,
.index_header.inner .index_header_nav_item > a,
.index_header:hover .index_header_nav_item > a {
  color: #111;
}
.index_header.first .langbx a i,
.index_header.inner .langbx a i,
.index_header:hover .langbx a i {
  color: #666;
}
.index_header.first .langbx a span,
.index_header.inner .langbx a span,
.index_header:hover .langbx a span {
  color: #111;
}
.index_header.first .langbx a:hover i,
.index_header.inner .langbx a:hover i,
.index_header:hover .langbx a:hover i,
.index_header.first .langbx a:hover span,
.index_header.inner .langbx a:hover span,
.index_header:hover .langbx a:hover span {
  color: #1FB582;
}
.index_header .w1600 {
  height: 100%;
}
.index_header_navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.index_header_navbox .logobox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.625rem;
  height: 2.5rem;
  z-index: 3;
}
.index_header_navbox .logobox .logoimg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index_header_navbox .logobox .logoimg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_navbox .logobox .logoimg img.img1 {
  opacity: 1;
}
.index_header_navbox .logobox .logoimg img.img2 {
  opacity: 0;
}
.index_header .navbx {
  flex: 1;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.index_header_nav {
  width: 100%;
  height: 100%;
  margin-left: auto;
  box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.index_header_nav_item {
  height: 100%;
  /* margin: 0 2.5%; */
  margin: 0 1.22rem;
}
.index_header_nav_item.active > a {
  color: #1FB582;
}
.index_header_nav_item:hover > a {
  color: #1FB582;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6.25rem;
  /* font-size: 0.6rem; */
  font-size: 1.13rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  transition: color 0.3s;
}
.index_header .langbx {
  position: relative;
  display: flex;
  align-items: center;
  height: 2.75rem;
  margin: 0 1.875rem;
}
.index_header .langbx a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.index_header .langbx a:hover i,
.index_header .langbx a:hover span {
  color: #1FB582;
}
.index_header .langbx a i {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.325rem;
  transform: color 0.3s;
}
.index_header .langbx a span {
  font-size: 1.125rem;
  color: #fff;
  transition: all 0.3s;
}
.index_banner {
  width: 100%;
  height: 100vh;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_banner_swiper .swiper-slide-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide-text h3 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.6em;
}
.index_banner_swiper .swiper-slide-text h3 span {
  color: #0dd1dc;
}


.swiper-slide-text p,.swiper-slide-text span {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.6em;
}
 .swiper-slide-text p span {
  color: #0dd1dc;
}


.index_banner_swiper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}
.index_banner_swiper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-pagination {
  bottom: 1.25rem;
}
.index_banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  outline: none;
  transition: all 0.5s;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}
.index_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.625rem;
  border-radius: 0.25rem;
  background: #04acb6;
  opacity: 1;
}
.index_banner_swiper .swiper-next,
.index_banner_swiper .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.65rem;
  height: 3.188rem;
  outline: none;
  z-index: 3;
  cursor: pointer;
}
.index_banner_swiper .swiper-prev {
  left: 2.625rem;
}
.index_banner_swiper .swiper-next {
  right: 2.625rem;
  transform: translateY(-50%) rotate(180deg);
}
.index_banner_btn {
  display: none;
}
.index_banner_M {
  display: none;
}
.index_solution {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 6.25rem;
  background: url("../images/secondbg.webp") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
.index_solution .w1600 {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_solution .swiperbox {
  position: relative;
  width: 100%;
  /* height: 43.75rem; */
  height: 100%;
  overflow: hidden;
}
.index_solution .swiperbox .casetxt {
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 26.875rem;
  /* background: rgba(255, 255, 255, 0.9); */
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  z-index: 7;
}
.index_solution .swiperbox .casetxt .item {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0rem 2.5rem;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.index_solution .swiperbox .casetxt .item_center .title {
  margin-bottom: 1.875rem;
}
.index_solution .swiperbox .casetxt .item_center .title h4 {
  font-size: 1.88rem;
  color: #111;
}
.index_solution .swiperbox .casetxt .item_center .title span {
  position: relative;
  top: -0.75rem;
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.12);
  font-weight: 700;
}
.index_solution .swiperbox .casetxt .item_center .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.8em;
}
.index_solution .index_xinpin_content .swiperbox .casetxt .item_center .intro p {
  font-family: MicrosoftYaHei;
  font-size: 1rem;
  color: #111111;
  /* line-height: 2.5rem; */
  line-height: 1.88rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.69rem;
}
.index_solution .swiperbox .casetxt .item .morebtn1 {
  width: 8.13rem;
  /* height: 2.5rem; */
  margin-top: 2.31rem;
  border-radius: 1.25rem;
  border: 1px solid #1FB582;
  /* line-height: 2.5rem; */
}
.index_solution .swiperbox .casetxt .item .morebtn1 a {
  display: block;
  width: 100%;
  height: 100%;
  
  font-size: 1rem;
  color: #1FB582;
  /* background-color: #fff; */
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
  transition: all 0.3s;
}
.index_solution .swiperbox .casetxt .item .morebtn1 a:hover {
  background-color: #1FB582;
  color: #fff;
}
.index_solution .swiperbox .casetxt .item.active {
  opacity: 1;
  z-index: 3;
}
.index_solution .swiperbox .index_solution_swiper {
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  width: 100%;
  overflow: hidden;
  height: 80%;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide .imgbx {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: 54%;
  transition: all 0.5s;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide .bottomtxt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 54%;
  padding: 0 8% 10%;
  background: #1FB582;
  background: linear-gradient(0deg, #1FB582 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: opacity 0.3s;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide .bottomtxt h4 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 1.325rem;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide .bottomtxt p {
  font-size: 1rem;
  color: #fff;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide-active .imgbx {
  width: 100%;
  height: 100%;
}
.index_solution .index_xinpin_content .swiperbox .index_solution_swiper .imgbx {
  width: 60%;
  height: 100%;
  box-shadow: 0 0 1rem 0 #000000;
  background: #FFFFFF;
  /* margin-left: 17rem; */
}
.index_solution .index_xinpin_content .swiperbox .index_solution_swiper .swiper-slide-active {
  margin-left: 40%;
}
.index_solution .swiperbox .index_solution_swiper .swiper-slide-active .bottomtxt {
  opacity: 0;
}
.index_solution .swiperbox .swiperbt-box {
  position: absolute;
  /* bottom: 60%; */
  bottom: 18%;
  right: 1%;
  left: 2%;
  display: flex;
  /* justify-content: right; */
  justify-content: left;
  width: 100%;
  height: 3.75rem;
}
.index_solution .swiperbox .swiperbt-box .swiper-btn {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  transform: translate(0);
  border: 1px solid #1FB582;
  border-radius: 50%;
  z-index: 10;
}
.index_solution .swiperbox .swiperbt-box .swiper-btn span {
  font-size: 1.5rem;
  color: #1FB582;
  line-height: 3.75rem;
}
.index_solution .swiperbox .swiperbt-box .swiper-btn:hover {
  background-color: #1FB582;
}
.index_solution .swiperbox .swiperbt-box .swiper-btn:hover span {
  color: #fff;
}
.index_solution .swiperbox .swiperbt-box .swiper-btn-prev {
  margin-right: 2rem;
}
.index_solution .swiperbox .swiper-pagination {
  bottom: 1rem;
  padding: 0 3%;
  text-align: left;
}
.index_solution .swiperbox .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  opacity: 1;
  transition: all 0.3s;
}
.index_solution .swiperbox .swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: #1FB582;
}
.index_product {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/thirdbg.webp") no-repeat center center;
  background-size: cover;
}
.index_product .leftbx_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 34.3%;
  height: 100%;
  padding-top: 6.25rem;
  z-index: 0;
}
.index_product .leftbx_bg .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.index_product .leftbx_bg .list .itembg {
  position: relative;
  flex: 1;
  width: 100%;
  background: #bfbfbf;
  transition: all 0.3s;
}
.index_product .leftbx_bg .list .itembg:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.index_product .leftbx_bg .list .itembg.active {
  background-color: #1FB582;
}
.index_product .w1600 {
  position: relative;
  height: 100%;
  z-index: 1;
}
.index_product_center {
  display: flex;
  height: 100%;
  padding-top: 6.25rem;
}
.index_product_center .leftbx {
  display: flex;
  flex-direction: column;
  width: 31.25%;
  height: 100%;
}
.index_product_center .leftbx .item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-right: 9%;
  box-sizing: border-box;
}
.index_product_center .leftbx .item .link_M {
  display: none;
}
.index_product_center .leftbx .item_iconbx {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.index_product_center .leftbx .item_iconbx i {
  font-size: 4rem;
  color: #fff;
  margin-right: 1.325rem;
}
.index_product_center .leftbx .item_iconbx .txt {
  flex: 1;
}
.index_product_center .leftbx .item_iconbx .txt h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6em;
}
.index_product_center .leftbx .item_iconbx .txt h3 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.6em;
}
.index_product_center .leftbx .item_intro p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8em;
}
.index_product_center .rightbx {
  position: relative;
  width: 69.75%;
  height: 100%;
}
.index_product_center .rightbx .imgbx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  min-width: 63%;
  height: auto;
  max-height: 90%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.index_product_center .rightbx .imgbx.active {
  opacity: 1;
}
.index_product_center .rightbx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 94%;
  object-fit: contain;
}
.index_product_center .rightbx .morebtn {
  position: absolute;
  bottom: 11%;
  right: 0;
  width: 8.125rem;
  height: 2.5rem;
}
.index_product_center .rightbx .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid #1FB582;
  font-size: 1rem;
  color: #1FB582;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
  transition: all 0.3s;
  cursor: pointer;
}
.index_product_center .rightbx .morebtn a:hover {
  background-color: #1FB582;
  border-color: #1FB582;
  color: #fff;
}
.index_case {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index_xinpin_content {
  position: relative;
  padding-top: 4rem;
  width: 100%;
  height: 100%;
  display: block;
  background: url('../images/xinbg.png') no-repeat center;
  background-size: cover
}
.index_xinpin_content .xinpin_img {
  width: 50% !important;
  height: 50% !important;
  /* margin-left: 15.58rem !important; */
  margin: auto;
}
.index_case_content {
  position: relative;
  /* padding-top: 6.25rem; */
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  
}
.index_case_content .title1 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #fff;
  margin-top: 10px;
}
.index_case_content .case_title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 auto 5.25rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
/* .index_case_content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: calc((100vw - 100rem) / 2);
  height: 100%;
  background-color: #ffffff;
  z-index: 9;
} */
.index_case_content .w1600 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.index_case_content .index_case_swiper {
  position: relative;
  width: 100%;
}
.index_case_content .index_case_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_case_content .index_case_swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12% 6%;
  background: url("../images/casebg.png") no-repeat left center;
  background-size: cover;
  opacity: 0;
  /* z-index: 9; */
  transition: opacity 0.4s ease-in 0.1s;
  background: #1FB582;
  background: linear-gradient(90deg, #1FB582 0%, rgba(255, 255, 255, 0) 100%);
}
.index_case_content .index_case_swiper .swiper-slide .text_center {
  width: 48%;
}
.index_case_content .index_case_swiper .swiper-slide .text_center .title {
  margin-bottom: 2.5rem;
}
.index_case_content .index_case_swiper .swiper-slide .text_center .title h4 {
  position: relative;
  font-size: 1.875rem;
  color: #fff;
  z-index: 1;
}
.index_case_content .index_case_swiper .swiper-slide .text_center .title span {
  position: relative;
  display: block;
  top: -0.85rem;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  z-index: 0;
}
.index_case_content .index_case_swiper .swiper-slide .text_center .intro em {
  display: block;
  width: 2.6875rem;
  height: 0.1875rem;
  background-color: #fff;
}
.index_case_content .index_case_swiper .swiper-slide .text_center .intro p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2em;
}
.index_case_content .index_case_swiper .swiper-slide .text .morebtn {
  width: 8.125rem;
  height: 2.5rem;
  margin-bottom: 30px;
  z-index: 100;
}
.index_case_content .index_case_swiper .swiper-slide .text .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
  transition: all 0.3s;
}
.index_case_content .index_case_swiper .swiper-slide .text .morebtn a:hover {
  background-color: #fff;
  color: #1FB582;
}
.index_case_content .index_case_swiper .swiper-slide .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  padding: 0 8% 5%;
  background: #1FB582;
  background: linear-gradient(0deg, #1FB582 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  z-index: 17;
  transition: opacity 0.3s;
}
.index_case_content .index_case_swiper .swiper-slide .mark h4 {
  font-size: 1.625rem;
  color: #fff;
}
.index_case_content .index_case_swiper .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s;
  z-index: 8;
}
.index_case_content .index_case_swiper .swiper-slide-active .text {
  opacity: 1;
}
.index_case_content .index_case_swiper .swiper-slide-prev::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  z-index: 8;
}
.index_case_content .index_case_swiper .swiper-slide-next .mark {
  opacity: 1;
}
.index_case_content .swiper-pagination {
  display: none;
}
.index_case_content .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.index_case_content .swiper-pagination-bullet-active {
  background-color: #1FB582;
}
.index_case_content .swiperbt-box {
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  display: flex;
  padding: 0 3.75rem;
  height: 3.75rem;
}
.index_case_content .swiperbt-box .swiper-btn {
  top: 60%;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #1FB582;
  border-radius: 50%;
  z-index: 10;
}
.index_case_content .swiperbt-box .swiper-btn span {
  font-size: 1.5rem;
  color: #1FB582;
  line-height: 3.75rem;
}
.index_case_content .swiperbt-box .swiper-btn:hover {
  background-color: #1FB582;
}
.index_case_content .swiperbt-box .swiper-btn:hover span {
  color: #fff;
}
.index_case_content .swiperbt-box .swiper-btn-prev {
  left: -6.25rem;
}
.index_case_content .swiperbt-box .swiper-btn-prev2 {
  /* left: -1rem; */
  left: 1rem;
}
.index_case_content .swiperbt-box .swiper-btn-next {
  right: -6.25rem;
}
.index_case_content .swiperbt-box .swiper-btn-next2 {
  right: -105rem;
}
.index_news {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/fivebg.webp") no-repeat center center;
  background-size: cover;
}
.index_news_center {
  height: 100%;
  padding-top: 6.25rem;
  background: url('../images/xinwen_bg.png') no-repeat center center;
  background-size: cover;
}
.index_news_center .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.index_news_center .title h3 {
  position: relative;
  font-size: 1.88rem;
  color: rgba(17, 17, 17, 1);
  text-align: center;
  z-index: 1;
  font-weight: bold;
}
.index_news_center .title span {
  position: relative;
  display: block;
  top: -0.85rem;
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.2);
  text-align: center;
  font-weight: 700;
  z-index: 0;
}
.index_news_center .body {
  display: flex;
  justify-content: space-between;
  margin: 1.25% 0 3.5%;
}
.index_news_center .body .leftbx {
  width: 50%;
  height: 37.5rem;
}
.index_news_center .body .leftbx .index_new_swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news_center .body .leftbx .index_new_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news_center .body .leftbx .index_new_swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.index_news_center .body .leftbx .index_new_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_news_center .body .leftbx .index_new_swiper .swiper-pagination {
  bottom: 4%;
  text-align: left;
  padding: 0 4%;
}
.index_news_center .body .leftbx .index_new_swiper .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.index_news_center .body .leftbx .index_new_swiper .swiper-pagination-bullet-active {
  background-color: #1FB582;
}
.index_news_center .body .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 24%;
  height: 37.5rem;
  background: #f9f9f9;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.index_news_center .body .item:hover .item_text .hd h4 {
  color: #1FB582;
}
.index_news_center .body .item:hover .item_img img {
  transform: scale(1.05);
}
.index_news_center .body .item_text {
  width: 100%;
  height: 50%;
  padding: 15% 1rem 10%;
  box-sizing: border-box;
}
.index_news_center .body .item_text .hd {
  margin-bottom: 1.875rem;
}
.index_news_center .body .item_text .hd h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 1.75rem;
  transition: all 0.3s;
}
.index_news_center .body .item_text .hd .time {
  font-size: 0.88rem;
  color: #999;
}
.index_news_center .body .item_text .intro p {
  font-size: 0.88rem;
  color: #ccc;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_news_center .body .item_img {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.index_news_center .body .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_news_center .morebtn {
  width: 8.125rem;
  height: 2.5rem;
  margin: 0 auto;
}
.index_news_center .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid #1FB582;
  font-size: 1rem;
  color: #1FB582;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
  transition: all 0.3s;
}
.index_news_center .morebtn a:hover {
  background-color: #1FB582;
  border-color: #1FB582;
  color: #fff;
}
.index_about {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/guanyubg.png") no-repeat center center;
  background-size: cover;
}
.index_about_center {
  height: 100%;
  padding-top: 6.25rem;
}
.index_about_center .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.index_about_center .profile {
  margin-bottom: 6%;
}
.index_about_center .profile_hd {
  max-width: 43%;
  /* margin-bottom: 2.5rem; */
  margin-bottom: 3.94rem;
}
.index_about_center .profile_hd h3 {
  font-size: 1.88rem;
  line-height: 1.88rem;
  color: #111;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}
.index_about_center .profile_hd span {
  position: relative;
  top: -0.75rem;
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.2);
  font-weight: 700;
}
.index_about_center .profile_intro {
  max-width: 43%;
}
.index_about_center .profile_intro p {
  font-size:1rem;
  color: #111;
  line-height: 1.88rem;
  text-align: left;
  font-family: MicrosoftYaHei;
}
.index_about_center .technical {
  display: flex;
  justify-content: space-between;
}
.index_about_center .technical .item {
  width: 23.75rem;
  height: 11.25rem;
  padding: 1.5rem 3rem;
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 4px 3px 19px 0px rgba(4, 0, 0, 0.12);
  display: flex;
  align-items: center;
}
.index_about_center .technical .item_hd {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.index_about_center .technical .item_intro {
  margin-left: 2rem;
}
.index_about_center .technical .item_intro h4 {
  font-size: 1.63rem;
  line-height: 1.88rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  margin-bottom: 1rem;
  font-weight: bold;
}
.index_about_center .technical .item_hd .iconbx {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: 4rem;
  margin-right: 1.25rem;
}
.index_about_center .technical .item_hd .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_about_center .technical .item_hd h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
}
.index_about_center .technical .item_intro p {
  font-size: 0.88rem;
  color: #666;
  line-height: 2.25rem;
}
.index_quality {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 6.25rem;
  overflow: hidden;
  box-sizing: border-box;
}
.index_quality .quality {
  width: 100%;
  height: 51%;
}
.index_quality .quality .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.index_quality .quality_title {
  margin-bottom: 5%;
}
.index_quality .quality_title h3 {
  position: relative;
  font-size: 1.88rem;
  line-height: 2.25rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #111;
  z-index: 1;
}
.index_quality .quality_title span {
  position: relative;
  display: block;
  top: -0.85rem;
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.2);
  text-transform: uppercase;
  font-weight: 700;
  z-index: 0;
}
.index_quality .quality_title p {
  font-size: 1.13rem;
  color: rgba(17, 17, 17, 0.6);
}
.index_quality .quality .quality_content .index_quality_swiper {
  position: relative;
  overflow: hidden;
}
.index_quality .quality .quality_content .index_quality_swiper::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(207, 207, 207, 0.3);
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide {
  position: relative;
  padding-left: 5.5%;
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide::after {
  position: absolute;
  top: 50%;
  left: 20.15%;
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: rgba(17, 17, 17, 0.3);
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide .iconbx {
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
  width: 1.325rem;
  height: 1.325rem;
  border-radius: 50%;
  background-color: rgba(17, 17, 17, 0.3);
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide .iconbx em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #111;
  border-radius: 50%;
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide h4 {
  font-size: 2.25rem;
  color: rgba(17, 17, 17, 0.5);
  font-weight: 700;
  font-style: italic;
  line-height: 2.25rem;
  margin-top: 10px;
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide p {
  font-size: 1.13rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 3.75rem;
  margin-top: 3.37rem;
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide-active::after {
  background-color: rgba(0, 159, 168, 0.5);
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide-active .iconbx {
  background-color: rgba(0, 159, 168, 0.3);
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide-active .iconbx em {
  background-color: #1FB582;
}
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide-active h4,
.index_quality .quality .quality_content .index_quality_swiper .swiper-slide-active p {
  color: #1FB582;
}
.index_quality .contactbox {
  width: 100%;
  height: 49%;
  background: url("../images/zhiliangbg.png") no-repeat center center;
  background-size: cover;
}
.index_quality .contactbox .w1600 {
  padding-top: 7%;
}
.index_quality .contactbox .text {
  margin-bottom: 4rem;
}
.index_quality .contactbox .text h4 {
  font-size: 1.88rem;
  color: #111;
  margin-bottom: 2.5rem;
  font-weight: bold;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}
.index_quality .contactbox .text p {
  font-size: 1.13rem;
  color: rgba(17, 17, 17, 0.6);
  font-family: MicrosoftYaHei;
}
.index_quality .contactbox .usbtn {
  width: 8.13rem;
  height: 2.5rem;
}
.index_quality .contactbox .usbtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1FB582;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0;
  transition: all 0.3s;
}
.index_quality .contactbox .usbtn a:hover {
  letter-spacing: 0.1875rem;
}
.index_footer {
  background: url("../images/footerbg.png") no-repeat center center;
  background-size: cover;
}
.index_footer_center {
  padding: 7.5rem 0 5.625rem;
}
.index_footer_center .w1600 {
  display: flex;
  justify-content: space-between;
}
.index_footer_center .leftbx {
  width: auto;
}
.index_footer_center .leftbx .footlogo {
  width: 13.75rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.index_footer_center .leftbx .footlogo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_footer_center .leftbx .erweimabx {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}
.index_footer_center .leftbx .erweimabx .imgbx {
  width: 7.5rem;
}
.index_footer_center .leftbx .erweimabx .imgbx:not(:last-child) {
  margin-right: 3.5%;
}
.index_footer_center .leftbx .erweimabx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_footer_center .leftbx .contactbx ul li {
  display: flex;
}
.index_footer_center .leftbx .contactbx ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_footer_center .leftbx .contactbx ul li span,
.index_footer_center .leftbx .contactbx ul li p {
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.5rem;
}
.index_footer_center .leftbx .contactbx ul li p {
  flex: 1;
}
.index_footer_center .linkbx {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-left: 7%;
}
.index_footer_center .linkbx dl:not(:last-child) {
  margin-right: 3.8%;
}
.index_footer_center .linkbx dl dt {
  margin-bottom: 1.88rem;
  line-height: 1.5rem;
  font-family: MicrosoftYaHei;
}
.index_footer_center .linkbx dl dt a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.index_footer_center .linkbx dl dt a:hover {
  text-decoration: underline;
}
.index_footer_center .linkbx dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
.index_footer_center .linkbx dl dd a {
  font-size: 0.88rem;
  line-height: 1.5rem;
  color: #fff;
}
.index_footer_center .linkbx dl dd a:hover {
  color: #1FB582;
}
.index_footer_copyright {
  width: 100%;
  height: 4.5rem;
}
.index_footer_copyright .w1600 {
  position: relative;
}
.index_footer_copyright .w1600::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(217, 217, 217, 0.3);
}
.index_footer_copyright p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 4.5rem;
}
.index_footer_copyright p a {
  font-size: 0.875rem;
  line-height: 4.5rem;
  color: rgba(255, 255, 255, 0.2);
  margin: 0 0.25rem;
  transition: all 0.3s;
}
.index_footer_copyright p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.index_sidebar {
  position: fixed;
  right: 0.625rem;
  bottom: 12%;
  z-index: 23;
  opacity: 1;
  transition: all 0.3s;
}
.index_sidebar ul li {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.index_sidebar ul li:hover {
  cursor: pointer;
}
.index_sidebar ul li:hover .item {
  background-color: #1FB582;
}
.index_sidebar ul li:hover .item i {
  color: #fff;
}
.index_sidebar ul li:hover .text {
  display: flex;
}
.index_sidebar ul li:hover .erweima {
  display: block;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 0.0625rem;
}
.index_sidebar ul li .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 159, 168, 0.6);
  transition: all 0.4s;
}
.index_sidebar ul li .item_icon i {
  font-size: 1.875rem;
  color: #fff;
}
.index_sidebar ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-104%);
  display: none;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 100%;
  background-color: #1FB582;
  box-sizing: border-box;
}
.index_sidebar ul li .text p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
}
.index_sidebar ul li .text.address {
  width: 15rem;
}
.solution_product {
  padding: 5rem 0;
}
.solution_product .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.solution_product .list .item {
  position: relative;
  width: 31.875%;
  margin-bottom: 3.375rem;
  background: #ffffff;
  box-shadow: 4px 3px 19px 0px rgba(4, 0, 0, 0.12);
}
.solution_product .list .item:not(:nth-child(3n)) {
  margin-right: calc(4.375% / 2);
}
.solution_product .list .item:hover .imgbx img {
  transform: scale(1.05);
}
.solution_product .list .item:hover .mark {
  display-radio: 1;
  transform: rotateY(360deg);
  opacity: 1;
}
.solution_product .list .item .imgbx {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution_product .list .item .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.solution_product .list .item .text {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  padding: 0 10%;
  z-index: 1;
}
.solution_product .list .item .text h4 {
  position: relative;
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  line-height: 1.5rem;
}
.solution_product .list .item .text h4::before {
  position: absolute;
  top: 50%;
  left: -0.75rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: #1FB582;
}
.solution_product .list .item .mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1FB582;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 3.75rem;
  display-radio: flex;
  transition-property: all;
  transition-duration: 0.36s;
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transform: rotateY(270deg);
  opacity: 0;
}
.solution_product .list .item .mark h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10%;
}
.solution_product .list .item .mark .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 2em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solution_program {
  padding-top: 1.5rem;
}
.solution_program .center {
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}
.solution_program .center .bglist {
  position: relative;
  width: 100%;
  height: 100%;
}
.solution_program .center .bglist .itembg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.solution_program .center .bglist .itembg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution_program .center .bglist .itembg.active {
  opacity: 1;
}
.solution_program .center_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 2;
}
.solution_program .center_list .item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2% 4% 3%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
.solution_program .center_list .item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.solution_program .center_list .item.active {
  background-color: rgba(0, 0, 0, 0);
}
.solution_program .center_list .item .num {
  font-size: 6.25rem;
  font-weight: 700;
  color: rgba(17, 17, 17, 0);
  opacity: 0.5;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.solution_program .center_list .item .text h4 {
  font-size: 1.875rem;
  color: #fff;
}
.solution_program .center_list .item .text span {
  position: relative;
  top: -0.5rem;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  text-transform: uppercase;
}
.solution_earth {
  padding: 6.25rem 0 3rem;
}
.solution_earth .center {
  margin-top: 2.5rem;
}
.solution_earth .center p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5em;
  text-align: center;
}
.solution_earth .center .list {
  display: flex;
  justify-content: flex-start;
}
.solution_earth .center .list .item {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}
.solution_earth .center .list .item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
}
.solution_earth .center .list .item_text {
  padding: 0.375rem 0;
}
.solution_earth .center .list .item_text .num {
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1FB582;
  margin-bottom: 1.25rem;
}
.solution_earth .center .list .item_text .num span {
  font-size: 3.75rem;
  line-height: 1em;
}
.solution_earth .center .list .item_text p {
  font-size: 1.125rem;
  color: #111;
  text-align: left;
}
.solution_standard {
  padding: 3rem 0;
}
.solution_standard .center {
  margin-top: 2.5rem;
}
.solution_standard .center p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5em;
  text-align: center;
}
.solution_standard .center strong {
  font-weight: 700;
}
.solution_standard .center img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.solution_standard .center .list {
  display: flex;
  justify-content: flex-start;
}
.solution_standard .center .list .item {
  width: 30%;
  background-color: #fff;
}
.solution_standard .center .list .item:not(:nth-child(3n)) {
  margin-right: calc(10% / 2);
}
.solution_standard .center .list .item_img {
  width: 100%;
  height: auto;
}
.solution_standard .center .list .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution_standard .center .list .item_intro {
  padding: 1.625rem;
}
.solution_standard .center .list .item_intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8em;
  text-align: center;
}
.solution_honor {
  padding: 3rem 0;
}
.solution_honor .center {
  margin-top: 2.5rem;
}
.solution_honor .center p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5em;
  text-align: center;
}
.solution_honor .center strong {
  font-weight: 700;
}
.solution_honor .center img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.solution_honor .center .list {
  display: flex;
  justify-content: flex-start;
}
.solution_honor .center .list .item {
  width: 30%;
  background-color: #fff;
}
.solution_honor .center .list .item:not(:nth-child(3n)) {
  margin-right: calc(10% / 2);
}
.solution_honor .center .list .item_img {
  width: 100%;
  height: auto;
}
.solution_honor .center .list .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution_honor .center .list .item_intro {
  padding: 1.625rem 0;
}
.solution_honor .center .list .item_intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8em;
  text-align: center;
}
.solution_contact {
  padding: 0 0 5rem;
}
.solution_contact .w1240 {
  display: flex;
  justify-content: center;
}
.solution_contact .contactbtn,
.solution_contact .proxybtn {
  width: 12rem;
  height: 2.5rem;
}
.solution_contact .contactbtn a,
.solution_contact .proxybtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1FB582;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0;
  transition: all 0.3s;
}
.solution_contact .contactbtn a:hover,
.solution_contact .proxybtn a:hover {
  letter-spacing: 0.125rem;
}
.solution_contact .contactbtn {
  margin-right: 2.5rem;
}
.productdetail_profile {
  padding: 5rem 0;
}
.productdetail_profile .center {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.productdetail_profile .center .textbx {
  width: 44.3%;
  padding-top: 5%;
}
.productdetail_profile .center .textbx p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
}
.productdetail_profile .center .imgbx {
  width: 45.7%;
  height: auto;
}
.productdetail_profile .center .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetail_adva {
  padding: 5rem 0;
  background: #eff7f7;
}
.productdetail_adva .center {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productdetail_adva .center > .zhanwei {
  display: block;
  width: 23%;
  height: 0;
}
.productdetail_adva .center .item {
  position: relative;
  width: 23%;
  padding: 3.375rem 2rem;
  background-color: #fff;
}
.productdetail_adva .center .item:hover::after {
  height: 100%;
}
.productdetail_adva .center .item:hover span {
  color: #fff;
}
.productdetail_adva .center .item:hover .item_text .hd h4 {
  color: #fff;
}
.productdetail_adva .center .item:hover .item_text .hd em {
  background-color: #fff;
}
.productdetail_adva .center .item:hover .item_text .intro p {
  color: #fff;
}
.productdetail_adva .center .item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #1FB582;
  transition: all 0.3s;
}
.productdetail_adva .center .item span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 3.5rem;
  color: #eeeeee;
  font-weight: 800;
  margin-bottom: 2.5rem;
  transition: all 0.3s;
}
.productdetail_adva .center .item_text {
  position: relative;
  z-index: 1;
}
.productdetail_adva .center .item_text .hd {
  margin-bottom: 2.5rem;
}
.productdetail_adva .center .item_text .hd h4 {
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 1.25rem;
  transition: all 0.3s;
}
.productdetail_adva .center .item_text .hd em {
  display: block;
  width: 1.875rem;
  height: 0.25rem;
  background-color: #1FB582;
  transition: all 0.3s;
}
.productdetail_adva .center .item_text .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
  transition: all 0.3s;
}
.productdetail_function {
  padding: 5rem 0;
}
.productdetail_function .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  background: url("../images/productdetailbg1.jpg") no-repeat center center;
  background-size: cover;
}
.productdetail_function .center > em {
  display: block;
  width: 20%;
  background-color: #fff;
}
.productdetail_function .center .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 1.875rem 0;
  border: 0.625rem solid #fff;
  background-color: transparent;
}
.productdetail_function .center .item_icon {
  width: auto;
  height: 3.75rem;
  margin-bottom: 1rem;
}
.productdetail_function .center .item_icon img {
  display: block;
  width: auto;
  max-height: 3.75rem;
  object-fit: contain;
}
.productdetail_function .center .item h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
}
.productdetail_worth {
  padding: 5rem 0;
  background: #eff7f7;
}
.productdetail_worth .center {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.productdetail_worth .center .swiperbx {
  width: 55%;
}
.productdetail_worth .center .swiperbx .worth_swiper {
  overflow: hidden;
}
.productdetail_worth .center .swiperbx .worth_swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.productdetail_worth .center .swiperbx .worth_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetail_worth .center .textbx {
  width: 41%;
}
.productdetail_worth .center .textbx .hd {
  margin-bottom: 1rem;
}
.productdetail_worth .center .textbx .hd h4 {
  font-size: 1.625rem;
  color: #111;
  margin-bottom: 1rem;
}
.productdetail_worth .center .textbx .hd em {
  display: block;
  width: 2.6875rem;
  height: 1px;
  background-color: #1FB582;
}
.productdetail_worth .center .textbx .bd p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8em;
}
.productdetail_worth .center .textbx .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.productdetail_worth .center .textbx .bd ul li {
  position: relative;
  width: 50%;
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}
.productdetail_worth .center .textbx .bd ul li::before {
  position: absolute;
  top: 0.9375rem;
  left: 0.25rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #1FB582;
}
.productdetail_worth .center .textbx .bd ul li p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #111;
}
.productdetail_worth .center .swiper-pagination {
  bottom: -2.5rem;
}
.productdetail_worth .center .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  opacity: 1;
  transition: all 0.3s;
}
.productdetail_worth .center .swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: #1FB582;
  opacity: 1;
}
.productdetail_material {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
.productdetail_material .bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.productdetail_material .bg1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetail_material .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.productdetail_material .bg2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetail_material .w1200 {
  position: relative;
  z-index: 2;
}
.productdetail_material .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productdetail_material .text h3 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 4rem;
}
.productdetail_material .text_r {
  width: 13.125rem;
  height: 2.875rem;
}
.productdetail_material .text_r a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 1.4375rem;
  font-size: 1.125rem;
  color: #1FB582;
  letter-spacing: 0.125rem;
  line-height: 2.875rem;
  text-align: center;
  transition: all 0.3s;
}
.productdetail_material .text_r a:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}
.solutiondetail_background {
  padding: 5rem 0;
}
.solutiondetail_background .center {
  margin-top: 2.5rem;
}
.solutiondetail_background .center p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
  text-align: center;
}
.solutiondetail_architecture {
  padding: 5rem 0;
  background: #eff7f7;
}
.solutiondetail_architecture .center {
  margin-top: 2.5rem;
}
.solutiondetail_architecture .center img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.solutiondetail_light {
  padding: 5rem 0;
}
.solutiondetail_light .center {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.solutiondetail_light .center .item {
  position: relative;
  width: 23.6%;
  height: auto;
  overflow: hidden;
}
.solutiondetail_light .center .item:hover::after {
  opacity: 1;
  transform: scale(1);
}
.solutiondetail_light .center .item:hover .text {
  bottom: 20%;
}
.solutiondetail_light .center .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1FB582;
  opacity: 0;
  transform: scale(1.1);
  z-index: 1;
  transition: all 0.4s;
}
.solutiondetail_light .center .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solutiondetail_light .center .item .text {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  padding: 0 11%;
  background-color: transparent;
  z-index: 3;
  transition: bottom 0.3s ease 0.2s;
}
.solutiondetail_light .center .item .text p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}
.solutiondetail_worth {
  padding: 5rem 0;
  background: #eff7f7;
}
.solutiondetail_worth .center {
  position: relative;
  margin-top: 2.5rem;
}
.solutiondetail_worth .center img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solutiondetail_worth .center .worth_swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 3px 19px 0px rgba(4, 0, 0, 0.12);
}
.solutiondetail_worth .center .worth_swiper .swiper-slide {
  width: 100%;
}
.solutiondetail_worth .center .worth_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solutiondetail_worth .center .swiper-pagination {
  bottom: -2.5rem;
}
.solutiondetail_worth .center .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  opacity: 1;
  transition: all 0.3s;
}
.solutiondetail_worth .center .swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: #1FB582;
  opacity: 1;
}
.solutiondetail_related {
  padding: 5rem 0;
}
.solutiondetail_related .center {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.solutiondetail_related .center .item {
  position: relative;
  width: 31.875%;
  margin-bottom: 3.375rem;
  background: #ffffff;
  box-shadow: 4px 3px 19px 0px rgba(4, 0, 0, 0.12);
}
.solutiondetail_related .center .item:not(:nth-child(3n)) {
  margin-right: calc(4.375% / 2);
}
.solutiondetail_related .center .item:hover .imgbx img {
  transform: scale(1.05);
}
.solutiondetail_related .center .item:hover .mark {
  display-radio: 1;
  transform: rotateY(360deg);
  opacity: 1;
}
.solutiondetail_related .center .item .imgbx {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutiondetail_related .center .item .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.solutiondetail_related .center .item .text {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  padding: 0 10%;
  z-index: 1;
}
.solutiondetail_related .center .item .text h4 {
  position: relative;
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  line-height: 1.5rem;
}
.solutiondetail_related .center .item .text h4::before {
  position: absolute;
  top: 50%;
  left: -0.75rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: #1FB582;
}
.solutiondetail_related .center .item .mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1FB582;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 3.75rem;
  display-radio: flex;
  transition-property: all;
  transition-duration: 0.36s;
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transform: rotateY(270deg);
  opacity: 0;
}
.solutiondetail_related .center .item .mark h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10%;
}
.solutiondetail_related .center .item .mark .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 2em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solutiondetail_message {
  background: #eff7f7;
}
.solutiondetail_message .center .formbx_item input {
  background: #fff !important;
}
.solutiondetail_message .center .formbx_text textarea {
  background: #fff !important;
}
.case_layout {
  padding: 5rem 0;
}
.case_layout .common_header {
  align-items: flex-start;
}
.case_layout .center {
  position: relative;
}
.case_layout .center .mapbox {
  position: relative;
  width: 66%;
  min-height: 62.5rem;
  margin: 0 auto;
}
.case_layout .center .mapbox_pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.case_layout .center .mapbox_pro.show img.img2 {
  opacity: 1;
}
.case_layout .center .mapbox_pro img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.2s;
}
.case_layout .center .mapbox_pro img.img1 {
  z-index: 1;
  opacity: 0.8;
}
.case_layout .center .mapbox_pro img.img2 {
  z-index: 2;
  opacity: 0;
}
.case_layout .center .punlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}
.case_layout .center .punlist > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.case_layout .center .punlist_item {
  position: absolute;
}
.case_layout .center .punlist_item:hover .text {
  display: block;
}
.case_layout .center .punlist_item .text {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 14rem;
  padding: 0.5rem 1rem 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
  z-index: 9;
}
.case_layout .center .punlist_item .text::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5rem solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.case_layout .center .punlist_item .text h4 {
  font-size: 1.125rem;
  color: #1FB582;
  font-weight: 400;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #1FB582;
}
.case_layout .center .punlist_item .text p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5em;
}
.case_layout .center .punlist_item a {
  display: block;
  width: 0.325rem;
  height: 0.325rem;
  background-color: rgba(0, 162, 57, 0.2);
  border-radius: 50%;
}
.case_layout .center .punlist_item .circ {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 2;
}
.case_layout .center .punlist_item .circ.circ1 {
  animation: ripple 4.5s ease-out 0s infinite;
  -webkit-animation: ripple 4.5s ease-out 0s infinite;
}
.case_layout .center .punlist_item .circ.circ2 {
  animation: ripple 4.5s ease-out 0.675s infinite;
  -webkit-animation: ripple 4.5s ease-out 0.675s infinite;
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0;
  }
}
.case_layout .center .punlist .zongbu {
  position: absolute;
  bottom: 14.5%;
  left: 73%;
}
.case_layout .center .punlist .zongbu img {
  display: block;
  width: 1.5rem;
  height: auto;
  object-fit: contain;
}
.case_layout .center .punlist .zongbu .text {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.case_layout .center .punlist .zongbu .text h4 {
  font-size: 0.75rem;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
}
.case_layout .center .mark {
  position: absolute;
  bottom: 4%;
  left: 0;
}
.case_layout .center .mark p {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.8em;
}
.case_layout .center .mark p span {
  font-size: 3.75rem;
  font-weight: 700;
  font-style: italic;
  color: #1FB582;
}
.case_typical {
  padding: 6.25rem 0;
}
.case_typical .center {
  margin-top: 2.5rem;
}
.case_typical .center .item:not(:last-child) {
  margin-bottom: 7.5rem;
}
.case_typical .center .item_img {
  width: 50%;
  height: 28.75rem;
}
.case_typical .center .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_typical .center .item_text {
  width: 50%;
}
.case_typical .center .item_text .title {
  margin-bottom: 3%;
  margin-top: -1rem;
}
.case_typical .center .item_text .title span {
  position: relative;
  top: 1rem;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
.case_typical .center .item_text .title h4 {
  position: relative;
  font-size: 1.875rem;
  color: #111;
  font-weight: 400;
  z-index: 1;
}
.case_typical .center .item_text .intro {
  position: relative;
  width: 100%;
  height: 18.75rem;
  padding-right: 10%;
}
.case_typical .center .item_text .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8em;
}
.case_typical .center .item:nth-child(odd) .item_img {
  float: left;
}
.case_typical .center .item:nth-child(odd) .item_text {
  float: right;
  padding-left: 3%;
}
.case_typical .center .item:nth-child(even) .item_img {
  float: right;
}
.case_typical .center .item:nth-child(even) .item_text {
  float: left;
  padding-right: 4%;
}
.support_service {
  padding: 5rem 0;
}
.support_service .center {
  margin-top: 2.5rem;
}
.support_service .center_list {
  position: relative;
  width: 100%;
  height: 26.25rem;
  margin-bottom: 3.75rem;
}
.support_service .center_list .item {
  position: absolute;
  width: 18.75rem;
  height: 12.5rem;
  padding: 0.625rem;
  background-color: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
}
.support_service .center_list .item_center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  z-index: 2;
}
.support_service .center_list .item_center .iconbx {
  position: relative;
  width: 5rem;
  height: 4.75rem;
  margin-bottom: 6%;
  overflow: hidden;
}
.support_service .center_list .item_center .iconbx img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, 0); */
  transform: translate(-50%, -50%);
  width: 100%;
  height: 9.5rem;
  object-fit: contain;
}
.support_service .center_list .item_center > p {
  font-size: 1.25rem;
  color: #111;
}
.support_service .center_list .item.active {
  cursor: pointer;
  background-color: #1FB582;
}
.support_service .center_list .item.active .item_center .iconbx img {
  transform: translate(-50%, -50%);
}
.support_service .center_list .item.active .item_center > p {
  color: #fff;
}
.support_service .center_list .item:first-child {
  top: 0;
  left: 0;
}
.support_service .center_list .item:first-child::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -6.75rem;
  width: 11.875rem;
  height: 6.75rem;
  border-left: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  z-index: -1;
}
.support_service .center_list .item:nth-child(2) {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 16.25rem;
  height: 11.25rem;
}
.support_service .center_list .item:nth-child(2) .item_center .iconbx {
  transform: scale(0.8);
}
.support_service .center_list .item:nth-child(3) {
  top: 0;
  right: 0;
}
.support_service .center_list .item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: -40%;
  bottom: -2.5rem;
  width: 7.5rem;
  height: 6.75rem;
  border-top: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
  z-index: -1;
}
.support_service .center_list .item:nth-child(4) {
  bottom: 0;
  left: 20%;
}
.support_service .center_list .item:nth-child(4)::after {
  content: "";
  position: absolute;
  right: 1%;
  top: -6.75rem;
  width: 7.5rem;
  height: 6.75rem;
  border-top: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
  z-index: -1;
}
.support_service .center_list .item:nth-child(5) {
  bottom: 2%;
  right: 25%;
  width: 16.25rem;
  height: 11.875rem;
}
.support_service .center_list .item:nth-child(5) .item_center .iconbx {
  transform: scale(0.9);
}
.support_service .center_list .item:nth-child(5)::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -2.5rem;
  width: 6rem;
  height: 6rem;
  border-bottom: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
  z-index: -1;
}
.support_service .center_text .itemtxt {
  display: none;
}
.support_service .center_text .itemtxt.active {
  display: block;
}
.support_service .center_text .itemtxt h4 {
  font-size: 1.875rem;
  color: #1FB582;
  text-align: center;
  margin-bottom: 3.125rem;
}
.support_service .center_text .itemtxt .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8em;
  text-align: center;
}
.support_problem {
  padding: 5.63rem 0;
  background-color: #eff7f7;
}
.support_problem .support_service_promise {
  display: flex;
  justify-content: space-between;
}
.support_problem .support_service_promise .service_promise_left {
  margin-top: 1.81rem;
  margin-right: 4rem;
}
.support_problem .support_service_promise .service_promise_left p {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 1.13rem;
  color: #999999;
  line-height: 2.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.support_problem .support_service_promise .common_header {
  align-items: flex-start;
  margin-bottom: 6rem;
}
.support_problem .center {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.support_problem .center .item {
  width: 100%;
  margin-bottom: 1.25rem;
}
.support_problem .center .item.active .item_hd {
  background-color: #1FB582;
  border-radius: 0.625rem 0.625rem 0 0;
}
.support_problem .center .item.active .item_hd .left span {
  background-color: #fff;
  color: #1FB582;
}
.support_problem .center .item.active .item_hd .left h4 {
  color: #fff;
}
.support_problem .center .item.active .item_hd .iconbx {
  background-color: #fff;
}
.support_problem .center .item.active .item_hd .iconbx em {
  background-color: #1FB582;
}
.support_problem .center .item.active .item_hd .iconbx em:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.support_problem .center .item.active .item_bd {
  max-height: 20rem;
  opacity: 1;
}
.support_problem .center .item_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1.875rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.support_problem .center .item_hd .left {
  display: flex;
  align-items: center;
  max-width: 80%;
}
.support_problem .center .item_hd .left span {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 1.125rem;
  border-radius: 50%;
  background-color: #1FB582;
  transition: all 0.3s;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 1.625rem;
}
.support_problem .center .item_hd .left h4 {
  flex: 1;
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  transition: all 0.3s;
}
.support_problem .center .item_hd .iconbx {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #1FB582;
  border-radius: 50%;
  transition: all 0.3s;
}
.support_problem .center .item_hd .iconbx em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #fff;
  transition: all 0.3s;
}
.support_problem .center .item_hd .iconbx em:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.support_problem .center .item_bd {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.support_problem .center .item_bd .txt {
  display: flex;
  padding: 1.875rem;
}
.support_problem .center .item_bd .txt span {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 1.125rem;
  border-radius: 50%;
  background-color: #1FB582;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 1.625rem;
}
.support_problem .center .item_bd .txt_intro {
  flex: 1;
}
.support_problem .center .item_bd .txt_intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.8em;
}
.support_problem .morebtn {
  width: 8.125rem;
  height: 2.5rem;
  margin: 0 auto;
}
.support_problem .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid #1FB582;
  font-size: 1rem;
  color: #1FB582;
  background-color: transparent;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
  transition: all 0.3s;
}
.support_problem .morebtn a:hover {
  background-color: #1FB582;
  color: #fff;
}
.support_message {
  padding: 5.625rem 0 4rem;
}
.support_message .center {
  padding: 0 6.25%;
  margin-top: 2.5rem;
}
.support_message .center .formbx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support_message .center .formbx_item {
  width: 31.67%;
  height: 3.75rem;
  margin-bottom: 2.5rem;
}
.support_message .center .formbx_item input::-webkit-input-placeholder,
.support_message .center .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_item input:-moz-placeholder,
.support_message .center .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_item input::-moz-placeholder,
.support_message .center .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_item input:-ms-input-placeholder,
.support_message .center .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_item:nth-child(5) {
  width: 100%;
}
.support_message .center .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  outline: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.625rem;
  box-sizing: border-box;
  font-size: 1.125rem;
  color: #111;
}
.support_message .center .formbx_text {
  width: 100%;
  height: 13.75rem;
  margin-bottom: 2rem;
}
.support_message .center .formbx_text input::-webkit-input-placeholder,
.support_message .center .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_text input:-moz-placeholder,
.support_message .center .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_text input::-moz-placeholder,
.support_message .center .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_text input:-ms-input-placeholder,
.support_message .center .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
}
.support_message .center .formbx_text textarea {
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.875rem;
  outline: none;
  resize: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.625rem;
  box-sizing: border-box;
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
}
.support_message .center .formbx_btnbx {
  width: 13.125rem;
  height: 2.875rem;
  margin: 0 auto;
}
.support_message .center .formbx_btnbx button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: #1FB582;
  border-radius: 1.4375rem;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.125rem;
  line-height: 2.875rem;
  text-align: center;
  transition: all 0.3s;
}
.support_message .center .formbx_btnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}
.support_material {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
.support_material .bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.support_material .bg1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support_material .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.support_material .bg2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.support_material .w1200 {
  position: relative;
  z-index: 2;
}
.support_material .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support_material .text_l h3 {
  font-size: 2.25rem;
  color: #fff;
}
.support_material .text_l em {
  display: block;
  width: 2.6875rem;
  height: 1px;
  background-color: #fff;
  margin: 0.75rem 0 1.25rem;
}
.support_material .text_l p {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
}
.support_material .text_r {
  width: 13.125rem;
  height: 2.875rem;
}
.support_material .text_r a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 1.4375rem;
  font-size: 1.125rem;
  color: #1FB582;
  letter-spacing: 0.125rem;
  line-height: 2.875rem;
  text-align: center;
  transition: all 0.3s;
}
.support_material .text_r a:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}
.news_content {
  padding: 2.5rem 0;
}
.news_content .navlist {
  margin-bottom: 1.875rem;
}
.news_content .navlist ul {
  display: flex;
  justify-content: flex-start;
}
.news_content .navlist ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.news_content .navlist ul li.active a {
  color: #1FB582;
}
.news_content .navlist ul li.active a::after {
  transform: scale(1);
}
.news_content .navlist ul li a {
  position: relative;
  display: block;
  padding: 0 1.125rem;
  font-size: 1.25rem;
  color: #111;
  line-height: 2.75rem;
}
.news_content .navlist ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #1FB582;
  transform: scale(0);
  transition: all 0.3s;
}
.news_content .newlist {
  margin-bottom: 3.75rem;
}
.news_content .newlist_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.125rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.news_content .newlist_item:hover .left .timebx span {
  color: #1FB582;
}
.news_content .newlist_item:hover .left .text h4 {
  color: #1FB582;
}
.news_content .newlist_item .left {
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
  margin-right: 8%;
  box-sizing: border-box;
}
.news_content .newlist_item .left .timebx {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.news_content .newlist_item .left .timebx p {
  font-size: 1.75rem;
  color: #111;
  margin-bottom: 0.5rem;
}
.news_content .newlist_item .left .timebx span {
  font-size: 1.375rem;
  color: #999;
  transition: color 0.3s;
}
.news_content .newlist_item .left .imgbx {
  width: 15%;
  height: 8.75rem;
  margin: 0 3%;
}
.news_content .newlist_item .left .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content .newlist_item .left .text {
  flex: 1;
  width: 0;
}
.news_content .newlist_item .left .text h4 {
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 1.875rem;
  transition: color 0.3s;
}
.news_content .newlist_item .left .text .intro p {
  font-size: 1rem;
  color: #919191;
  line-height: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content .newlist_item > i {
  font-size: 1.875rem;
  color: #1FB582;
}
.newdetail_content {
  padding: 6.25rem 0 2.5rem;
}
.newdetail_content .leftbx {
  float: left;
  width: 72%;
}
.newdetail_content .leftbx .title {
  display: flex;
  align-items: center;
  margin-bottom: 3.75rem;
}
.newdetail_content .leftbx .title_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background-color: #1FB582;
  border-radius: 0.625rem;
  margin-right: 1.5rem;
}
.newdetail_content .leftbx .title_time p {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.newdetail_content .leftbx .title_time span {
  font-size: 1.375rem;
  color: #fff;
}
.newdetail_content .leftbx .title_txt {
  flex: 1;
}
.newdetail_content .leftbx .title_txt h3 {
  font-size: 1.88rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.newdetail_content .leftbx .title_txt p {
  font-size: 1rem;
  color: #666;
}
.newdetail_content .leftbx .center {
  width: 100%;
  min-height: 15rem;
  margin-bottom: 2rem;
}
.newdetail_content .leftbx .center section {
  flex-wrap: wrap !important;
  width: 100% !important;
  font-size: 1rem !important;
  color: #919191 !important;
  line-height: 1.8em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.newdetail_content .leftbx .center span {
  background-color: transparent !important;
}
.newdetail_content .leftbx .center p {
  font-size: 1rem;
  color: #919191;
  line-height: 1.88rem;
  background-color: transparent !important;
}
.newdetail_content .leftbx .center strong {
  font-weight: 700;
}
.newdetail_content .leftbx .center img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 3rem auto 0;
}
.newdetail_content .rightbx {
  float: right;
  width: 23.75%;
}
.newdetail_content .rightbx .aboutbx {
  padding: 1.25rem 0;
}
.newdetail_content .rightbx .aboutbx_hd {
  padding-bottom: 1.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 0.125rem solid #666;
}
.newdetail_content .rightbx .aboutbx_hd h3 {
  font-size: 1.5rem;
  color: #111;
  padding-left: 0.75rem;
  border-left: 0.3125rem solid #000;
}
.newdetail_content .rightbx .aboutbx_bd {
  padding: 1.625rem 0 0;
}
.newdetail_content .rightbx .aboutbx_bd a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newdetail_content .rightbx .aboutbx_bd a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.newdetail_content .rightbx .aboutbx_bd a:hover img {
  transform: scale(1.05);
}
.newdetail_content .rightbx .otherbx {
  padding: 1.25rem 0;
}
.newdetail_content .rightbx .otherbx_hd {
  padding-bottom: 1.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 0.125rem solid #666;
}
.newdetail_content .rightbx .otherbx_hd h3 {
  font-size: 1.5rem;
  color: #111;
  padding-left: 0.75rem;
  border-left: 0.3125rem solid #000;
}
.newdetail_content .rightbx .otherbx_bd .item {
  position: relative;
  padding: 1.25rem 0;
}
.newdetail_content .rightbx .otherbx_bd .item:hover h4 {
  color: #1FB582;
}
.newdetail_content .rightbx .otherbx_bd .item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx .otherbx_bd .item h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newdetail_content .rightbx .otherbx_bd .item span {
  font-size: 1rem;
  color: #999;
}
.about_profile {
  padding: 6.25rem 0 3.75rem;
  width: 100%;
  overflow: hidden;
}
.about_profile .center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.about_profile .center .textbx {
  width: 45%;
}
.about_profile .center .textbx h3 {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 3rem;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
.about_profile .center .textbx .intro {
  width: 100%;
  height: 16.25rem;
  padding-right: 10%;
}
.about_profile .center .textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
}
.about_profile .center .videobx {
  position: relative;
  width: 50%;
  height: 28.75rem;
  overflow: hidden;
}
.about_profile .center .videobx img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  z-index: 3;
}
.about_profile .center .videobx.controlshow video::-webkit-media-controls {
  display: none;
}
.about_profile .center .videobx video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.about_profile .center .videobx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.about_profile .center .videobx .playbtn:hover {
  cursor: pointer;
}
.about_profile .center .videobx .playbtn:hover i {
  color: #fff;
}
.about_profile .center .videobx .playbtn i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
.about_profile .about_numbx ul {
  display: flex;
  justify-content: flex-start;
}
.about_profile .about_numbx ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0.375rem 0;
}
.about_profile .about_numbx ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
}
.about_profile .about_numbx ul li .numbx p {
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1FB582;
  margin-bottom: 1.25rem;
}
.about_profile .about_numbx ul li .numbx p span {
  font-size: 3.75rem;
  line-height: 1em;
}
.about_profile .about_numbx ul li > p {
  font-size: 1.125rem;
  color: #111;
  text-align: left;
}
.about_path {
  padding: 2.5rem 0 0;
  width: 100%;
  overflow: hidden;
}
.about_path .common_header {
  align-items: flex-start;
}
.about_path .center {
  position: relative;
  background-color: rgba(207, 229, 232, 0.3);
  margin-top: 7.5rem;
}
.about_path .center .w1600 {
  position: relative;
}
.about_path .center .textbx {
  width: 100%;
  height: 33.125rem;
  padding: 3.75rem 6.25rem;
}
.about_path .center .textbx .textbx_list {
  max-width: 60%;
}
.about_path .center .textbx .textbx_list .item {
  position: relative;
  display: none;
}
.about_path .center .textbx .textbx_list .item::after {
  position: absolute;
  top: 0;
  left: 1.25rem;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #1FB582;
  z-index: -1;
}
.about_path .center .textbx .textbx_list .item h4 {
  font-size: 3.5rem;
  color: #000;
  font-family: "Oswald-Bold";
  padding-bottom: 2.5rem;
  background-color: #f1f7f8;
}
.about_path .center .textbx .textbx_list .item .txt {
  position: relative;
}
.about_path .center .textbx .textbx_list .item .txt::before {
  position: absolute;
  top: 0;
  left: 0.75rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 0.125rem solid #1FB582;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 4;
}
.about_path .center .textbx .textbx_list .item_bd {
  position: relative;
  height: 18.75rem;
}
.about_path .center .textbx .textbx_list .item_bd ul {
  position: relative;
  height: 100%;
  padding: 2.5rem 1.25rem 0;
}
.about_path .center .textbx .textbx_list .item_bd ul li {
  display: flex;
}
.about_path .center .textbx .textbx_list .item_bd ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.about_path .center .textbx .textbx_list .item_bd ul li span,
.about_path .center .textbx .textbx_list .item_bd ul li p {
  position: relative;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  padding-left: 1.875rem;
}
.about_path .center .textbx .textbx_list .item_bd ul li span {
  padding-left: 1.25rem;
}
.about_path .center .textbx .textbx_list .item_bd ul li span::before {
  position: absolute;
  top: 0.625rem;
  left: -0.375rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1FB582;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  z-index: 3;
}
.about_path .center .textbx .textbx_list .item_bd ul li .desc {
  position: relative;
  flex: 1;
}
.about_path .center .textbx .textbx_list .item_bd ul li .desc p {
  flex: 1;
  padding-left: 1rem;
}
.about_path .center .rightbx {
  position: absolute;
  bottom: 0;
  right: 6.25rem;
  width: 23.75%;
  height: 40.625rem;
  padding: 1.5625rem 0;
  background: url("../images/pathbg.webp") no-repeat center center;
  background-size: cover;
  z-index: 3;
}
.about_path .center .rightbx .headnews {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about_path .center .rightbx .headnews .headnewsul {
  height: 100%;
}
.about_path .center .rightbx .headnews .headnewsul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  font-size: 1.875rem;
  font-family: "Oswald-Bold";
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  transition: all 0.5s ease;
}
.about_path .center .rightbx .headnews .headnewsul li:hover {
  cursor: pointer;
}
.about_path .center .rightbx .headnews .headnewsul li.clifytuj {
  font-size: 3.125rem;
  color: #ffffff;
}
.about_path .center .rightbx .headnews .headnewsul li.clifytuj::before,
.about_path .center .rightbx .headnews .headnewsul li.clifytuj::after {
  width: 26%;
}
.about_path .center .rightbx .headnews .headnewsul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.about_path .center .rightbx .headnews .headnewsul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.about_path .center .swiperbtn {
  display: none;
}
.about_culture {
  padding: 5rem 0;
  width: 100%;
  overflow: hidden;
}
.about_culture .center {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}
.about_culture .center .item {
  position: relative;
}
.about_culture .center .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_culture .center .item:hover .textbx {
  background-color: #1FB582;
}
.about_culture .center .item .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s;
}
.about_culture .center .item .textbx_hd {
  display: flex;
  align-items: center;
}
.about_culture .center .item .textbx_hd i {
  font-size: 6.8rem;
  color: #fff;
  line-height: 1em;
  margin-right: 1rem;
}
.about_culture .center .item .textbx_hd h4 {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  line-height: 1em;
}
.about_culture .center .item .textbx_intro {
  padding-left: 0.625rem;
}
.about_culture .center .item .textbx_intro p {
  font-size: 1.75rem;
  color: #fff;
}
.about_culture .center .item1 {
  grid-area: 1 / 1 / 3 / 3;
}
.about_culture .center .item1 .textbx {
  padding: 15% 9%;
}
.about_culture .center .item1 .textbx_hd {
  margin-bottom: 10%;
}
.about_culture .center .item2 {
  grid-area: 1 / 3 / 2 / 5;
}
.about_culture .center .item2 .textbx {
  padding: 8% 5%;
}
.about_culture .center .item2 .textbx_hd {
  margin-bottom: 7%;
}
.about_culture .center .item3 {
  grid-area: 2 / 3 / 3 / 5;
}
.about_culture .center .item3 .textbx {
  padding: 8% 5%;
}
.about_culture .center .item3 .textbx_hd {
  margin-bottom: 7%;
}
.about_concept {
  padding: 3.75rem 0 5rem;
  width: 100%;
  overflow: hidden;
}
.about_concept .concept {
  position: relative;
}
.about_concept .concept .imgbx {
  width: 87.5%;
  height: 38.75rem;
  margin-left: auto;
}
.about_concept .concept .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_concept .concept .textbx {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 33.75%;
  padding: 3.75rem 2.5rem;
  background-color: #1FB582;
}
.about_concept .concept .textbx .common_header {
  align-items: flex-start;
}
.about_concept .concept .textbx .common_header h3 {
  color: #fff;
}
.about_concept .concept .textbx .common_header em {
  background-color: #fff;
}
.about_concept .concept .textbx .common_header span {
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.5);
}
.about_concept .concept .textbx .intro {
  margin-top: 3.75rem;
}
.about_concept .concept .textbx .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75em;
}
.about_concept .joblist {
  display: flex;
  justify-content: space-between;
  margin-top: 4.75rem;
}
.about_concept .joblist .item {
  width: 48.75%;
  background: #ffffff;
  box-shadow: 3px 5px 16px 0px rgba(0, 0, 0, 0.06);
}
.about_concept .joblist .item:hover .item_img img {
  transform: scale(1.05);
}
.about_concept .joblist .item_img {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
}
.about_concept .joblist .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.about_concept .joblist .item_text {
  width: 100%;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}
.about_concept .joblist .item_text h4 {
  font-size: 1.625rem;
  color: #111;
  margin-bottom: 1.625rem;
}
.about_concept .joblist .item_text a {
  font-size: 0.875rem;
  color: #999;
}
.about_concept .joblist .item_text a:hover {
  color: #1FB582;
}
.about_bot {
  position: relative;
  padding: 6.875rem 0 7.5rem;
  width: 100%;
  overflow: hidden;
}
.about_bot .common_header {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}
.about_bot .common_header h3{
  color: #fff;
}
.about_bot .common_header span{
  color: rgba(255, 255, 255, 0.5);
}
.about_bot .bglist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* .about_bot .bglist::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
} */
.about_bot .bglist .itembg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.about_bot .bglist .itembg.active {
  opacity: 1;
}
.about_bot .bglist .itembg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_bot .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 3;
}
.about_bot .bg2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_bot .center {
  position: relative;
  padding: 0 3.75rem;
  z-index: 3;
}
.about_bot .center .about_bot_swiper {
  overflow: hidden;
}
.about_bot .center .about_bot_swiper .swiper-slide {
  height: 16.875rem;
  border: 0.1875rem solid #fff;
  border-radius: 1.25rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: 300ms;
  transform: scale(0.8);
}
.about_bot .center .about_bot_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_bot .center .about_bot_swiper .swiper-slide-active {
  transform: scale(1);
}
.about_bot .center .swiper-btn {
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
.about_bot .center .swiper-btn span {
  font-size: 2.5rem;
  color: #fff;
  line-height: 2.5rem;
}
.about_bot .center .swiper-btn:hover {
  background-color: transparent;
}
.about_bot .center .swiper-btn:hover span {
  color: #1FB582;
}
.about_bot .center .swiper-btn-prev {
  left: 0;
}
.about_bot .center .swiper-btn-next {
  right: 0;
}
.about_bot .center .swiper-pagination {
  bottom: -3rem;
}
.about_bot .center .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s;
}
.about_bot .center .swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: #1FB582;
}
.download_content {
  padding: 5rem 0;
}
.download_content .navlist {
  margin-bottom: 2.5rem;
}
.download_content .navlist ul {
  display: flex;
  justify-content: flex-start;
}
.download_content .navlist ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.download_content .navlist ul li.active a {
  color: #1FB582;
}
.download_content .navlist ul li.active a::after {
  transform: scale(1);
}
.download_content .navlist ul li a {
  position: relative;
  display: block;
  padding: 0 1.125rem;
  font-size: 1.25rem;
  color: #111;
  line-height: 2.75rem;
}
.download_content .navlist ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #1FB582;
  transform: scale(0);
  transition: all 0.3s;
}
.download_content .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download_content .center .item {
  display: flex;
  justify-content: space-between;
  width: 45%;
  margin-bottom: 6.25rem;
}
.download_content .center .item:hover .item_text h4 {
  color: #1FB582;
}
.download_content .center .item:hover .item_text .btnbx .downloadbtn a i,
.download_content .center .item:hover .item_text .btnbx .seebtn a i,
.download_content .center .item:hover .item_text .btnbx .downloadbtn a span,
.download_content .center .item:hover .item_text .btnbx .seebtn a span {
  color: #1FB582;
}
.download_content .center .item_img {
  width: 30%;
  height: auto;
  box-shadow: 3px 5px 16px 0px rgba(0, 0, 0, 0.06);
}
.download_content .center .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.download_content .center .item_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62%;
  padding: 6% 0;
}
.download_content .center .item_text h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.8em;
  font-weight: 400;
  transition: all 0.3s;
}
.download_content .center .item_text .btnbx {
  display: flex;
}
.download_content .center .item_text .btnbx .downloadbtn a,
.download_content .center .item_text .btnbx .seebtn a {
  display: flex;
  align-items: center;
}
.download_content .center .item_text .btnbx .downloadbtn a i,
.download_content .center .item_text .btnbx .seebtn a i {
  font-size: 1.5rem;
  color: #666;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.download_content .center .item_text .btnbx .downloadbtn a span,
.download_content .center .item_text .btnbx .seebtn a span {
  font-size: 1rem;
  color: #666;
  transition: all 0.3s;
}
.download_content .center .item_text .btnbx .downloadbtn {
  margin-right: 15%;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popup_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.75rem;
  background: #ffffff;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.3125rem;
}
.popup_center .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 0 2rem;
  border-bottom: 1px solid #eee;
}
.popup_center .title h4 {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
}
.popup_center .title .closebtn:hover {
  cursor: pointer;
}
.popup_center .title .closebtn i {
  font-size: 1.5rem;
  color: #666;
}
.popup_center .downloadForm {
  padding-top: 3.125rem;
}
.popup_center .downloadForm .formbx_item {
  display: flex;
  box-sizing: border-box;
  padding: 0 3.75rem;
  margin-bottom: 2rem;
}
.popup_center .downloadForm .formbx_item label {
  width: 30%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_item label span {
  color: #1FB582;
}
.popup_center .downloadForm .formbx_item input {
  flex: 1;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.125rem;
  outline: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.popup_center .downloadForm .formbx_item input::-webkit-input-placeholder,
.popup_center .downloadForm .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item input:-moz-placeholder,
.popup_center .downloadForm .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item input::-moz-placeholder,
.popup_center .downloadForm .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item input:-ms-input-placeholder,
.popup_center .downloadForm .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 0 3.75rem;
}
.popup_center .downloadForm .formbx_text input::-webkit-input-placeholder,
.popup_center .downloadForm .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text input:-moz-placeholder,
.popup_center .downloadForm .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text input::-moz-placeholder,
.popup_center .downloadForm .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text input:-ms-input-placeholder,
.popup_center .downloadForm .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text label {
  width: 30%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_text label span {
  color: #1FB582;
}
.popup_center .downloadForm .formbx_text textarea {
  flex: 1;
  height: 100%;
  padding: 0.75rem 1.125rem;
  outline: none;
  resize: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.popup_center .downloadForm .formbx .down_href {
  display: none;
}
.popup_center .formbtnbx {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 2rem;
  border-top: 1px solid #eee;
}
.popup_center .formbtnbx button {
  display: block;
  width: 6.25rem;
  height: 2.5rem;
  outline: none;
  border: 0;
  background-color: #1FB582;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  text-align: center;
  transition: all 0.3s;
}
.popup_center .formbtnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}
.contactpop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.contactpop_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.75rem;
  background: #ffffff;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.3125rem;
}
.contactpop_center .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 0 2rem;
  border-bottom: 1px solid #eee;
}
.contactpop_center .title h4 {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
}
.contactpop_center .title .closebtn:hover {
  cursor: pointer;
}
.contactpop_center .title .closebtn i {
  font-size: 1.5rem;
  color: #666;
}
.contactpop_center .contactForm {
  padding-top: 3.125rem;
}
.contactpop_center .contactForm .formbx_item {
  display: flex;
  box-sizing: border-box;
  padding: 0 3.75rem;
  margin-bottom: 2rem;
}
.contactpop_center .contactForm .formbx_item label {
  width: 22%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.contactpop_center .contactForm .formbx_item label span {
  color: #1FB582;
}
.contactpop_center .contactForm .formbx_item input {
  flex: 1;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.125rem;
  outline: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contactpop_center .contactForm .formbx_item input::-webkit-input-placeholder,
.contactpop_center .contactForm .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_item input:-moz-placeholder,
.contactpop_center .contactForm .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_item input::-moz-placeholder,
.contactpop_center .contactForm .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_item input:-ms-input-placeholder,
.contactpop_center .contactForm .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_text {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 0 3.75rem;
}
.contactpop_center .contactForm .formbx_text input::-webkit-input-placeholder,
.contactpop_center .contactForm .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_text input:-moz-placeholder,
.contactpop_center .contactForm .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_text input::-moz-placeholder,
.contactpop_center .contactForm .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_text input:-ms-input-placeholder,
.contactpop_center .contactForm .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.contactpop_center .contactForm .formbx_text label {
  width: 22%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.contactpop_center .contactForm .formbx_text label span {
  color: #1FB582;
}
.contactpop_center .contactForm .formbx_text textarea {
  flex: 1;
  width: 0;
  height: 100%;
  padding: 0.75rem 1.125rem;
  outline: none;
  resize: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contactpop_center .formbtnbx {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 2rem;
  border-top: 1px solid #eee;
}
.contactpop_center .formbtnbx button {
  display: block;
  width: 6.25rem;
  height: 2.5rem;
  outline: none;
  border: 0;
  background-color: #1FB582;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  text-align: center;
  transition: all 0.3s;
}
.contactpop_center .formbtnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}

.index_yingyong_content .hover {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  /* width: 25%; */
  width: 30rem;
  height: 30.63rem;
  max-width: 25%;
  /* min-width: 25%; */
}
.index_case_content .hover {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /* width: 20%; */
  max-width: 20%;
  /* height: 30rem; */
  width: 24.06rem;
  /* width: 32.08rem; */
  height: 30.63rem;
  min-width: 140px;
  border: 0.06rem solid #F6F6F6;
}

.index_yingyong_content .hover img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    }
.index_case_content .hover img {
      /* display: block; */
      /* position: relative; */
      width: 60%;
      position: absolute; /* 设置为绝对定位 */
      top: 50%;            /* 向上偏移50% */
      left: 50%;           /* 向左偏移50% */
      transform: translate(-50%, -50%); /* 将元素向左上角移动自身宽高的一半，实现居中 */
 }

.index_yingyong_content .bottom-to-top {
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(44,62,80,0.8);
    position: absolute;
    cursor: default;
    top: 50%;
    left: 0;

    transition: all 0.5s ease;
 
  }
  .index_yingyong_content .bottom-to-top .yingyong_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_case_content .bottom-to-top {
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    /* background-color: rgba(44,62,80,0.8); */
    background: url('../images/chanpin_bg.png') no-repeat center;
    position: absolute;
    cursor: default;
    top: 100%;
    left: 0;
    transition: all 0.5s ease;
  }
.hover:hover .bottom-to-top {
    top: 0;
    left:0;
    opacity: 1;
}
.hover:hover .case_title {
  display: none;
}
.index_case_content .hengxian {
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  margin: 18px auto;
}

.about_title1 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 1.88rem;
  color: #1FB582;
  line-height: 1.88rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.about_title2 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 1.38rem;
  color: #111111;
  line-height: 1.88rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 3.19rem;
}
.yingyong_icon .iconfont {
  color: #fff;
  font-size: 3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 16px !important;
  }
  .w1600,
  .w1400,
  .w1240,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .Pcimg {
    display: none;
  }
  .Mimg {
    display: block;
  }
  .common_banner {
    height: 50vh;
  }
  .common_banner > img {
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text span {
    font-size: 1.875rem;
  }
  .common_banner_text h1 {
    font-size: 3.25rem;
  }
  .common_banner_text p {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
  .common_pagebtn {
    flex-direction: column;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    z-index: 99;
  }
  .index_header .w1600 {
    height: 100%;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    max-width: 45%;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    padding: 1rem 0 0;
    background: #fff;
    display: none;
    overflow-y: scroll;
    z-index: 99;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    padding: 1rem 1rem 0;
  }
  .index_header_nav_M .cd-accordion-menu > .has-children > ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 {
    display: flex;
    border-radius: 0.75rem;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1.show {
    background-color: #f8f8f8;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1.show a {
    color: #1FB582;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down.active i {
    transform: rotate(180deg);
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i {
    font-size: 2rem;
    color: #6e6e6e;
    transition: all 0.3s;
  }
  .index_header_nav_M .cd-accordion-menu > li .dropdown1 > li:not(:last-child) {
    box-shadow: inset 0 -1px #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .dropdown1 > li a {
    font-size: 1.125rem;
    line-height: 3.125rem;
    padding-left: 1.25rem;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 1.25rem;
    padding-left: 1rem;
    line-height: 3.75rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #1FB582;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header .navbx {
    align-items: center;
    padding: 0;
  }
  .index_header .langbx {
    margin-left: auto;
  }
  .index_header.first .inner-header-icon-out span,
  .index_header.inner .inner-header-icon-out span,
  .index_header:hover .inner-header-icon-out span {
    background-color: #333;
  }
  .index_header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index_header .inner-header-icon-out span {
    background-color: #fff;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: 100vh;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_banner_M .index_banner_swiper .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text {
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text h3 {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
  }
   .swiper-slide-text p,.swiper-slide-text span {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text p {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    margin: 1.5rem 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text em {
    margin: 0 auto;
  }
  .index_banner_M .swiper-pagination {
    bottom: 2rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_solution {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 3rem;
  }
  .index_solution .swiperbox {
    height: auto;
  }
  .index_solution .swiperbox .casetxt {
    position: relative;
    transform: translateY(0);
    width: 100%;
    height: 40rem;
  }
  .index_solution .index_xinpin_content .swiperbox .index_solution_swiper .imgbx{
    width: 100%;
  }
  .index_solution .index_xinpin_content .swiperbox .index_solution_swiper .swiper-slide-active {
    margin-left: 0;
  }
  .index_solution .swiperbox .casetxt .item {
    padding: 1.5rem 1rem;
  }
  .index_solution .swiperbox .index_solution_swiper {
    width: 100%;
  }
  .index_solution .swiperbox .index_solution_swiper .swiper-slide {
    width: 100%;
  }
  .index_solution .swiperbox .swiperbt-box {
    bottom: 10%;
  }
  .index_product {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index_product .leftbx_bg {
    width: 100%;
  }
  .index_product_center .leftbx {
    width: 100%;
  }
  .index_product_center .leftbx .item {
    padding: 2.5rem 0;
  }
  .index_product_center .leftbx .item .link_M {
    display: block;
  }
  .index_product_center .rightbx {
    display: none;
  }
  .index_case {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index_case_content {
    padding: 3rem 0;
  }
  .index_case_content .index_case_swiper {
    height: 25rem;
  }
  .index_case_content .index_case_swiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
  .index_case_content .index_case_swiper .swiper-slide .text_center {
    width: 100%;
  }
  .index_case_content .index_case_swiper .swiper-slide .text_center .title h4 {
    font-size: 1.5rem;
  }
  .index_case_content .index_case_swiper .swiper-slide .text_center .intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_case_content .swiper-pagination {
    display: block;
  }
  .index_news {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index_news_center {
    padding: 3rem 0;
  }
  .index_news_center .body {
    flex-wrap: wrap;
  }
  .index_news_center .body .leftbx {
    width: 100%;
    height: auto;
  }
  .index_news_center .body .item {
    width: 50%;
    height: auto;
  }
  .index_news_center .body .item_text {
    padding: 8% 1rem;
  }
  .index_news_center .body .item_text .hd {
    margin-bottom: 1.25rem;
  }
  .index_news_center .body .item_text .hd h4 {
    margin-bottom: 1.25rem;
  }
  .index_news_center .body .item_text .intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_about {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index_about_center {
    padding-top: 3rem;
  }
  .index_about_center .profile_intro {
    max-width: 100%;
  }
  .index_about_center .technical {
    flex-wrap: wrap;
  }
  .index_about_center .technical .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_quality {
    position: relative;
    width: 100%;
    height: auto;
    padding: 3rem 0 0;
  }
  .index_quality .quality {
    padding-bottom: 3rem;
  }
  .index_quality .quality .quality_content .index_quality_swiper .swiper-slide {
    padding-left: 20%;
  }
  .index_quality .quality .quality_content .index_quality_swiper .swiper-slide .iconbx {
    left: 12%;
  }
  .index_quality .quality .quality_content .index_quality_swiper .swiper-slide::after {
    left: 13.25%;
  }
  .index_quality .contactbox .w1600 {
    padding-bottom: 2.5rem;
  }
  .index_quality .contactbox .text {
    margin-bottom: 2.5rem;
  }
  .index_quality .contactbox .text h4 {
    font-size: 1.75rem;
  }
  .index_footer_center {
    padding: 3.5rem 0;
  }
  .index_footer_center .w1600 {
    flex-wrap: wrap;
  }
  .index_footer_center .leftbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_footer_center .linkbx {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
  }
  .index_footer_center .linkbx dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_footer_center .linkbx dl:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_footer_center .linkbx dl dt {
    width: 100%;
  }
  .index_footer_center .linkbx dl dd {
    margin-right: 1rem;
  }
  .index_footer_center .linkbx dl dd:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .index_footer_copyright {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .w1600 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_footer_copyright p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright p a:last-child {
    display: none;
  }
  .solution_product {
    padding: 3rem 0;
  }
  .solution_product .list .item {
    width: 100%;
    margin-bottom: 0;
  }
  .solution_product .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .solution_product .list .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .solution_program .center {
    height: auto;
  }
  .solution_program .center_list {
    position: relative;
    flex-wrap: wrap;
  }
  .solution_program .center_list .item {
    position: relative;
    flex: 0 0 100%;
    height: 20rem;
  }
  .solution_program .center_list .item .Mimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .solution_earth {
    padding: 3rem 0;
  }
  .productdetail_profile {
    padding: 3rem 0;
  }
  .productdetail_profile .center {
    flex-wrap: wrap;
  }
  .productdetail_profile .center .textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .productdetail_profile .center .imgbx {
    width: 100%;
  }
  .productdetail_adva {
    padding: 3rem 0;
  }
  .productdetail_adva .center {
    flex-wrap: wrap;
  }
  .productdetail_adva .center .item {
    width: 49%;
    padding: 2rem 1rem;
    margin-bottom: 0.625rem;
  }
  .productdetail_function {
    padding: 3rem 0;
  }
  .productdetail_function .center .item {
    width: 50%;
  }
  .productdetail_worth {
    padding: 3rem 0;
  }
  .productdetail_worth .center {
    flex-wrap: wrap;
  }
  .productdetail_worth .center .swiperbx {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
  }
  .productdetail_worth .center .swiperbx .swiper-pagination {
    bottom: -1rem;
  }
  .productdetail_worth .center .textbx {
    width: 100%;
  }
  .productdetail_material {
    padding: 5rem 0;
  }
  .productdetail_material .text h3 {
    font-size: 2.125rem;
  }
  .solutiondetail_background {
    padding: 3rem 0;
  }
  .solutiondetail_architecture {
    padding: 3rem 0;
  }
  .solutiondetail_light {
    padding: 3rem 0;
  }
  .solutiondetail_light .center {
    flex-wrap: wrap;
  }
  .solutiondetail_light .center .item {
    width: 49%;
    margin-bottom: 0.625rem;
  }
  .solutiondetail_worth {
    padding: 3rem 0 5rem;
  }
  .solutiondetail_related {
    padding: 3rem 0;
  }
  .solutiondetail_related .center {
    flex-wrap: wrap;
  }
  .solutiondetail_related .center .item {
    width: 100%;
  }
  .solutiondetail_related .center .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .download_content .center .item {
    width: 100%;
    margin-bottom: 3.25rem;
  }
  .case_layout {
    padding: 3rem 0;
  }
  .case_layout .center .mapbox {
    width: 100%;
    min-height: 39rem;
  }
  .case_typical {
    padding: 3rem 0;
  }
  .case_typical .center .item:not(:last-child) {
    margin-bottom: 3.25rem;
  }
  .case_typical .center .item_img {
    float: none;
    width: 100%;
    height: auto;
  }
  .case_typical .center .item_img img {
    height: auto;
    object-fit: contain;
  }
  .case_typical .center .item_text {
    float: none;
    width: 100%;
  }
  .case_typical .center .item_text .intro {
    height: 16rem;
  }
  .case_typical .center .item:nth-child(even) .item_text {
    padding-right: 0;
  }
  .support_service .center_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .support_service .center_list .item {
    position: relative;
    width: 48% !important;
    height: 10rem !important;
    transform: translate(0, 0) !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 1.5rem;
  }
  
  .support_service .center_list .item:not(:first-child)::after {
    display: none;
  }
  .support_message .center .formbx_item {
    width: 100%;
  }
  .support_material {
    padding: 5rem 0;
  }
  .support_material .text {
    flex-direction: column;
    align-items: flex-start;
  }
  .support_material .text_l {
    margin-bottom: 2rem;
  }
  .news_content .newlist_item .left {
    margin-right: 0;
  }
  .news_content .newlist_item .left .imgbx {
    display: none;
  }
  .news_content .newlist_item .left .text {
    width: 0;
    padding-left: 3%;
  }
  .news_content .newlist_item > i {
    display: none;
  }
  .newdetail_content .leftbx {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  .newdetail_content .leftbx .title_txt h3 {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
  .newdetail_content .rightbx {
    float: none;
    width: 100%;
  }
  .about_profile {
    padding: 3rem 0;
  }
  .about_profile .center {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .about_profile .center .textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about_profile .center .textbx h3 {
    margin-bottom: 1.5rem;
  }
  .about_profile .center .textbx .intro {
    padding-right: 2%;
  }
  .about_profile .center .videobx {
    width: 100%;
    height: 19rem;
  }
  .about_profile .about_numbx ul {
    flex-wrap: wrap;
  }
  .about_profile .about_numbx ul li {
    flex: 0 0 50%;
    margin-bottom: 1rem;
  }
  .about_profile .about_numbx ul li:nth-child(2)::after {
    display: none;
  }
  .about_path .center {
    margin-top: 3rem;
  }
  .about_path .center .w1600 {
    position: relative;
  }
  .about_path .center .textbx {
    padding: 2rem 1rem;
  }
  .about_path .center .textbx .textbx_list {
    max-width: 100%;
  }
  .about_path .center .rightbx {
    display: none;
  }
  .about_path .center .swiperbtn {
    position: absolute;
    top: 0;
    right: 1rem;
    display: flex;
  }
  .about_path .center .swiperbtn_prev,
  .about_path .center .swiperbtn_next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #1FB582;
  }
  .about_path .center .swiperbtn_prev i,
  .about_path .center .swiperbtn_next i {
    font-size: 1.25rem;
    color: #fff;
  }
  .about_culture {
    padding: 3rem 0;
  }
  .about_culture .center {
    display: block;
  }
  .about_culture .center .item {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .about_culture .center .item img {
    height: 100%;
    object-fit: cover;
  }
  .about_culture .center .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .about_culture .center .item .textbx_intro p {
    font-size: 1.25rem;
  }
  .about_culture .center .item.item1 .textbx {
    padding: 8% 5%;
  }
  .about_concept .concept .imgbx {
    width: 100%;
    height: auto;
  }
  .about_concept .concept .imgbx img {
    height: auto;
    object-fit: contain;
  }
  .about_concept .concept .textbx {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 90%;
    padding: 1rem;
    margin: -2rem auto;
  }
  .about_concept .joblist {
    flex-wrap: wrap;
  }
  .about_concept .joblist .item {
    width: 100%;
  }
  .about_concept .joblist .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .about_bot {
    padding: 4.5rem 0;
  }
  .about_bot .center .about_bot_swiper .swiper-slide {
    height: 13rem;
  }
  .popup_center {
    width: 94%;
  }
  .popup_center .downloadForm {
    padding-top: 3.125rem;
  }
  .popup_center .downloadForm .formbx_item {
    padding: 0 1rem;
  }
  .popup_center .downloadForm .formbx_item label {
    width: 38%;
  }
  .popup_center .downloadForm .formbx_text {
    padding: 0 1rem;
  }
  .popup_center .downloadForm .formbx_text label {
    width: 38%;
  }
  .contactpop_center {
    width: 94%;
  }
  .contactpop_center .contactForm .formbx_item {
    padding: 0 1.5rem;
  }
  .contactpop_center .contactForm .formbx_text {
    padding: 0 1.5rem;
  }
  .index_yingyong_content .hover {
    /* height: 12rem; */
    height: 20%;
  }
  .yingyong_icon .iconfont{
    font-size: 1.4rem;
  }
  .yingyong_icon p{
    font-size: 0.8rem;
  }
  .index_case_content .hover {
    height: 20rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-next2 {
    right: 1rem;
  }
  .index_case_content .swiperbt-box {
    top: 80%;
  }
  .index_case_content .swiperbt-box .swiper-btn {
    width: 3rem;
    height: 3rem;
  }
  .index_case_content .index_case_swiper .swiper-slide .text .morebtn {
    margin-bottom: 0;
  }
  .index_case_content .index_case_swiper .swiper-slide .text_center .title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding: 0 3rem;
  }
  .index_solution .swiperbox .casetxt {
    width: 48%;
  }
  .index_solution .swiperbox .index_solution_swiper .swiper-slide {
    width: 100%;
  }
  .index_case_content::after {
    display: none;
  }
  .index_case_content .swiperbt-box {
    top: 70%;
    /* top: 80%; */
  }
  .index_case_content .swiperbt-box .swiper-btn {
    position: relative;
    transform: translateY(0);
    border-color: #1FB582;
    width: 3.25rem;
    height: 3.25rem;
  }
  .index_case_content .swiperbt-box .swiper-btn span {
    color: #1FB582;
    line-height: 3.25rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev {
    left: 0;
    margin-left: 4.5%;
  }
  .index_case_content .swiperbt-box .swiper-btn-next {
    right: 0;
    margin-left: 1rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-next2 {
    right: -85rem;
    /* margin-left: 1rem; */
  }
  .index_yingyong_content .hover {
    height: 100%;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  :root {
    font-size: 14px !important;
  }
  .w1600 {
    width: 100%;
    padding: 0 4rem;
  }
  .index_solution .swiperbox {
    max-height: 95%;
  }
  .index_solution .swiperbox .casetxt {
    width: 50%;
    top: 30%;
  }
  .index_solution .swiperbox .index_solution_swiper {
    width: 70%;
  }
  .index_solution .swiperbox .index_solution_swiper .swiper-slide {
    width: 100%;
  }
  .index_solution .swiperbox .swiperbt-box {
    right: 0;
    bottom: 7%;
    /* bottom: 0; */
    justify-content: flex-start;
    /* padding-left: 2%; */
  }
  .index_xinpin_content .xinpin_img {
    /* width: 45% !important;
    height: 45% !important; */
  }
  .index_case_content::after {
    display: none;
  }
  .index_case_content .swiperbt-box {
    /* top: 79%; */
  }
  .index_case_content .swiperbt-box .swiper-btn {
    position: relative;
    transform: translateY(0);
    border-color: #1FB582;
    width: 3.25rem;
    height: 3.25rem;
  }
  .index_case_content .swiperbt-box .swiper-btn span {
    color: #1FB582;
    line-height: 3.25rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev {
    left: 0;
    margin-left: 4.5%;
  }
  .index_case_content .swiperbt-box .swiper-btn-next {
    /* right: 0; */
    margin-left: 1rem;
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding: 0 4rem;
  }
  .index_case_content::after {
    display: none;
  }
  .index_case_content .swiperbt-box {
    /* top: 79%; */
  }
  .index_case_content .swiperbt-box .swiper-btn {
    position: relative;
    transform: translateY(0);
    border-color: #1FB582;
    width: 3.25rem;
    height: 3.25rem;
  }
  .index_case_content .swiperbt-box .swiper-btn span {
    color: #1FB582;
    line-height: 3.25rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev {
    left: 0;
    margin-left: 4.5%;
  }
  .index_case_content .swiperbt-box .swiper-btn-next {
    right: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding: 0 5rem;
  }
  .index_case_content .swiperbt-box {
    /* top: 55%; */
  }
  .index_case_content .swiperbt-box .swiper-btn {
    width: 3.125rem;
    height: 3.125rem;
  }
  .index_case_content .swiperbt-box .swiper-btn span {
    line-height: 3.125rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev {
    left: 4rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-next {
    right: 4rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-next2{
    right: 10rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev2{
    left: 10rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  :root {
    font-size: 16px !important;
  }
  .index_case_content .swiperbt-box .swiper-btn-next2{
    right: 10rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev2{
    left: 10rem;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  :root {
    font-size: 18px !important;
  }
  .index_product .leftbx_bg {
    width: 36.7%;
  }
  .index_case_content .swiperbt-box .swiper-btn-next2{
    right: 10rem;
  }
  .index_case_content .swiperbt-box .swiper-btn-prev2{
    left: 10rem;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18), (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18), (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: 14px !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28), (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28), (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding: 0 13%;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4), (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: 12px !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6), (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6), (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 13px !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8), (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8), (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 12px !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1), (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1), (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root {
    font-size: 12px !important;
  }
}
