@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
@font-face {
  font-family: 'PingFang-Bold';
  src: url('../fonts/PingFang-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.bgbx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.js-scroll {
  opacity: 0;
  transform: translate3d(10rem, 0, 0);
  transition: transform 3s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scrolled {
  opacity: 1;
  transform: translateZ(0);
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  width: 80px;
  height: 100px;
  color: #2F318BFF;
  line-height: 100px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 30px;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.img {
  transform: scale(1.1);
}
.container {
  width: 87.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.hvr-bounce-to-right {
  background: transparent;
}
.hvr-bounce-to-right::before {
  background: #e62129;
}
.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.2);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #2F318BFF;
}
.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: #011d49;
}
.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);
  }
}
.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);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common_banner_text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.common_banner_text h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
}
.common_banner_text em {
  display: block;
  width: 2.25rem;
  height: 0.25rem;
  background-color: #fff;
  margin: 1.25rem 0;
}
.common_banner_text p {
  font-size: 1.5rem;
  color: #fff;
}
.common_crumb {
  background: #f8f8f8;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  box-sizing: border-box;
}
.common_crumb_content {
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 1rem;
  color: #333;
  box-sizing: border-box;
}
.common_crumb_content em {
  font-size: 1.25rem;
  color: #666;
  margin-right: 0.5rem;
}
.common_crumb_content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.common_crumb_content a {
  font-size: 1rem;
  color: #666;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.common_crumb_content a:hover {
  color: #e62129;
}
.common_navbx {
  float: left;
  width: 18%;
}
.common_navbx_bd {
  width: 100%;
}
.common_navbx_bd li {
  width: 100%;
  height: 3.75rem;
}
.common_navbx_bd li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3.75rem;
  background: #f1f1f1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.common_navbx_bd li.active a,
.common_navbx_bd li:hover a {
  color: #fff;
  background: #e6252a;
}
.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: 2.25rem;
  height: 2.25rem;
  background-color: #fff;
  font-size: 1rem;
  color: #2F318BFF;
  margin: 0 0.375rem;
  border: 1px solid #2F318BFF;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #2F318BFF;
  border-color: #2F318BFF;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #2F318BFF;
  border-color: #2F318BFF;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0;
}
.common_pagination li:first-child > a i,
.common_pagination li:last-child > a i {
  font-size: 1.5rem;
}
.common_pagination li:last-child > a i {
  transform: rotate(180deg);
}
.common_pagebtn {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
}
.common_pagebtn .prev::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 94%;
  height: 1px;
  background-color: #ccc;
}
.common_pagebtn .prev,
.common_pagebtn .next {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 5rem 0 4.5rem;
}
.common_pagebtn .prev:hover .text .iconbx i,
.common_pagebtn .next:hover .text .iconbx i {
  color: #e62129;
}
.common_pagebtn .prev:hover .text p,
.common_pagebtn .next:hover .text p {
  color: #e62129;
}
.common_pagebtn .prev .time,
.common_pagebtn .next .time {
  font-size: 1.125rem;
  color: #333;
}
.common_pagebtn .prev .text,
.common_pagebtn .next .text {
  display: flex;
  flex: 1;
}
.common_pagebtn .prev .text .iconbx,
.common_pagebtn .next .text .iconbx {
  display: flex;
  align-items: center;
  margin-right: 5rem;
}
.common_pagebtn .prev .text .iconbx span,
.common_pagebtn .next .text .iconbx span {
  font-size: 1.125rem;
  color: #333;
}
.common_pagebtn .prev .text .iconbx i,
.common_pagebtn .next .text .iconbx i {
  font-size: 1rem;
  color: #333;
  margin-left: 2.5rem;
}
.common_pagebtn .prev .text p,
.common_pagebtn .next .text p {
  flex: 1;
  font-size: 1.125rem;
  color: #333;
  max-width: 60%;
}
.searchbd_content {
  padding: 12rem 0 3rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.searchbd_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.searchbd_content_item:hover h3 {
  color: #e62129;
}
.sibebx {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
}
.sibebx.current {
  pointer-events: none;
}
.sibebx.active::after {
  opacity: 1;
}
.sibebx.active .sibebx_content {
  transform: translateX(0);
}
.sibebx::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.sibebx_content {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(102%);
  width: 28%;
  height: 100%;
  padding: 3%;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 1;
}
.sibebx_content .closebx {
  position: absolute;
  top: 1%;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.4s;
  z-index: 2;
}
.sibebx_content .closebx:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
.sibebx_content .closebx:hover i {
  color: #e62129;
}
.sibebx_content .closebx i {
  font-size: 1.875rem;
  color: #000;
}
.sibebx_content .saletel {
  margin-bottom: 2rem;
}
.sibebx_content .saletel p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  color: #3b8bc9;
}
.sibebx_content .saletel p a {
  color: #3b8bc9;
}
.sibebx_content .saletel p a:hover {
  color: #e62129;
}
.sibebx_content .companyinfo .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.sibebx_content .companyinfo .title i {
  font-size: 2rem;
  color: #e62129;
  margin-right: 1.5rem;
}
.sibebx_content .companyinfo .title h3 {
  font-size: 1.25rem;
  color: #000;
}
.sibebx_content .companyinfo_place {
  margin-bottom: 2.5rem;
}
.sibebx_content .companyinfo_place .item {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #E5E5E5;
}
.sibebx_content .companyinfo_place .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.sibebx_content .companyinfo_place .item h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 2rem;
  font-weight: 700;
}
.sibebx_content .companyinfo_place .item ul li {
  display: flex;
}
.sibebx_content .companyinfo_place .item ul li p {
  flex: 1;
}
.sibebx_content .companyinfo_place .item ul li p,
.sibebx_content .companyinfo_place .item ul li span,
.sibebx_content .companyinfo_place .item ul li a {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
.sibebx_content .companyinfo_place .item ul li a:hover {
  color: #e62129;
}
.sibebx_content .erweimabox {
  display: flex;
  margin-bottom: 1.25rem;
}
.sibebx_content .erweimabox .douyininfo .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.sibebx_content .erweimabox .douyininfo .title i {
  font-size: 2rem;
  color: #e62129;
  margin-right: 1.5rem;
}
.sibebx_content .erweimabox .douyininfo .title h3 {
  font-size: 1.25rem;
  color: #000;
}
.sibebx_content .erweimabox .douyininfo .imgbx {
  width: 6.625rem;
  height: 6.625rem;
}
.sibebx_content .erweimabox .douyininfo .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sibebx_content .erweimabox .weixininfo {
  margin-right: 8%;
}
.sibebx_content .erweimabox .weixininfo .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.sibebx_content .erweimabox .weixininfo .title i {
  font-size: 2rem;
  color: #e62129;
  margin-right: 1.5rem;
}
.sibebx_content .erweimabox .weixininfo .title h3 {
  font-size: 1.25rem;
  color: #000;
}
.sibebx_content .erweimabox .weixininfo .imgbx {
  width: 6.625rem;
  height: 6.625rem;
}
.sibebx_content .erweimabox .weixininfo .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sibebx_content .contactbtn {
  display: flex;
  flex-direction: column;
}
.sibebx_content .contactbtn .liuyan,
.sibebx_content .contactbtn .kefu {
  display: flex;
  align-items: center;
}
.sibebx_content .contactbtn .liuyan i,
.sibebx_content .contactbtn .kefu i {
  font-size: 2rem;
  color: #e30713;
  margin-right: 0.75rem;
}
.sibebx_content .contactbtn .liuyan a,
.sibebx_content .contactbtn .kefu a {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}
.sibebx_content .contactbtn .liuyan a:hover,
.sibebx_content .contactbtn .kefu a:hover {
  color: #e62129;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  padding: 0 6%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 66;
  transition: all 0.4s;
}
.index_header_logo {
  position: relative;
  width: 25.25rem;
  height: 2.5rem;
}
.index_header_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_logo_M {
  display: none;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_header_nav {
  display: flex;
  align-items: flex-end;
  height: 2.5rem;
}
.index_header_nav.hidenav {
  display: none;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 2.125rem;
}
.index_header_nav_item {
  display: flex;
  align-items: center;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.125rem;
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  padding: 0 1.125rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.5s;
  box-sizing: border-box;
}
.index_header_nav_item .dropdown::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #e62129;
  transform: scale(0);
  transition: all 0.4s ease-in 0.3s;
}
.index_header_nav_item .dropdown_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.index_header_nav_item .dropdown_list li:not(:last-child) {
  margin-right: 4%;
}
.index_header_nav_item .dropdown_list li a {
  position: relative;
  font-size: 1.125rem;
  color: #333;
  line-height: 5rem;
}
.index_header_nav_item .dropdown_list li a:hover {
  color: #e62129;
}
.index_header_nav_item .dropdown_list li a::before {
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #E62129;
}
.index_header_nav_item .dropdown_solution {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.6s;
  box-sizing: border-box;
}
.index_header_nav_item .dropdown_solution::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #e62129;
  transform: scale(0);
  transition: all 0.4s ease-in 0.3s;
}
.index_header_nav_item .dropdown_solution_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5rem 0 1.25rem;
}
.index_header_nav_item .dropdown_solution_list > i {
  display: block;
  width: 23.6%;
  height: 0;
}
.index_header_nav_item .dropdown_solution_list .item {
  position: relative;
  width: 23.6%;
  height: 13.75rem;
  margin-bottom: 1.5rem;
}
.index_header_nav_item .dropdown_solution_list .item:hover .item_img img {
  transform: scale(1.1);
}
.index_header_nav_item .dropdown_solution_list .item:hover .item_text {
  height: 100%;
  background-color: rgba(47, 49, 139, 0.5);
}
.index_header_nav_item .dropdown_solution_list .item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_header_nav_item .dropdown_solution_list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown_solution_list .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown_solution_list .item_text h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 2.25rem;
}
.index_header_nav_item .dropdown_product {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.6s;
  box-sizing: border-box;
}
.index_header_nav_item .dropdown_product::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #e62129;
  transform: scale(0);
  transition: all 0.4s ease-in 0.3s;
}
.index_header_nav_item .dropdown_product_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5rem 0 1.25rem;
}
.index_header_nav_item .dropdown_product_list > i {
  display: block;
  width: 23.6%;
  height: 0;
}
.index_header_nav_item .dropdown_product_list .item {
  position: relative;
  width: 23.6%;
  height: auto;
  margin-bottom: 4rem;
}
.index_header_nav_item .dropdown_product_list .item:hover .item_img::before {
  opacity: 1;
}
.index_header_nav_item .dropdown_product_list .item:hover .item_img img {
  transform: scale(1.08);
}
.index_header_nav_item .dropdown_product_list .item:hover .item_text {
  transform: translateY(0);
  height: 100%;
}
.index_header_nav_item .dropdown_product_list .item:hover .item_text h4 {
  color: #fff;
}
.index_header_nav_item .dropdown_product_list .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.75rem;
  background-color: #f2f2f2;
  overflow: hidden;
}
.index_header_nav_item .dropdown_product_list .item_img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(47, 49, 139, 0.5);
  opacity: 0;
  transition: all 0.4s;
  z-index: 3;
}
.index_header_nav_item .dropdown_product_list .item_img img {
  display: block;
  max-width: 86%;
  max-height: 84%;
  object-fit: contain;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown_product_list .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  pointer-events: none;
  transition: all 0.4s;
  z-index: 4;
}
.index_header_nav_item .dropdown_product_list .item_text h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 2.5rem;
}
.index_header_nav_item.active > a {
  color: #e62129;
}
.index_header_nav_item:hover > a {
  color: #e62129;
}
.index_header_nav_item:hover .dropdown {
  max-height: 20rem;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown::before {
  transform: scale(1);
}
.index_header_nav_item:hover .dropdown_solution {
  max-height: 40rem;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown_solution::before {
  transform: scale(1);
}
.index_header_nav_item:hover .dropdown_product {
  max-height: 40rem;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown_product::before {
  transform: scale(1);
}
.index_header .menubx {
  display: flex;
  align-items: flex-end;
  height: 2.5rem;
  margin-left: 4.375rem;
}
.index_header .menubx .langbx {
  position: relative;
  height: 2.125rem;
}
.index_header .menubx .langbx_text {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.index_header .menubx .langbx_text .icon {
  width: 1.25rem;
  height: 1.25rem;
  background: #e30713 url("../images/icons/language.gif") no-repeat center center;
  background-size: cover;
  margin-right: 0.625rem;
  border-radius: 100%;
}
.index_header .menubx .langbx_text span {
  font-size: 1rem;
  color: #333;
}
.index_header .menubx .langbx:hover .langbx_pupop {
  height: auto;
  padding: 2.125rem 0 0.25rem;
  opacity: 1;
}
.index_header .menubx .langbx_pupop {
  position: absolute;
  top: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.index_header .menubx .langbx_pupop li:hover {
  background-color: #fff;
}
.index_header .menubx .langbx_pupop li:hover a {
  color: #e62129;
}
.index_header .menubx .langbx_pupop li a {
  display: block;
  width: 100%;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
}
.index_header .menubx .searchbx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  margin-left: 1rem;
  border-radius: 0.9375rem;
  box-sizing: border-box;
}
.index_header .menubx .searchbx::before {
  position: absolute;
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background-color: #333;
}
.index_header .menubx .searchbx .btnbox .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.325rem;
  color: #333;
  font-weight: 600;
}
.index_header .menubx .searchbx .btnbox .iconfont.guanbiicon {
  font-size: 1.125rem;
}
.index_header .menubx .searchbx .btnbox .iconfont:hover {
  cursor: pointer;
}
.index_header .menubx .searchbx .btnbox.show .searchicon {
  display: none;
}
.index_header .menubx .searchbx .btnbox.show .guanbiicon {
  display: flex;
}
.index_header .menubx .searchbx .btnbox .guanbiicon {
  display: none;
  font-weight: 700;
}
.index_header .menubx .searchbx .inputbx {
  position: absolute;
  top: 0;
  right: 12.5rem;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
  transition: all 0.4s;
}
.index_header .menubx .searchbx .inputbx.inputshow {
  width: 30rem;
  opacity: 1;
}
.index_header .menubx .searchbx .inputbx form {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_header .menubx .searchbx .inputbx form input {
  width: 100%;
  height: 100%;
  padding-left: 0.75rem;
  padding-right: 2.25rem;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333;
  font-size: 0.875rem;
  outline: 0;
  box-sizing: border-box;
}
.index_header .menubx .searchbx .inputbx form button {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.index_header .menubx .searchbx .inputbx form button i {
  font-size: 1.325rem;
  color: #666;
}
.index_header .menubx .searchbx .inputbx form button:hover {
  cursor: pointer;
}
.index_header .menubx .menubtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  margin-left: 1.875rem;
}
.index_header .menubx .menubtn i {
  font-size: 1.25rem;
  color: #333;
}
.index_header .menubx .menubtn:hover {
  cursor: pointer;
}
.index_header .menubx .menubtn:hover i {
  color: #e62129;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 40.25rem;
  margin-top: 6.25rem !important;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-slide-text {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
.index_banner_swiper .swiper-slide-text p {
  font-size: 3.875rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 4px;
}
.index_banner_swiper .swiper-slide .AddFadeInDown {
  -webkit-animation: AddFadeInDown 1.5s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInDown 1.5s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}
@keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(8rem, 0);
    transform: translate(8rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.index_banner_swiper .swiper-slide .banner-mix {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #030303;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-one-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-one-bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-dot canvas {
  width: 100%;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-shade {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/index/bannerOne.png) no-repeat center / cover;
  z-index: 2;
  pointer-events: none;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .banner-cont-dot {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 27rem;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .banner-cont-dot img {
  width: 100%;
  object-fit: contain;
  opacity: 0;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .banner-cont-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  pointer-events: auto;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .banner-cont-wrap > img {
  display: block;
  width: 18rem !important;
  height: auto;
  object-fit: contain;
  margin: 0 auto 2rem;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .banner-cont-wrap .text {
  width: 51.875rem;
  height: auto;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .banner-cont-wrap .text img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner_swiper .swiper-slide .banner-mix .banner-cont .contain {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 0 0 10px 300px;
  box-sizing: border-box;
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 1.875rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  outline: none;
  box-sizing: border-box;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  margin: 0 0.375rem;
  background: #fff;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 0.5rem;
}
.index_banner > #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.index_banner_M {
  display: none;
}
.index_about {
  position: relative;
  padding-bottom: 3.75rem;
  background: url("../images/indexabout-bg2.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.index_about .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.23%;
  height: auto;
}
.index_about .bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_about_contentbx {
  padding: 3.125rem 5.4% 4rem;
}
.index_about_contentbx .title {
  margin-bottom: 1.625rem;
}
.index_about_contentbx .title h2 {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.5em;
  color: #333;
  text-align: center;
}
.index_about_contentbx .title h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  font-size: 2.5rem;
  color: #000;
  opacity: 0.06;
}
.index_about_contentbx .title p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.875rem;
  text-align: center;
}
.index_about_contentbx .title .xian {
  position: relative;
  width: 4.5rem;
  height: 1px;
  margin: 0.625rem auto 1rem;
  background-color: #2F318BFF;
}
.index_about_contentbx .title .xian em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.125rem;
  height: 0.1875rem;
  background-color: #E62129FF;
}
.index_about_contentbx .desc p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
  text-align: justify;
}
.index_about_contentbx .morebtn {
  width: 9.375rem;
  height: 3rem;
  margin: 1.875rem auto 0;
}
.index_about_contentbx .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  border: 1px solid #2F318BFF;
  font-size: 0.875rem;
  color: #2F318BFF;
  text-align: center;
  line-height: 3rem;
  transition: all 0.3s;
}
.index_about_contentbx .morebtn a:hover {
  color: #fff;
  background-color: #2F318BFF;
}
.index_about_listbx ul {
  display: flex;
  justify-content: space-between;
}
.index_about_listbx ul li {
  display: flex;
  align-items: center;
}
.index_about_listbx ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2.5rem;
  border-radius: 50%;
  border: 1px solid #acacac;
}
.index_about_listbx ul li .icon i {
  font-size: 1.25rem;
  color: #666;
}
.index_about_listbx ul li .numbx .num {
  margin-bottom: 0.625rem;
}
.index_about_listbx ul li .numbx .num p {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  color: #2F318BFF;
}
.index_about_listbx ul li .numbx .num p span {
  font-size: 2.25rem;
  line-height: 1em;
  margin-right: 0.25rem;
}
.index_about_listbx ul li .numbx > p {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.index_video {
  display: block;
  position: relative;
  width: 100%;
  height: 400vh;
}
.index_video .content {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.index_video .content .videobx {
  position: relative;
  width: 100%;
  height: calc(100vh - 6.25rem);
  margin-top: 6.25rem;
}
.index_video .content .videobx_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_video .content .videobx_bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.index_video .content .videobx_bg .mask a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 3;
}
.index_video .content .videobx_bg .mask a i {
  font-size: 2.5rem;
  color: #fff;
}
.index_video .content .videobx_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_video .content .videobx video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_video .content .videobx a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 3;
}
.index_video .content .videobx a i {
  font-size: 2.5rem;
  color: #fff;
}
.index_video .content .videologobg {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.index_video .content .videologobg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_guodu {
  position: relative;
  width: 100%;
  height: 90vh;
  background: #fff;
  background-size: cover;
  overflow: hidden;
}
.index_guodu .leftbx {
  position: absolute;
  left: -5rem;
  top: 66%;
  transform: translateY(-50%);
  width: 19.75rem;
  height: 32.875rem;
  opacity: 0;
}
.index_guodu .leftbx.active::before {
  opacity: 0;
}
.index_guodu .leftbx::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 1;
  transition: all 0.8s;
}
.index_guodu .leftbx img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.index_guodu .leftbx img.img1 {
  z-index: 3;
}
.index_guodu .leftbx img.img2 {
  z-index: 1;
}
.index_guodu .rightbx {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 38.625rem;
  height: 47.125rem;
  opacity: 0;
}
.index_guodu .rightbx.active::before {
  opacity: 0;
}
.index_guodu .rightbx::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 99%;
  background-color: #000;
  z-index: 2;
  opacity: 1;
  transition: all 0.8s;
}
.index_guodu .rightbx img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_guodu .rightbx img.img1 {
  z-index: 3;
}
.index_guodu .rightbx img.img2 {
  z-index: 1;
}
.index_guodu .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.index_guodu .textbx {
  width: 70%;
  height: 27.5rem;
  padding-left: 10%;
  box-sizing: border-box;
  z-index: 9;
}
.index_guodu .textbx #textbx_string {
  position: relative;
  left: 10%;
}
.index_guodu .textbx #textbx_string p {
  font-size: 3rem;
  line-height: 7rem;
  font-family: 'PingFang-Bold';
}
.index_product {
  position: relative;
  padding: 6.25rem 0 3.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/product-bg.png");
}
.index_product .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 6;
}
.index_product .leftnav ul li:not(:last-child) {
  margin-bottom: 6.25rem;
}
.index_product .leftnav ul li.active a,
.index_product .leftnav ul li:hover a {
  color: #2F318BFF;
  padding-left: 1.25rem;
}
.index_product .leftnav ul li.active a span,
.index_product .leftnav ul li:hover a span {
  opacity: 1;
}
.index_product .leftnav ul li a {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #666;
  transition: all 0.4s;
}
.index_product .leftnav ul li a span {
  opacity: 0;
  transition: all 0.4s;
}
.index_product .rightbox {
  position: relative;
  width: 71.43%;
  height: 37.875rem;
}
.index_product .rightbox_md {
  display: none;
}
.index_product .rightbox_md.active {
  display: block;
}
.index_product .rightbox_md1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_product .rightbox_md1_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.index_product .rightbox_md1_content .item {
  position: relative;
  width: 60%;
  height: 50%;
  padding: 1rem 0.625rem 1.875rem 1.875rem;
  border: 1px solid #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.index_product .rightbox_md1_content .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 49, 139);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s;
}
.index_product .rightbox_md1_content .item:first-child {
  background-image: url("../images/indexproductbg1.jpg");
}
.index_product .rightbox_md1_content .item:nth-child(2) {
  background-image: url("../images/indexproductbg2.jpg");
}
.index_product .rightbox_md1_content .item:nth-child(3) {
  background-image: url("../images/indexproductbg3.jpg");
}
.index_product .rightbox_md1_content .item:last-child {
  background-image: url("../images/indexproductbg4.jpg");
}
.index_product .rightbox_md1_content .item:first-child,
.index_product .rightbox_md1_content .item:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
}
.index_product .rightbox_md1_content .item:first-child .text,
.index_product .rightbox_md1_content .item:last-child .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.index_product .rightbox_md1_content .item:first-child .imgbx,
.index_product .rightbox_md1_content .item:last-child .imgbx {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  width: auto;
  height: 70%;
}
.index_product .rightbox_md1_content .item:first-child .imgbx img,
.index_product .rightbox_md1_content .item:last-child .imgbx img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_product .rightbox_md1_content .item:nth-child(2) .imgbx,
.index_product .rightbox_md1_content .item:nth-child(3) .imgbx {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}
.index_product .rightbox_md1_content .item:nth-child(2) .imgbx img,
.index_product .rightbox_md1_content .item:nth-child(3) .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_product .rightbox_md1_content .item:nth-child(even) {
  margin-left: -1px;
}
.index_product .rightbox_md1_content .item:nth-child(3),
.index_product .rightbox_md1_content .item:nth-child(4) {
  border-top: 0;
}
.index_product .rightbox_md1_content .item:hover::before {
  opacity: 0.8;
}
.index_product .rightbox_md1_content .item:hover .text h4 {
  color: #fff;
}
.index_product .rightbox_md1_content .item:hover .text a {
  border-color: #fff;
}
.index_product .rightbox_md1_content .item:hover .text a i {
  color: #fff;
}
.index_product .rightbox_md1_content .item .text {
  position: relative;
  z-index: 4;
}
.index_product .rightbox_md1_content .item .text h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.index_product .rightbox_md1_content .item .text a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #2F318BFF;
  box-sizing: border-box;
  overflow: hidden;
}
.index_product .rightbox_md1_content .item .text a::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 1;
}
.index_product .rightbox_md1_content .item .text a:hover {
  border-color: #fff;
}
.index_product .rightbox_md1_content .item .text a:hover::after {
  transform: translateX(0);
}
.index_product .rightbox_md1_content .item .text a:hover i {
  color: #2F318BFF;
}
.index_product .rightbox_md1_content .item .text a i {
  position: relative;
  font-size: 1rem;
  color: #2F318BFF;
  z-index: 2;
}
.index_product .rightbox_md1_content .item .imgbx {
  width: 80%;
}
.index_product .rightbox_md1_content .item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_product .rightbox_md2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_product .rightbox_md2_content {
  display: flex;
  flex-wrap: wrap;
}
.index_product .rightbox_md2_content .item {
  position: relative;
  width: 50%;
  height: 50%;
}
.index_product .rightbox_md2_content .item_img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_product .rightbox_md2_content .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_product .rightbox_md2_content .item:hover .item_img img {
  transform: scale(1.1);
}
.index_product .rightbox_md2_content .item:hover .item_text {
  height: 100%;
}
.index_product .rightbox_md2_content .item:hover .item_text > h4 {
  bottom: -3rem;
}
.index_product .rightbox_md2_content .item:hover .item_text .mask {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.index_product .rightbox_md2_content .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.index_product .rightbox_md2_content .item_text > h4 {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.5rem;
  padding-left: 2.5rem;
  transition: all 0.2s;
}
.index_product .rightbox_md2_content .item_text .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
}
.index_product .rightbox_md2_content .item_text .mask h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.index_product .rightbox_md2_content .item_text .mask .intro {
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_product .rightbox_md2_content .item_text .mask .descbtn {
  width: 7.5rem;
  height: 2.25rem;
}
.index_product .rightbox_md2_content .item_text .mask .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_product .rightbox_md2_content .item_text .mask .descbtn a:hover {
  background: #2F318BFF;
  border-color: #2F318BFF;
}
.index_product .rightbox_md3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}
.index_product .rightbox_md3_content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.index_product .rightbox_md3_content .item {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.index_product .rightbox_md3_content .item:not(:first-child) {
  margin-left: -3.375rem;
}
.index_product .rightbox_md3_content .item:hover {
  z-index: 3;
}
.index_product .rightbox_md3_content .item:hover .item_text h4 {
  margin-bottom: 1.5rem;
  color: #e62129;
}
.index_product .rightbox_md3_content .item_img {
  width: 100%;
  height: 100%;
}
.index_product .rightbox_md3_content .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_product .rightbox_md3_content .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.index_product .rightbox_md3_content .item_text h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  padding-left: 3.375rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s;
}
.index_product .rightbox_md4 {
  width: 100%;
  height: 100%;
}
.index_product .rightbox_md4_content {
  width: 100%;
  height: 100%;
  padding: 3.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/application-bg.png");
}
.index_product .rightbox_md4_content .formbx {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2.5rem 4.375rem 0;
}
.index_product .rightbox_md4_content .formbx .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.index_product .rightbox_md4_content .formbx .title h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0.625rem;
}
.index_product .rightbox_md4_content .formbx .title .telbx {
  display: flex;
}
.index_product .rightbox_md4_content .formbx .title .telbx p {
  font-size: 1.125rem;
  color: #000;
}
.index_product .rightbox_md4_content .formbx .title .telbx p:not(:last-child) {
  margin-right: 1.25rem;
}
.index_product .rightbox_md4_content .formbx form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_product .rightbox_md4_content .formbx form .formbx_item {
  width: 47%;
  height: 3.125rem;
  margin-bottom: 2.5rem;
}
.index_product .rightbox_md4_content .formbx form .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
  box-sizing: border-box;
}
.index_product .rightbox_md4_content .formbx form .formbx_item input::placeholder {
  font-size: 1rem;
  color: #666;
}
.index_product .rightbox_md4_content .formbx form .formbx_text {
  width: 100%;
  height: 10rem;
  margin-bottom: 1.5rem;
}
.index_product .rightbox_md4_content .formbx form .formbx_text textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.875rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  font-size: 1rem;
  color: #333;
  outline: none;
  resize: none;
}
.index_product .rightbox_md4_content .formbx form .formbx_btnbx {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_product .rightbox_md4_content .formbx form .formbx_btnbx button,
.index_product .rightbox_md4_content .formbx form .formbx_btnbx a {
  display: block;
  width: 7.5rem;
  height: 3.125rem;
  background-color: #ededed;
  font-size: 1.125rem;
  color: #2F318BFF;
  text-align: center;
  line-height: 3.125rem;
  border: 0;
  transition: all 0.3s;
}
.index_product .rightbox_md4_content .formbx form .formbx_btnbx button:hover,
.index_product .rightbox_md4_content .formbx form .formbx_btnbx a:hover {
  background-color: #2F318BFF;
  color: #fff;
}
.index_product .rightbox_md4_content .formbx form .formbx_btnbx button {
  margin-right: 1.875rem;
}
.index_product .bottombx {
  position: relative;
  width: 100%;
  height: 5rem;
  margin-top: 4rem;
}
.index_product .bottombx h4 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.125rem;
  color: #2f318b;
}
.index_product .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(30%);
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index_product .waves canvas {
  width: 100%;
  height: 39rem !important;
  pointer-events: none;
}
.index_new {
  width: 100%;
  padding: 5rem 0 9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/indexnew-bg.png");
  overflow: hidden;
}
.index_new .title {
  margin-bottom: 2.5rem;
}
.index_new .title h2 {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.5em;
  color: #333;
  text-align: center;
}
.index_new .title h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  font-size: 2.5rem;
  color: #000;
  opacity: 0.06;
}
.index_new .title .xian {
  position: relative;
  width: 4.5rem;
  height: 1px;
  margin: 0.625rem auto 1rem;
  background-color: #2F318BFF;
}
.index_new .title .xian em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.125rem;
  height: 0.1875rem;
  background-color: #E62129FF;
}
.index_new_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index_new_content .navbox {
  width: 25.5%;
}
.index_new_content .navbox_center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 39.1875rem;
  padding: 15% 7%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/indexnewbg2.jpg");
}
.index_new_content .navbox_center .topbx {
  display: flex;
  flex-direction: column;
}
.index_new_content .navbox_center .topbx span {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.index_new_content .navbox_center .topbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_new_content .navbox_center .topbx em {
  display: block;
  width: 2.375rem;
  height: 0.125rem;
  margin: 1.875rem 0 1.25rem;
  background-color: #fff;
}
.index_new_content .navbox_center .topbx p {
  font-size: 1.625rem;
  color: #fff;
}
.index_new_content .navbox_center .navlist {
  width: 100%;
}
.index_new_content .navbox_center .navlist li {
  width: 100%;
  height: 3.5rem;
  box-sizing: border-box;
}
.index_new_content .navbox_center .navlist li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.index_new_content .navbox_center .navlist li.active a p,
.index_new_content .navbox_center .navlist li:hover a p {
  font-weight: 700;
}
.index_new_content .navbox_center .navlist li.active a span,
.index_new_content .navbox_center .navlist li:hover a span {
  opacity: 1;
}
.index_new_content .navbox_center .navlist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
}
.index_new_content .navbox_center .navlist li a p {
  font-size: 1.25rem;
  color: #fff;
  transition: all 0.3s;
}
.index_new_content .navbox_center .navlist li a span {
  font-size: 1.25rem;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.index_new_content .bdbx {
  position: relative;
  width: 72.79%;
}
.index_new_content .bdbx_md {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.index_new_content .bdbx_md.active {
  display: block;
}
.index_new_content .bdbx_md .listbx {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: 48.5% 48.5%;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  height: 39.1875rem;
}
.index_new_content .bdbx_md .listbx .item {
  position: relative;
  overflow: hidden;
}
.index_new_content .bdbx_md .listbx .item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_new_content .bdbx_md .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_new_content .bdbx_md .listbx .item:hover > h4 {
  transform: translateY(100%);
  opacity: 0;
}
.index_new_content .bdbx_md .listbx .item:hover .mask {
  transform: scale(1);
  opacity: 1;
}
.index_new_content .bdbx_md .listbx .item > h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  background-color: rgba(47, 49, 139, 0.8);
  padding: 0 1rem;
  font-size: 1.25rem;
  color: #fff;
  opacity: 1;
  box-sizing: border-box;
  transition: all 0.2s;
}
.index_new_content .bdbx_md .listbx .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8% 1rem 0;
  background-color: rgba(47, 49, 139, 0.8);
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.index_new_content .bdbx_md .listbx .item .mask h4 {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3%;
}
.index_new_content .bdbx_md .listbx .item .mask .intro {
  margin-bottom: 3%;
}
.index_new_content .bdbx_md .listbx .item .mask .intro p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_new_content .bdbx_md .listbx .item .mask .detailbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2f318b;
}
.index_new_content .bdbx_md .listbx .item .mask .detailbtn:hover {
  background-color: #e62129;
}
.index_new_content .bdbx_md .morebtn {
  width: 9.375rem;
  height: 3rem;
  margin: 2.5rem auto 0;
}
.index_new_content .bdbx_md .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  border: 1px solid #2F318BFF;
  font-size: 0.875rem;
  color: #2F318BFF;
  text-align: center;
  line-height: 3rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_new_content .bdbx_md .morebtn a:hover {
  color: #fff;
  background-color: #2F318BFF;
}
.index_searchmd {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/searchbg.jpg");
  background-attachment: fixed;
  padding: 2.5rem 0 2.5rem;
}
.index_searchmd .titlebx {
  margin-bottom: 2.5rem;
}
.index_searchmd .titlebx h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.index_searchmd .formbx {
  margin-bottom: 2.5rem;
}
.index_searchmd .formbx form {
  display: flex;
  width: 43%;
  margin: 0 auto;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  /* firefox 19+ */
  /* Internet Explorer 10+ */
  /* firefox 14-18 */
}
.index_searchmd .formbx form input {
  flex: 1;
  height: 3.125rem;
  font-size: 1rem;
  color: #333;
  padding: 0 1.875rem;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
.index_searchmd .formbx form ::-webkit-input-placeholder {
  color: #808080;
}
.index_searchmd .formbx form ::-moz-placeholder {
  color: #808080;
}
.index_searchmd .formbx form :-ms-input-placeholder {
  color: #808080;
}
.index_searchmd .formbx form :-moz-placeholder {
  color: #808080;
}
.index_searchmd .formbx form button {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #e62129;
  border: 0;
  outline: none;
}
.index_searchmd .formbx form button:hover {
  cursor: pointer;
}
.index_searchmd .formbx form button i {
  font-size: 2.5rem;
  color: #fff;
}
.index_searchmd ul {
  display: flex;
  justify-content: space-between;
  padding: 0 10rem;
}
.index_searchmd ul li {
  display: flex;
  align-items: center;
}
.index_searchmd ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-right: 1.875rem;
}
.index_searchmd ul li .icon i {
  font-size: 4rem;
  color: #fff;
}
.index_searchmd ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.index_searchmd ul li .text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.index_searchmd ul li .text a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
.index_searchmd ul li .text a:hover {
  color: #e62129;
}
.index_searchmd .index_map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58%;
  height: auto;
  margin: 4rem auto 0;
}
.index_searchmd .index_map .mapbg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_searchmd .index_map_item {
  position: absolute;
}
.index_searchmd .index_map_item a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #2F318BFF;
  border-radius: 50%;
}
.index_searchmd .index_map_item a:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #e62129;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index_searchmd .index_map_item a span {
  position: absolute;
  left: 50%;
  bottom: -1.625rem;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  width: 5rem;
  width: max-content;
  font-size: 0.875rem;
  color: #fff;
}
.index_searchmd .index_map_item .circ {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index_searchmd .index_map_item .circ:after {
  content: "";
  display: block;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(180, 41, 44, 0.8);
}
.index_searchmd .index_map_item .circ.circ1:after {
  animation: ripple 3.5s ease-out 0s infinite;
  -webkit-animation: ripple 3.5s ease-out 0s infinite;
}
.index_searchmd .index_map_item .circ.circ3:after {
  animation: ripple 3.5s ease-out 1.575s infinite;
  -webkit-animation: ripple 3.5s ease-out 1.575s infinite;
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.index_partners {
  position: relative;
}
.index_partners .container {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.index_partners .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_partners .title {
  margin-bottom: 3rem;
}
.index_partners .title h2 {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.5em;
  color: #333;
  text-align: center;
}
.index_partners .title h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 2.5rem;
  color: #000;
  opacity: 0.06;
}
.index_partners .title .xian {
  position: relative;
  width: 4.5rem;
  height: 1px;
  margin: 0.625rem auto 1rem;
  background-color: #2F318BFF;
}
.index_partners .title .xian em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.125rem;
  height: 0.1875rem;
  background-color: #E62129FF;
}
.index_partners .contentbx {
  position: relative;
  z-index: 2;
}
.index_partners .contentbx .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_partners .contentbx .list > em {
  display: block;
  width: 17.86%;
  height: auto;
}
.index_partners .contentbx .list .item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.86%;
  height: 6.25rem;
  background-color: #fff;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 0.5rem 0px rgba(0, 0, 0, 0.2);
}
.index_partners .contentbx .list .item img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.index_partners .contentbx .morebtn {
  width: 9.375rem;
  height: 3rem;
  margin: 2.5rem auto 0;
}
.index_partners .contentbx .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  border: 1px solid #2F318BFF;
  font-size: 0.875rem;
  color: #2F318BFF;
  text-align: center;
  line-height: 3rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_partners .contentbx .morebtn a:hover {
  color: #fff;
  background-color: #2F318BFF;
}
.index_footer {
  padding-top: 3.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/footerbg.png");
  z-index: 22;
}
.index_footer_content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4.375rem;
}
.index_footer_content .left {
  max-width: 34%;
}
.index_footer_content .left_logobx {
  margin-bottom: 0.5rem;
}
.index_footer_content .left_logobx .logo {
  width: 25.3125rem;
  height: 2.5625rem;
  margin-bottom: 0.875rem;
}
.index_footer_content .left_logobx .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content .left_logobx .telbx {
  display: flex;
}
.index_footer_content .left_logobx .telbx p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
}
.index_footer_content .left_logobx .telbx p:not(:last-child) {
  margin-right: 0.625rem;
}
.index_footer_content .left_logobx .placebx p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
}
.index_footer_content .left_logobx .placebx p:not(:last-child) {
  margin-right: 0.625rem;
}
.index_footer_content .left .erweima {
  display: flex;
}
.index_footer_content .left .erweima .weixin,
.index_footer_content .left .erweima .douyin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_footer_content .left .erweima .weixin img,
.index_footer_content .left .erweima .douyin img {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.index_footer_content .left .erweima .weixin p,
.index_footer_content .left .erweima .douyin p {
  font-size: 0.75rem;
  color: #fff;
}
.index_footer_content .left .erweima .weixin {
  margin-right: 3rem;
}
.index_footer_content .list {
  display: flex;
}
.index_footer_content .list dl:not(:last-child) {
  margin-right: 8rem;
}
.index_footer_content .list dl dt {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.index_footer_content .list dl dd:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_footer_content .list dl dd a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2rem;
}
.index_footer_content .list dl dd a:hover {
  color: #e62129;
}
.index_footer_copyright {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.index_footer_copyright .leftbx {
  display: flex;
}
.index_footer_copyright .leftbx p {
  font-size: 1rem;
  color: #fff;
}
.index_footer_copyright > a {
  font-size: 1rem;
  color: #fff;
  margin-right: auto;
  margin-left: 0.5rem;
}
.index_footer_copyright > a:hover {
  color: #e62129;
}
.index_footer_copyright .support p,
.index_footer_copyright .support a {
  display: flex;
  font-size: 1rem;
  color: #fff;
}
.index_footer_copyright .support a:hover {
  color: #e62129;
}
.about_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 0.325rem;
}
.about_title::before {
  position: absolute;
  top: -0.125rem;
  left: 0;
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/icons/title1.png") no-repeat top left;
  background-size: contain;
}
.about_title h2 {
  font-size: 2.25rem;
  color: #333;
}
.about_title .icon {
  width: 0.9375rem;
  height: 1.1875rem;
  margin-left: 1.25rem;
  margin-bottom: 0.125rem;
}
.about_title .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_profile {
  padding: 2.5rem 0 3.125rem;
  background-color: #f8f8f8;
}
.about_profile_content {
  margin-top: 1.625rem;
}
.about_profile_content span {
  display: block;
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1.25rem;
}
.about_profile_content p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: justify;
}
.about_numbox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/aboutnumbg.jpg");
}
.about_numbox ul {
  display: flex;
  justify-content: space-between;
  padding: 2.75rem 0;
}
.about_numbox ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  height: 9.375rem;
  padding: 0 1.875rem;
}
.about_numbox ul li:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 0.0625rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.about_numbox ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2.5rem;
  border-radius: 50%;
}
.about_numbox ul li .icon i {
  font-size: 2rem;
  color: #fff;
}
.about_numbox ul li .numbx .num {
  margin-bottom: 1.875rem;
}
.about_numbox ul li .numbx .num p {
  display: flex;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.about_numbox ul li .numbx .num p span {
  font-size: 2.25rem;
  line-height: 1em;
  margin-right: 0.25rem;
}
.about_numbox ul li .numbx > p {
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
}
.about_envir {
  padding: 4rem 0;
  background-color: #f8f8f8;
  overflow: hidden;
}
.about_envir_content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3% 5rem 0;
  overflow: hidden;
}
.about_envir_content .about_envir_swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about_envir_content .swiper-slide {
  position: relative;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 600ms;
  transform: scale(0.8);
}
.about_envir_content .swiper-slide img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}
.about_envir_content .swiper-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  opacity: 1;
  transition: all 0.3s;
}
.about_envir_content .swiper-slide-active {
  transform: scale(1);
  z-index: 9;
}
.about_envir_content .swiper-slide-active::before {
  opacity: 0;
}
.about_envir_content .swiper-slide-active:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.about_envir_content .swiper-slide-prev,
.about_envir_content .swiper-slide-next {
  z-index: 3;
}
.about_envir_content .swiper-next,
.about_envir_content .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #2f318b;
  border-radius: 50%;
  outline: none;
  transition: all 0.3s;
  z-index: 3;
  cursor: pointer;
}
.about_envir_content .swiper-next span,
.about_envir_content .swiper-prev span {
  font-size: 1.25rem;
  color: #2f318b;
  transition: all 0.3s;
}
.about_envir_content .swiper-next:hover,
.about_envir_content .swiper-prev:hover {
  background-color: #2F318BFF;
}
.about_envir_content .swiper-next:hover span,
.about_envir_content .swiper-prev:hover span {
  color: #fff;
}
.about_envir_content .swiper-prev {
  left: 0;
}
.about_envir_content .swiper-next {
  right: 0;
}
.about_envir_content_text {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.625rem;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  transition: all 0.5s;
  padding: 0 1.875rem;
}
.about_envir_content_text > h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 5rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.625rem;
  transition: all 0.5s;
}
.about_honor {
  padding: 3.125rem 0 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/honorbg.jpg");
}
.about_honor_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_honor_title .titlebx {
  display: flex;
  align-items: flex-end;
  padding-left: 0.325rem;
  margin-bottom: 1.875rem;
}
.about_honor_title .titlebx h2 {
  position: relative;
  font-size: 2.25rem;
  color: #333;
}
.about_honor_title .titlebx h2::before {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/icons/title1.png") no-repeat top left;
  background-size: contain;
}
.about_honor_title .titlebx .icon {
  width: 0.9375rem;
  height: 1.1875rem;
  margin-left: 1.25rem;
  margin-bottom: 0.125rem;
}
.about_honor_title .titlebx .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_honor_title p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5em;
  text-align: center;
}
.about_honor_content {
  margin-top: 2.5rem;
  overflow: hidden;
}
.about_honor_content .about_honor_swiper .swiper-slide {
  background-color: #fff;
  padding: 0 1.5rem;
}
.about_honor_content .about_honor_swiper .swiper-slide .imgbx {
  width: 100%;
  height: 19.375rem;
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(84, 84, 84, 0.3);
  box-sizing: border-box;
}
.about_honor_content .about_honor_swiper .swiper-slide .imgbx img {
  display: block;
  width: auto;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.about_honor_content .about_honor_swiper .swiper-slide .text {
  width: 100%;
}
.about_honor_content .about_honor_swiper .swiper-slide .text h4 {
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  line-height: 5rem;
  text-align: center;
}
.about_cooperate {
  padding: 3.125rem 0 4rem;
  background-color: #f5f5f5;
}
.about_cooperate_content {
  position: relative;
  margin-top: 3.5rem;
}
.about_cooperate_content .about_cooperate_swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.about_cooperate_content .about_cooperate_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_cooperate_content .about_cooperate_swiper .swiper-slide > em {
  display: block;
  width: 15%;
  height: 0;
}
.about_cooperate_content .about_cooperate_swiper .swiper-slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 5rem;
  margin-bottom: 3.125rem;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.about_cooperate_content .about_cooperate_swiper .swiper-slide-item img {
  display: block;
  max-height: 96%;
  width: auto;
  object-fit: contain;
}
.about_cooperate_content .swiper-pagination {
  position: absolute;
  bottom: -1.5rem;
}
.about_cooperate_content .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #b5b5b5;
  opacity: 1;
}
.about_cooperate_content .swiper-pagination-bullet-active {
  background-color: #e62129;
}
.culture {
  background-color: #f8f8f8;
}
.culture_content_logoidea {
  padding: 3.125rem 0 2.5rem;
}
.culture_content_logoidea .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.culture_content_logoidea .text {
  flex: 1;
  padding-right: 4rem;
}
.culture_content_logoidea .text h3 {
  font-size: 1.75rem;
  color: #2F318B;
  font-weight: 400;
  margin-bottom: 2.25rem;
}
.culture_content_logoidea .text .desc p {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  line-height: 2.5rem;
  text-align: left;
}
.culture_content_logoidea .text .desc p:first-child,
.culture_content_logoidea .text .desc p:nth-child(2),
.culture_content_logoidea .text .desc p:nth-child(4) {
  left: -0.75rem;
}
.culture_content_logoidea .imgbx {
  width: 47.7%;
  height: auto;
}
.culture_content_logoidea .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.culture_content_center {
  padding-bottom: 5rem;
}
.culture_content_center .listbx {
  position: relative;
  width: 100%;
  height: 30.625rem;
}
.culture_content_center .listbx .item {
  position: absolute;
  display: block;
  width: 17%;
  left: 0;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 19;
}
.culture_content_center .listbx .item img {
  position: absolute;
  display: block;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  min-width: 101%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.culture_content_center .listbx .item .desc {
  position: absolute;
  top: 15%;
  left: -100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: translateX(-50%);
  padding-left: 2.5rem;
  transition: all 0.5s;
  font-size: 1.5rem;
  color: #fff;
  z-index: 29;
}
.culture_content_center .listbx .item .desc_text {
  position: absolute;
}
.culture_content_center .listbx .item .desc .title {
  display: flex;
  align-items: center;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #fff;
}
.culture_content_center .listbx .item .desc .title h3 {
  font-size: 1.5rem;
  color: #fff;
}
.culture_content_center .listbx .item .desc .title i {
  font-size: 1.5rem;
  color: #fff;
  margin-left: 1.875rem;
}
.culture_content_center .listbx .item .desc p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2em;
}
.culture_content_center .listbx .item_box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2.313rem;
  background-color: rgba(47, 49, 139, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
.culture_content_center .listbx .item_box i {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.culture_content_center .listbx .item_box h4 {
  font-size: 1.5rem;
  color: #fff;
}
.culture_content_center .listbx .active {
  width: 49%;
}
.culture_content_center .listbx .active h3,
.culture_content_center .listbx .active p,
.culture_content_center .listbx .active span {
  left: 50%;
}
.culture_content_center .listbx .active .desc {
  left: 50%;
}
.culture_content_center .listbx .active .item_box {
  right: -100%;
}
.path_content_center {
  position: relative;
  padding: 3.125rem 0 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/pathbg.jpg");
}
.path_content_center .bgicon {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 18.3125rem;
  height: 12.75rem;
}
.path_content_center .bgicon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.path_content_center .path_swiper {
  position: relative;
  margin-top: 12rem;
}
.path_content_center .path_swiper .swiper-container {
  overflow: visible;
  height: 20.75rem;
  padding: 3rem 0;
  overflow: hidden;
}
.path_content_center .path_swiper_item {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  height: 7.375rem;
}
.path_content_center .path_swiper_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.path_content_center .path_swiper_item::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #333;
}
.path_content_center .path_swiper_item i {
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #E62129;
  border-radius: 50%;
}
.path_content_center .path_swiper_item i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #e62129;
  border-radius: 50%;
}
.path_content_center .path_swiper_item b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  background-size: 100% 100%;
  font-size: 1.875rem;
  color: #000;
}
.path_content_center .path_swiper .swiper-slide {
  position: relative;
}
.path_content_center .path_swiper .swiper-slide:nth-child(odd) .item_text {
  top: 50%;
  justify-content: flex-start;
}
.path_content_center .path_swiper .swiper-slide:nth-child(odd) .path_swiper_item {
  top: 0;
}
.path_content_center .path_swiper .swiper-slide:nth-child(odd) .path_swiper_item:before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/path2.png);
}
.path_content_center .path_swiper .swiper-slide:nth-child(odd) .path_swiper_item::after {
  top: 0.875rem;
}
.path_content_center .path_swiper .swiper-slide:nth-child(odd) b {
  top: -3rem;
  transform: translate(-50%, 0);
}
.path_content_center .path_swiper .swiper-slide:nth-child(odd) i {
  top: 0;
  left: 50%;
  transform: translate(-50%, -46%);
}
.path_content_center .path_swiper .swiper-slide:nth-child(even) .item_text {
  bottom: 50%;
}
.path_content_center .path_swiper .swiper-slide:nth-child(even) .path_swiper_item {
  bottom: 0;
}
.path_content_center .path_swiper .swiper-slide:nth-child(even) .path_swiper_item:before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/path1.png);
}
.path_content_center .path_swiper .swiper-slide:nth-child(even) .path_swiper_item::after {
  bottom: 0.875rem;
}
.path_content_center .path_swiper .swiper-slide:nth-child(even) b {
  bottom: -3rem;
  transform: translate(-50%, 0);
}
.path_content_center .path_swiper .swiper-slide:nth-child(even) i {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 46%);
}
.path_content_center .path_swiper .swiper-slide .item_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #333333;
}
.path_content_center .path_swiper .swiper-slide .item_text span {
  font-size: 1.5rem;
  color: #E62129;
  line-height: 2.5rem;
}
.path_content_center .path_swiper .swiper-slide .item_text p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.path_content_center .path_swiper_lt,
.path_content_center .path_swiper_gt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2F318B;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.path_content_center .path_swiper_lt span,
.path_content_center .path_swiper_gt span {
  font-size: 1.125rem;
  color: #2F318B;
}
.path_content_center .path_swiper_lt:hover,
.path_content_center .path_swiper_gt:hover {
  background-color: #2F318B;
}
.path_content_center .path_swiper_lt:hover span,
.path_content_center .path_swiper_gt:hover span {
  color: #fff;
}
.path_content_center .path_swiper_lt {
  left: -0.8125rem;
}
.path_content_center .path_swiper_gt {
  right: -0.8125rem;
  transform: translateY(-50%);
}
.products {
  padding-bottom: 5rem;
}
.products_top {
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
}
.products_top .container {
  display: flex;
  justify-content: space-between;
}
.products_top .imgbx {
  width: 50%;
  height: 21.875rem;
}
.products_top .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_top .textbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 2rem 3.125rem;
  background-color: #f1f1f1;
}
.products_top .textbx h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.products_top .textbx .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: justify;
}
.products_content .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products_content .listbx > i {
  display: block;
  width: 32.14%;
  height: 0;
}
.products_content .listbx .item {
  position: relative;
  width: 32.14%;
  margin-bottom: 1.875rem;
}
.products_content .listbx .item:hover .item_img img {
  transform: scale(1.04);
}
.products_content .listbx .item:hover .item_title::after {
  transform: scale(1);
}
.products_content .listbx .item:hover .item_title h3 {
  color: #e62129;
  font-weight: 700;
}
.products_content .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 20.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/productbg.jpg");
}
.products_content .listbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.3s;
}
.products_content .listbx .item_title {
  position: relative;
}
.products_content .listbx .item_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #2f318b;
  transform: scale(0);
  transition: all 0.3s;
}
.products_content .listbx .item_title h3 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  line-height: 4.375rem;
  text-align: center;
  transition: all 0.6s;
}
.productdetail {
  padding-bottom: 5rem;
}
.productdetail_topbox {
  padding: 3.125rem 0 5rem;
}
.productdetail_topbox .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productdetail_topbox .leftbx {
  width: 50%;
  height: 38.375rem;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
}
.productdetail_topbox .leftbx .gallery-top {
  height: 81.43% !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/productdetailbg.png");
  overflow: hidden;
}
.productdetail_topbox .leftbx .gallery-top .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetail_topbox .leftbx .gallery-top .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 96%;
  object-fit: contain;
}
.productdetail_topbox .leftbx .swiper-pro_box {
  height: 16.3%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productdetail_topbox .leftbx .swiper-pro_box .gallery-thumbs {
  height: 100%;
  width: calc(100% - 3rem);
  overflow: hidden;
}
.productdetail_topbox .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 0 0.25rem;
  height: 100%;
}
.productdetail_topbox .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: #fff;
}
.productdetail_topbox .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img {
  display: block;
  max-height: 96%;
  max-width: 96%;
  box-sizing: border-box;
  object-fit: contain;
}
.productdetail_topbox .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img {
  border: 1px solid #e62129;
}
.productdetail_topbox .leftbx .swiper-pro_box .button {
  width: 1.5rem;
  height: 100%;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
}
.productdetail_topbox .leftbx .swiper-pro_box .button > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #2F318BFF;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2F318BFF;
}
.productdetail_topbox .leftbx .swiper-pro_box .button:hover {
  cursor: pointer;
}
.productdetail_topbox .leftbx .swiper-pro_box .button:hover > i {
  color: #ffffff;
  background-color: #2F318BFF;
}
.productdetail_topbox .leftbx .swiper-pro_box .button-next1 > i {
  transform: rotate(180deg);
}
.productdetail_topbox .rightbx {
  width: 50%;
  padding: 4% 1.25rem 0 2.5rem;
}
.productdetail_topbox .rightbx h2 {
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 2.5rem;
}
.productdetail_topbox .rightbx_adva h3 {
  font-size: 1.25rem;
  color: #e62129;
  margin-bottom: 1.625rem;
}
.productdetail_topbox .rightbx_adva .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: justify;
}
.productdetail_infobx .title {
  margin-bottom: 2.125rem;
}
.productdetail_infobx .title h3 {
  position: relative;
  display: inline-block;
  padding: 1rem 1.25rem 1rem 2.125rem;
  background-color: #f4f4f4;
  font-size: 1.5rem;
  color: #e62129;
}
.productdetail_infobx .title h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: #2F318BFF;
}
.productdetail_infobx .descbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.solution {
  background-color: #f8f8f8;
}
.solution_content {
  padding: 3.125rem 0 5rem;
}
.solution_content .item {
  width: 100%;
  height: 25rem;
}
.solution_content .item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.solution_content .item_img {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.solution_content .item_img:hover img {
  transform: scale(1.1);
}
.solution_content .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.solution_content .item_text {
  width: 50%;
  height: 100%;
  padding: 4% 2.5rem 0;
  background-color: #fff;
}
.solution_content .item_text .icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.875rem;
}
.solution_content .item_text .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution_content .item_text .content h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.5rem;
}
.solution_content .item_text .content .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solution_content .item:nth-child(odd) .item_img {
  float: left;
}
.solution_content .item:nth-child(odd) .item_text {
  float: right;
}
.solution_content .item:nth-child(even) .item_img {
  float: right;
}
.solution_content .item:nth-child(even) .item_text {
  float: left;
}
.solutiondetail_content {
  padding: 3.125rem 0 6.25rem;
}
.solutiondetail_content .title {
  margin-bottom: 3.125rem;
}
.solutiondetail_content .title h3 {
  font-size: 2.25rem;
  color: #333;
  font-weight: 400;
  text-align: center;
}
.solutiondetail_content .descbox p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: justify;
}
.solutiondetail_content .descbox p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.promise_content {
  padding: 3.125rem 0 7.5rem;
}
.promise_content_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
}
.promise_content_title .titlebx {
  display: flex;
  align-items: flex-end;
  padding-left: 0.325rem;
}
.promise_content_title .titlebx h2 {
  position: relative;
  font-size: 2.25rem;
  color: #333;
}
.promise_content_title .titlebx h2::before {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/icons/title1.png") no-repeat top left;
  background-size: contain;
}
.promise_content_title .titlebx .icon {
  width: 0.9375rem;
  height: 1.1875rem;
  margin-left: 1.25rem;
  margin-bottom: 0.125rem;
}
.promise_content_title .titlebx .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.promise_content_infobx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promise_content_infobx .text {
  width: 62.3%;
  padding-right: 4.5rem;
}
.promise_content_infobx .text h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.promise_content_infobx .text .desc p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: justify;
}
.promise_content_infobx .imgbx {
  width: 37.7%;
  height: auto;
}
.promise_content_infobx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.promise_content_listbx {
  padding: 5rem 0 0;
}
.promise_content_listbx > h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  line-height: 2.25rem;
  margin-bottom: 2.5rem;
}
.promise_content_listbx .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promise_content_listbx .center .item {
  position: relative;
  width: 49.3%;
  height: 24rem;
  margin-bottom: 1.25rem;
}
.promise_content_listbx .center .item:hover .mask {
  background-color: rgba(230, 33, 41, 0.7);
}
.promise_content_listbx .center .item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.promise_content_listbx .center .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promise_content_listbx .center .item .mask {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 51, 140, 0.7);
  transition: all 0.3s;
  z-index: 3;
}
.promise_content_listbx .center .item .mask .leftbx {
  width: 29%;
}
.promise_content_listbx .center .item .mask .leftbx .icon {
  position: relative;
  width: 7.125rem;
  height: 7.125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.promise_content_listbx .center .item .mask .leftbx .icon::after {
  position: absolute;
  top: 4%;
  left: 13%;
  content: '';
  width: 4.625rem;
  height: 4.1875rem;
  background: url("../images/icons/promise-icon1.png") no-repeat center center;
  background-size: contain;
}
.promise_content_listbx .center .item .mask .leftbx .icon i {
  position: absolute;
  bottom: 24%;
  left: 28%;
  font-size: 2.25rem;
  color: #fff;
}
.promise_content_listbx .center .item .mask .text {
  width: 71%;
  padding-right: 0.75rem;
}
.promise_content_listbx .center .item .mask .text h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.125rem;
}
.promise_content_listbx .center .item .mask .text .intro p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2em;
  text-align: justify;
}
.problem_content {
  padding: 3.75rem 0 6.25rem;
}
.problem_content_list .item {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.problem_content_list .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.375rem;
}
.problem_content_list .item_title:hover {
  cursor: pointer;
}
.problem_content_list .item_title.active .left h4 {
  font-weight: 700;
  color: #e62129;
}
.problem_content_list .item_title.active .icon span:last-child:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.problem_content_list .item_title .left {
  position: relative;
  max-width: 80%;
  padding-left: 2.25rem;
}
.problem_content_list .item_title .left i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 1.25rem;
  color: #2F318BFF;
}
.problem_content_list .item_title .left h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
  line-height: 4.375rem;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.problem_content_list .item_title .icon {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #ccc;
}
.problem_content_list .item_title .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.875rem;
  height: 0.25rem;
  background-color: #000;
  transition: all 0.4s;
}
.problem_content_list .item_title .icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.problem_content_list .item_answer {
  height: 0;
  padding-left: 2.25rem;
  overflow: hidden;
  transition: all 0.4s;
}
.problem_content_list .item_answer.active {
  height: auto;
  padding-bottom: 0.75rem;
}
.problem_content_list .item_answer p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
}
.join {
  background-color: #f8f8f8;
}
.join_content {
  padding: 3.125rem 0 5rem;
}
.join_content_list .listtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 1.875rem;
  background-color: #f5f5f5;
  margin-bottom: 1.25rem;
}
.join_content_list .listtitle h4 {
  width: 18%;
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  text-align: center;
}
.join_content_list .listtitle h4:first-child {
  text-align: left;
}
.join_content_list .listcontent .item {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.join_content_list .listcontent .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.join_content_list .listcontent .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 0 1.875rem;
  background-color: #fff;
}
.join_content_list .listcontent .item_title.active .icon span:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.join_content_list .listcontent .item_title span {
  font-size: 1.125rem;
  color: #333;
  text-align: center;
}
.join_content_list .listcontent .item_title span:first-child {
  text-align: left;
}
.join_content_list .listcontent .item_title .icon {
  position: relative;
  height: 100%;
}
.join_content_list .listcontent .item_title .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.875rem;
  height: 0.25rem;
  background-color: #000;
  transition: all 0.4s;
}
.join_content_list .listcontent .item_title .icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.join_content_list .listcontent .item_title span,
.join_content_list .listcontent .item_title .icon {
  width: 18%;
}
.join_content_list .listcontent .item_desc {
  display: flex;
  padding: 0 1.875rem;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.join_content_list .listcontent .item_desc.active {
  height: auto;
}
.join_content_list .listcontent .item_desc .leftbx {
  flex: 82%;
  padding-right: 2rem;
  padding-top: 1.875rem;
}
.join_content_list .listcontent .item_desc .rightbx {
  width: 18%;
  padding-top: 1.875rem;
}
.join_content_list .listcontent .item_desc_md:not(:last-child) {
  margin-bottom: 2.25rem;
}
.join_content_list .listcontent .item_desc_md.address_M {
  display: none;
}
.join_content_list .listcontent .item_desc_md h4 {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
}
.join_content_list .listcontent .item_desc_md .text p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
}
.join_content_list .listcontent .item_desc .joinbtn {
  width: 8.75rem;
  height: 3.125rem;
  margin: 0 auto;
}
.join_content_list .listcontent .item_desc .joinbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
  background-color: #e62129;
}
.news {
  background-color: #f8f8f8;
}
.news_content {
  padding: 3.125rem 0 6.25rem;
}
.news_center_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 2.5rem;
}
.news_center_top .imgbx {
  width: 50%;
  height: 28.75rem;
}
.news_center_top .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_center_top .text {
  width: 50%;
  padding: 1rem 1.125rem 1rem 2rem;
}
.news_center_top .text h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 2rem;
}
.news_center_top .text .intro {
  margin-bottom: 3rem;
}
.news_center_top .text .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_center_top .text .descbtn {
  width: 5.25rem;
  height: 2.25rem;
}
.news_center_top .text .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  text-align: center;
  border: 1px solid #666;
  box-sizing: border-box;
  transition: all 0.3s;
}
.news_center_top .text .descbtn a:hover {
  border-color: #e62129;
  background-color: #e62129;
  color: #fff;
}
.news_center_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_center_list > i {
  display: block;
  width: 32.14%;
  height: 0;
}
.news_center_list .item {
  width: 32.14%;
  margin-bottom: 2.5rem;
}
.news_center_list .item_img {
  position: relative;
  display: block;
  width: 100%;
  height: 20.625rem;
  overflow: hidden;
}
.news_center_list .item_img:hover {
  cursor: pointer;
}
.news_center_list .item_img:hover img {
  transform: scale(1.1);
}
.news_center_list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news_center_list .item_text {
  width: 100%;
  padding: 1rem 0.75rem;
  background-color: #fff;
}
.news_center_list .item_text span {
  display: block;
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.625rem;
}
.news_center_list .item_text h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.news_center_list .item_text .descbtn {
  width: 5.25rem;
  height: 2.25rem;
}
.news_center_list .item_text .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  text-align: center;
  border: 1px solid #666;
  box-sizing: border-box;
  transition: all 0.3s;
}
.news_center_list .item_text .descbtn a:hover {
  border-color: #e62129;
  background-color: #e62129;
  color: #fff;
}
.newdetail {
  background-color: #f8f8f8;
}
.newdetail_content {
  padding: 3.125rem 0 5rem;
}
.newdetail_content .title {
  padding: 0 0 1rem;
  border-bottom: 1px dotted #666;
}
.newdetail_content .title h3 {
  font-size: 2.25rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}
.newdetail_content .title .time {
  display: flex;
  justify-content: center;
}
.newdetail_content .title .time span {
  font-size: 1.125rem;
  color: #666;
}
.newdetail_content .title .time span:first-child {
  margin-right: 1rem;
}
.newdetail_content .descbx {
  padding-top: 0.625rem;
}
.newdetail_content .descbx p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2em;
  text-align: justify;
}
.newdetail_content .descbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.newdetail_content .descbx p span {
  display: block;
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  text-align: center;
}
.video_content {
  padding: 3.125rem 0 5rem;
}
.video_content .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video_content .list .item {
  width: 48.6%;
}
.video_content .list .item:hover {
  cursor: pointer;
}
.video_content .list .item:hover .item_imgbx::after {
  opacity: 1;
}
.video_content .list .item:hover .item_imgbx img {
  transform: scale(1.05);
}
.video_content .list .item:hover .item_imgbx .iconfont {
  opacity: 1;
}
.video_content .list .item:hover .item_title h4 {
  color: #e62129;
}
.video_content .list .item_imgbx {
  position: relative;
  width: 100%;
  height: 21.875rem;
  overflow: hidden;
}
.video_content .list .item_imgbx::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
}
.video_content .list .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.video_content .list .item_imgbx .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.25rem;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}
.video_content .list .item_title h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 6.25rem;
  transition: all 0.3s;
}
.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.showvideo_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  height: 70vh;
}
.showvideo_content .closebtn {
  position: absolute;
  top: 0;
  right: -2.5rem;
  z-index: 89;
}
.showvideo_content .closebtn:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
.showvideo_content .closebtn:hover i {
  color: #e62129;
}
.showvideo_content .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showvideo_content video {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_content {
  padding-top: 3.125rem;
}
.contact_content_headquarters {
  padding: 2rem 0 3.75rem;
}
.contact_content_headquarters h3 {
  font-size: 1.875rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}
.contact_content_headquarters .mapbx {
  display: flex;
}
.contact_content_headquarters .mapbx .map {
  width: 64%;
  height: 31.875rem;
}
.contact_content_headquarters .mapbx .map #map {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_content_headquarters .mapbx .infobx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36%;
  padding: 0 1rem 0 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/contact1.jpg");
}
.contact_content_headquarters .mapbx .infobx_text {
  margin-bottom: 2rem;
}
.contact_content_headquarters .mapbx .infobx_text > p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.5rem;
}
.contact_content_headquarters .mapbx .infobx_text ul {
  margin-top: 1rem;
}
.contact_content_headquarters .mapbx .infobx_text ul li {
  display: flex;
}
.contact_content_headquarters .mapbx .infobx_text ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.contact_content_headquarters .mapbx .infobx_text ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 2rem;
  margin-right: 0.625rem;
  background-color: #e62129;
  border-radius: 50%;
  box-sizing: border-box;
}
.contact_content_headquarters .mapbx .infobx_text ul li .icon i {
  font-size: 0.875rem;
  color: #fff;
}
.contact_content_headquarters .mapbx .infobx_text ul li p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.75rem;
}
.contact_content_headquarters .mapbx .infobx .erweimabx {
  display: flex;
}
.contact_content_headquarters .mapbx .infobx .erweimabx .weixin {
  margin-right: 9%;
}
.contact_content_headquarters .mapbx .infobx .erweimabx .imgbx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_content_headquarters .mapbx .infobx .erweimabx .imgbx img {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
  margin-bottom: 0.875rem;
}
.contact_content_headquarters .mapbx .infobx .erweimabx p {
  font-size: 0.875rem;
  color: #f0f0f0;
}
.contact_content_other {
  padding: 0 0 4.5rem;
}
.contact_content_other h3 {
  font-size: 1.875rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}
.contact_content_other .listbx {
  display: flex;
  justify-content: space-between;
}
.contact_content_other .listbx .item {
  width: 48.6%;
  height: 16.25rem;
  display: flex;
  align-items: center;
}
.contact_content_other .listbx .item_img {
  width: 47%;
  height: 100%;
}
.contact_content_other .listbx .item_img img {
  display: block;
  width: 101%;
  height: 100%;
  object-fit: contain;
}
.contact_content_other .listbx .item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 53%;
  height: 100%;
  padding: 0 1.5rem;
  background-color: #2F318B;
}
.contact_content_other .listbx .item_text p,
.contact_content_other .listbx .item_text span {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2em;
}
.contact_content_other .listbx .item_text .place {
  display: flex;
}
.contact_content_other .listbx .item_text .place p {
  flex: 1;
}
.contact_content_message {
  position: relative;
  padding: 2.625rem 0;
  width: 100%;
  height: 46.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/contactbg.jpg");
}
.contact_content_message .container {
  display: flex;
  justify-content: space-between;
}
.contact_content_message .messagebx {
  width: 52%;
  padding-top: 5%;
  padding-right: 7%;
}
.contact_content_message .messagebx .promise_content_title {
  align-items: flex-start;
}
.contact_content_message .messagebx .formbx {
  width: 100%;
}
.contact_content_message .messagebx .formbx_item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.625rem;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.contact_content_message .messagebx .formbx_item:not(:last-child) {
  margin-bottom: 1rem;
}
.contact_content_message .messagebx .formbx_item label {
  display: flex;
  align-items: center;
  width: 22%;
}
.contact_content_message .messagebx .formbx_item label .icon {
  margin-right: 0.625rem;
}
.contact_content_message .messagebx .formbx_item label .icon i {
  font-size: 1.5rem;
  color: #2F318BFF;
  font-weight: 700;
}
.contact_content_message .messagebx .formbx_item label p {
  font-size: 1.125rem;
  color: #333;
}
.contact_content_message .messagebx .formbx_item input {
  display: block;
  flex: 1;
  height: 100%;
  font-size: 1rem;
  color: #333;
  border: 0;
  outline: none;
  background-color: transparent;
}
.contact_content_message .messagebx .formbx_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  color: #c0c0c0;
}
.contact_content_message .messagebx .formbx_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  color: #c0c0c0;
}
.contact_content_message .messagebx .formbx_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  color: #c0c0c0;
}
.contact_content_message .messagebx .formbx_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  color: #c0c0c0;
}
.contact_content_message .messagebx .formbx_btnbx button {
  display: block;
  width: 9.375rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  background: #2F318BFF;
  margin-top: 2.25rem;
  outline: none;
  border: 0;
}
.contact_content_message .messagebx .formbx_btnbx button:hover {
  cursor: pointer;
}
.contact_content_message .imgbx {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48.33%;
  height: auto;
}
.contact_content_message .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo {
    display: none;
  }
  .showvideo_content {
    max-width: 100%;
    width: 80vw;
    max-height: 80vh;
    height: auto;
  }
  .showvideo_content .closebtn {
    top: -2.5rem;
    right: 0;
  }
  .common_banner {
    width: 100%;
    height: 30vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text h3 {
    font-size: 1.5rem;
  }
  .common_banner_text p {
    white-space: nowrap;
    font-size: 1.5rem;
  }
  .common_banner_productdetail .common_banner_text h3 {
    font-size: 2rem;
  }
  .common_banner_solution .common_banner_text {
    padding: 0 1.5rem;
  }
  .common_banner_solution .common_banner_text p {
    white-space: normal;
  }
  .common_pagebtn .prev,
  .common_pagebtn .next {
    padding: 0;
  }
  .common_pagebtn .prev .text .iconbx,
  .common_pagebtn .next .text .iconbx {
    margin-right: 2rem;
  }
  .common_pagebtn .prev .time {
    display: none;
  }
  .sibebx_content {
    width: 100%;
    padding-top: 2.5rem;
    transition: all 0.4s;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0 0.625rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_tryout.first .inner-header-icon-out span {
    background-color: #333;
  }
  .index_header_logo {
    display: none;
  }
  .index_header_logo_M {
    display: block;
    align-items: center;
    width: auto;
    max-width: 40%;
  }
  .index_header_logo_M img {
    display: block;
    max-width: 100%;
    height: 4rem;
    object-fit: contain;
  }
  .index_header .navbx {
    height: 100%;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -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;
  }
  .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;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .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: #e62129;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .menubx {
    height: 100%;
    align-items: center;
    margin-left: 2rem;
  }
  .index_header .menubx .searchbx {
    position: static;
  }
  .index_header .menubx .searchbx .inputbx {
    top: 6rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
  .index_header .menubx .searchbx .inputbx.inputshow {
    width: 100%;
    height: 4rem;
    opacity: 1;
  }
  .index_header .menubx .menubtn {
    margin-left: 1rem;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 0.5rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: auto;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .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-text {
    display: none;
  }
  .index_about_listbx ul {
    flex-wrap: wrap;
  }
  .index_about_listbx ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .index_video {
    height: auto;
  }
  .index_video .content {
    position: static;
  }
  .index_video .content .videobx {
    height: auto;
    margin-top: 0;
  }
  .index_video .content .videologobg {
    display: none;
  }
  .index_guodu {
    display: none;
  }
  .index_product .container {
    flex-wrap: wrap;
  }
  .index_product .container .leftnav {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_product .container .leftnav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_product .container .leftnav ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem !important;
  }
  .index_product .container .leftnav ul li:not(:last-child) {
    margin-right: 2%;
  }
  .index_product .container .leftnav ul li a {
    font-size: 1.5rem;
  }
  .index_product .container .leftnav ul li.active a {
    padding-left: 0;
  }
  .index_product .container .leftnav ul li.active a span {
    margin-left: 0.5rem;
  }
  .index_product .container .rightbox {
    width: 100%;
    height: auto;
  }
  .index_product .container .rightbox_md1 {
    position: relative;
  }
  .index_product .container .rightbox_md1_content .item {
    width: 100%;
    height: 16rem;
  }
  .index_product .container .rightbox_md2 {
    position: relative;
  }
  .index_product .container .rightbox_md2_content .item {
    width: 100%;
  }
  .index_product .container .rightbox_md3 {
    position: relative;
  }
  .index_product .bottombx {
    display: none;
  }
  .index_product .waves {
    display: none;
  }
  .index_new {
    padding: 4rem 0;
  }
  .index_new_content {
    flex-wrap: wrap;
  }
  .index_new_content .navbox {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_new_content .bdbx {
    width: 100%;
  }
  .index_new_content .bdbx_md {
    position: relative;
  }
  .index_new_content .bdbx_md .listbx {
    width: 100%;
    height: auto;
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .index_new_content .bdbx_md .listbx .item {
    width: 100%;
  }
  .index_new_content .bdbx_md .listbx .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .index_searchmd {
    height: 35rem;
  }
  .index_searchmd .formbx form {
    width: 90%;
  }
  .index_searchmd ul {
    padding: 0;
    flex-wrap: wrap;
  }
  .index_searchmd ul li {
    flex-direction: column;
  }
  .index_searchmd ul li .icon {
    margin-right: 0;
  }
  .index_searchmd ul li .text {
    align-items: center;
  }
  .index_searchmd .index_map {
    width: 100%;
    margin-top: 2rem;
  }
  .index_partners .contentbx .list .item {
    width: 48%;
    height: 7rem;
  }
  .index_footer_content {
    flex-direction: column;
    align-items: center;
  }
  .index_footer_content .left {
    max-width: 100%;
  }
  .index_footer_content .left .companyinfo {
    padding-bottom: 2rem;
    border-bottom: 0;
  }
  .index_footer_content .left .companyinfo .telbx {
    justify-content: center;
  }
  .index_footer_content .left .companyinfo .placebx p {
    text-align: center;
  }
  .index_footer_content .left .erweima {
    justify-content: center;
  }
  .index_footer_content .list {
    display: none;
    flex-wrap: wrap;
    padding: 0;
  }
  .index_footer_content .list dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_footer_content .list dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content .list dl dt {
    width: 100%;
  }
  .index_footer_content .list dl dd:not(:last-child) {
    margin-right: 5%;
  }
  .index_footer_copyright {
    flex-wrap: wrap;
  }
  .index_footer_copyright .leftbx {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .index_footer_copyright .leftbx p {
    line-height: 1.25rem;
    text-align: center;
  }
  .about_numbox ul {
    flex-wrap: wrap;
  }
  .about_numbox ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .about_numbox ul li:first-child,
  .about_numbox ul li:nth-child(2) {
    margin-bottom: 1rem;
  }
  .about_numbox ul li:nth-child(2)::after {
    display: none;
  }
  .about_numbox ul li .icon {
    margin-right: 0;
  }
  .about_envir .about_title {
    margin-bottom: 2rem;
  }
  .about_cooperate_content .about_cooperate_swiper .swiper-slide-item {
    width: 32%;
    height: 5.5rem;
    margin-bottom: 2rem;
  }
  .culture_content_logoidea .container {
    flex-wrap: wrap;
  }
  .culture_content_logoidea .text {
    flex: 100%;
    padding-right: 0;
  }
  .culture_content_logoidea .imgbx {
    display: none;
  }
  .path_content .bgicon {
    display: none;
  }
  .path_content_center {
    padding: 4rem 0;
  }
  .path_content_center .path_swiper {
    margin-top: 6rem;
  }
  .join_content_list .listtitle {
    padding: 0 1rem;
  }
  .join_content_list .listtitle h4 {
    width: 24%;
    font-size: 1.125rem;
  }
  .join_content_list .listtitle h4:nth-child(3) {
    display: none;
  }
  .join_content_list .listcontent .item_title {
    padding: 0 1rem;
  }
  .join_content_list .listcontent .item_title span {
    width: 24%;
    font-size: 1rem;
  }
  .join_content_list .listcontent .item_title span:nth-child(3) {
    display: none;
  }
  .join_content_list .listcontent .item_desc {
    padding: 0 1rem;
    flex-wrap: wrap;
  }
  .join_content_list .listcontent .item_desc_md:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .join_content_list .listcontent .item_desc_md.address_M {
    display: block;
  }
  .join_content_list .listcontent .item_desc .leftbx {
    flex: 100%;
  }
  .join_content_list .listcontent .item_desc .rightbx {
    width: 100%;
  }
  .join_content_list .listcontent .item_desc .joinbtn {
    margin: 0 0 2rem;
  }
  .products_top .container {
    flex-wrap: wrap;
  }
  .products_top .imgbx {
    width: 100%;
    height: auto;
  }
  .products_top .imgbx img {
    height: auto;
    object-fit: contain;
  }
  .products_top .textbx {
    width: 100%;
    padding: 2rem;
  }
  .products_content .listbx .item {
    width: 100%;
  }
  .products_content .listbx .item_img {
    height: 18.5rem;
  }
  .productdetail_topbox .container {
    flex-wrap: wrap;
  }
  .productdetail_topbox .leftbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .productdetail_topbox .rightbx {
    width: 100%;
    padding-left: 0;
  }
  .video_content .list .item {
    width: 100%;
  }
  .video_content .list .item_imgbx {
    height: auto;
  }
  .video_content .list .item_imgbx img {
    height: auto;
    object-fit: contain;
  }
  .promise_content {
    padding: 3.125rem 0;
  }
  .promise_content_infobx {
    flex-wrap: wrap;
  }
  .promise_content_infobx .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
  .promise_content_infobx .imgbx {
    width: 100%;
  }
  .promise_content_listbx .center .item {
    width: 100%;
    height: auto;
  }
  .promise_content_listbx .center .item .mask {
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
  }
  .promise_content_listbx .center .item .mask .leftbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .promise_content_listbx .center .item .mask .text {
    width: 100%;
  }
  .promise_content_listbx .center .item .mask .text h4 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .news_center_top {
    flex-wrap: wrap;
  }
  .news_center_top .imgbx {
    width: 100%;
    height: 20rem;
  }
  .news_center_top .text {
    width: 100%;
    padding: 1rem;
  }
  .news_center_list .item {
    width: 100%;
  }
  .newdetail_content .title h3 {
    font-size: 1.5rem;
  }
  .contact_content .promise_content_title {
    margin-bottom: 2rem;
  }
  .contact_content_headquarters h3 {
    font-size: 1.5rem;
  }
  .contact_content_headquarters .mapbx {
    flex-wrap: wrap;
  }
  .contact_content_headquarters .mapbx .map {
    width: 100%;
    height: 26rem;
    margin-bottom: 0.625rem;
  }
  .contact_content_headquarters .mapbx .infobx {
    width: 100%;
    padding: 1.25rem 1rem;
  }
  .contact_content_other .listbx {
    flex-wrap: wrap;
    height: auto;
  }
  .contact_content_other .listbx .item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .contact_content_other .listbx .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .contact_content_other .listbx .item_img {
    width: 100%;
    height: auto;
  }
  .contact_content_other .listbx .item_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .contact_content_other .listbx .item_text {
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
  }
  .contact_content_message {
    height: auto;
  }
  .contact_content_message .imgbx {
    display: none;
  }
  .contact_content_message .messagebx {
    width: 100%;
  }
  .contact_content_message .messagebx .formbx_item label {
    width: 33%;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
}
@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;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header {
    padding: 0 3%;
  }
  .index_header_nav_item > a {
    padding: 0 0.75rem;
  }
  .index_header .menubx {
    margin-left: 1.5rem;
  }
  .index_header .menubx .menubtn {
    margin-left: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header {
    padding: 0 3%;
  }
  .index_header_nav_item > a {
    padding: 0 0.75rem;
  }
  .index_header .menubx {
    margin-left: 2rem;
  }
  .index_header .menubx .menubtn {
    margin-left: 1.25rem;
  }
  .index_footer_content .list dl:not(:last-child) {
    margin-right: 6.25rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 8rem;
  }
  .index_header {
    padding: 0 4%;
  }
  .index_header_nav_item > a {
    padding: 0 0.75rem;
  }
  .index_guodu .textbx {
    padding-left: 14%;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
