@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
  scroll-padding-top: 7rem;
}
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;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bgbx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.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: #283593;
  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;
}
.container {
  width: 75rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 0.125rem;
  background-color: #283593;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #999;
}
.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: #999;
}
.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;
  max-height: 80vh;
  overflow: hidden;
  margin-top: 5rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_textbx {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common_banner_textbx h2 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 4.5rem;
  text-align: left;
}
.common_banner_textbx .sub {
  margin-top: 0.625rem;
}
.common_banner_textbx .sub p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.75rem;
}
.common_banner .numlist {
  position: absolute;
  bottom: 2.75rem;
  left: 0;
  width: 100%;
}
.common_banner .numlist ul {
  display: flex;
}
.common_banner .numlist ul li {
  width: 20%;
}
.common_banner .numlist ul li .text .numbx p {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.common_banner .numlist ul li .text .numbx p span {
  font-size: 2.25rem;
  line-height: 3.25rem;
  margin-right: 0.25rem;
}
.common_banner .numlist ul li .text > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
}
.common_crumb {
  width: 100%;
  padding: 1.25rem 0 0.625rem;
  border-bottom: 1px solid #d0d0d0;
}
.common_crumb p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5em;
}
.common_crumb p a {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5em;
}
.common_crumb p a:hover {
  color: #2078b8;
}
.common_navbox {
  width: 100%;
  padding: 2.25rem 0;
}
.common_navbox ul {
  display: flex;
  justify-content: space-between;
}
.common_navbox ul li {
  height: 3.75rem;
}
.common_navbox ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  height: 100%;
  background-color: #f7f7f7;
  transition: all 0.4s;
}
.common_navbox ul li a i {
  font-size: 1.5rem;
  color: #111;
  margin-right: 1rem;
  transition: all 0.4s;
}
.common_navbox ul li a span {
  font-size: 1rem;
  color: #111;
  transition: all 0.4s;
}
.common_navbox ul li:hover a {
  background-color: #2078b8;
}
.common_navbox ul li:hover a i,
.common_navbox ul li:hover a span {
  color: #fff;
}
.common_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125rem;
}
.common_title h3 {
  font-size: 3rem;
  color: #2a2a32;
  line-height: 4.375rem;
  text-align: center;
}
.common_title .iconbx {
  display: block;
  width: 36.75rem;
  height: 0.9375rem;
  margin: 1rem 0;
}
.common_title .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_title .sub p {
  font-size: 1.375rem;
  color: #666;
  line-height: 2rem;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.1875rem;
  border: 0;
  background-color: #f2f2f2;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #2078b8;
  border-color: #2078b8;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #2078b8;
  border-color: #2078b8;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a,
.common_pagination li:last-child a {
  width: 4.375rem;
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common_pagebtn p {
  display: flex;
  max-width: 45%;
}
.common_pagebtn p span,
.common_pagebtn p a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.common_pagebtn p span {
  color: #666;
}
.common_pagebtn p a {
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common_pagebtn p a:hover {
  color: #2078b8;
}
.showvideo2 {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.showvideo2.active {
  display: block;
}
.showvideo2_content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showvideo2_content .videobx {
  position: relative;
  max-width: 95vh;
  width: 60%;
  height: 50%;
  max-height: 80vh;
  border: 2px solid #fff;
}
.showvideo2_content .videobx .closebtn {
  position: absolute;
  top: -2.75rem;
  right: -0.125rem;
  z-index: 5;
  margin-left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  cursor: pointer;
}
.showvideo2_content .videobx .closebtn:hover i {
  opacity: 1;
}
.showvideo2_content .videobx .closebtn i {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  opacity: 0.5;
  transition: all 0.3s;
}
.showvideo2_content .videobx video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.showvideo2_content .videobx iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.searchbd_content {
  padding: 10rem 0;
}
.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: #2078b8;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
  transition: all 0.4s;
  z-index: 9999;
}
.index_header_navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
.index_header_navbox .logobox {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
.index_header_navbox .logobox_M {
  display: none;
}
.index_header_navbox .logobox .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 3.75rem;
}
.index_header_navbox .logobox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_header .navbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-right: 3.125rem;
  z-index: 2;
}
.index_header_nav {
  display: flex;
  height: 100%;
  margin-left: auto;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
}
.index_header_nav_item {
  display: flex;
  align-items: center;
}
.index_header_nav_item:not(:last-child) {
  margin-right: 1.5rem;
}
.index_header_nav_item:nth-child(5),
.index_header_nav_item:nth-child(6) {
  position: relative;
}
.index_header_nav_item:hover > a,
.index_header_nav_item.active > a {
  color: #2078b8;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 5rem;
  font-size: 1rem;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 11rem;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  z-index: 49;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  padding: 0.25rem 0;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.75rem;
  padding: 0 0.5rem;
}
.index_header_nav_item .dropdown ul li a:hover {
  color: #2078b8;
}
.index_header_nav_item .dropdown2 {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  z-index: 49;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown2 .container {
  display: flex;
  justify-content: space-between;
}
.index_header_nav_item .dropdown2 .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 0 1.25rem;
}
.index_header_nav_item .dropdown2 .listbx > i {
  display: block;
  width: 19%;
  height: 0;
}
.index_header_nav_item .dropdown2 .listbx .item {
  position: relative;
  width: 19%;
}
.index_header_nav_item .dropdown2 .listbx .item:hover .item_text h4 {
  color: #2078b8;
}
.index_header_nav_item .dropdown2 .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  background-color: #ececec;
}
.index_header_nav_item .dropdown2 .listbx .item_img img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.index_header_nav_item .dropdown2 .listbx .item_text h4 {
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 400;
}
.index_header_nav_item .dropdown2 .leftbx {
  width: 20%;
  padding: 3.125rem 1.25rem 3.125rem 3.125rem;
}
.index_header_nav_item .dropdown2 .leftbx ul li.active {
  background-color: #17328e;
}
.index_header_nav_item .dropdown2 .leftbx ul li.active a {
  color: #fff;
}
.index_header_nav_item .dropdown2 .leftbx ul li a {
  font-size: 0.875rem;
  color: #111;
  line-height: 2.5rem;
  padding-left: 0.5rem;
}
.index_header_nav_item .dropdown2 .leftbx ul li a:hover {
  cursor: default;
}
.index_header_nav_item .dropdown2 .leftbx ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_header_nav_item .dropdown2 .rightbx {
  width: 80%;
  padding: 3.125rem 0 1.25rem;
}
.index_header_nav_item .dropdown2 .rightbx .listbx {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.index_header_nav_item .dropdown2 .rightbx .listbx.active {
  display: flex;
}
.index_header_nav_item .dropdown2 .rightbx .listbx > i {
  display: block;
  width: 16.8%;
  height: 0;
}
.index_header_nav_item .dropdown2 .rightbx .listbx .item {
  position: relative;
  width: 16.8%;
}
.index_header_nav_item .dropdown2 .rightbx .listbx .item:hover .item_text h4 {
  color: #2078b8;
}
.index_header_nav_item .dropdown2 .rightbx .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  background-color: #ececec;
}
.index_header_nav_item .dropdown2 .rightbx .listbx .item_img img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.index_header_nav_item .dropdown2 .rightbx .listbx .item_text h4 {
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_header_nav_item.active > a::after {
  width: 6.25rem;
}
.index_header_nav_item:not(:nth-child(2)) .dropdown .navbox2 ul li .ntb a::after {
  display: none !important;
}
.index_header_nav_item:hover > a {
  color: #2078b8;
}
.index_header_nav_item:hover .dropdown2 {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 3;
}
.index_header .rightbx .eng {
  margin: 0 0.625rem;
}
.index_header .rightbx .eng a {
  font-size: 0.875rem;
  color: #333;
}
.index_header .rightbx .eng a:hover {
  color: #2078b8;
}
.index_header .rightbx .search {
  position: relative;
  height: 100%;
}
.index_header .rightbx .search.show .search_down {
  display: block;
}
.index_header .rightbx .search_top {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 3.125rem;
}
.index_header .rightbx .search_top:hover {
  cursor: pointer;
}
.index_header .rightbx .search_top i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.5rem;
  color: #2078b8;
}
.index_header .rightbx .search_down {
  position: absolute;
  top: 6.25rem;
  right: -2.5rem;
  display: none;
  width: 24rem;
  height: 3.5rem;
  background-color: #fff;
}
.index_header .rightbx .search_down form {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_header .rightbx .search_down form input {
  flex: 1;
  height: 100%;
  font-size: 0.875rem;
  color: #666;
  padding: 0 0.625rem;
  border: 0;
  outline: 0;
}
.index_header .rightbx .search_down form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 3.5rem;
  border: 0;
  background-color: #2078b8;
  font-size: 1.125rem;
  color: #fff;
}
.index_header .rightbx .search_down form button:hover {
  cursor: pointer;
}
.index_header .rightbx .emailbx a {
  font-size: 0.875rem;
  color: #111;
}
.index_header .rightbx .emailbx a:hover {
  color: #2078b8;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5rem;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner .swiper-btn {
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 50%;
}
.index_banner .swiper-btn:hover {
  background-color: transparent;
}
.index_banner .swiper-btn:hover span {
  color: #ffffff;
}
.index_banner .swiper-btn span {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.5rem;
}
.index_banner .swiper-btn-prev {
  left: 12%;
}
.index_banner .swiper-btn-next {
  right: 12%;
}
.index_banner_M {
  display: none;
}
.index_solution {
  padding: 4.5rem 0 6.25rem;
}
.index_solution_content {
  display: flex;
  justify-content: space-between;
}
.index_solution_content .item {
  position: relative;
  width: 31.67%;
}
.index_solution_content .item:hover .item_text h4 {
  color: #2078b8;
}
.index_solution_content .item:hover .item_img img {
  transform: scale(1.1);
}
.index_solution_content .item_text {
  width: 100%;
  min-height: 12.75rem;
  padding: 1.875rem 1.25rem;
  background-color: #f7f7f7;
}
.index_solution_content .item_text span {
  display: inline-block;
  font-size: 0.875rem;
  color: #e60012;
  margin-bottom: 1.25rem;
}
.index_solution_content .item_text h4 {
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_solution_content .item_text .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_solution_content .item_img {
  width: 100%;
  height: 13.875rem;
  overflow: hidden;
}
.index_solution_content .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_product {
  padding: 3.125rem 0;
  background-color: #f6f6f6;
}
.index_product_title {
  margin-bottom: 5rem;
}
.index_product_title h3 {
  font-size: 1.5rem;
  color: #3e3e3e;
  text-align: center;
  margin-bottom: 1rem;
}
.index_product_title em {
  display: block;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #e60012;
  margin: 0 auto;
}
.index_product_navbx {
  margin-bottom: 3.25rem;
}
.index_product_navbx ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_product_navbx ul li {
  width: 19.2%;
  margin-bottom: 1.25rem;
}
.index_product_navbx ul li.active a span {
  color: #2078b8;
}
.index_product_navbx ul li a {
  display: flex;
  align-items: center;
}
.index_product_navbx ul li a .iconbx {
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 0.875rem;
}
.index_product_navbx ul li a .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_product_navbx ul li a span {
  font-size: 0.875rem;
  color: #3e3e3e;
  line-height: 1.6em;
}
.index_product_content .listbx {
  display: none;
  justify-content: space-between;
}
.index_product_content .listbx .item {
  position: relative;
  width: 31%;
}
.index_product_content .listbx .item:hover .item_img img {
  transform: scale(1.1);
}
.index_product_content .listbx .item:hover .item_text h4 {
  color: #2078b8;
}
.index_product_content .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.5rem;
  background-color: #fff;
}
.index_product_content .listbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.index_product_content .listbx .item_text {
  padding: 1rem;
  background-color: #ececec;
}
.index_product_content .listbx .item_text h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.index_product_content .listbx .item_text span {
  font-size: 0.875rem;
  color: #999999;
}
.index_product_content .listbx.active {
  display: flex;
}
.index_video {
  padding: 2.5rem 0;
}
.index_video .videobx {
  display: flex;
  justify-content: center;
}
.index_video .videobx video {
  display: block;
  width: 100%;
  height: auto;
}
.index_about {
  position: relative;
}
.index_about_swiper {
  width: 100%;
  padding: 7.5rem 0;
  overflow: hidden;
}
.index_about_swiper .swiper-slide .container {
  display: flex;
}
.index_about_swiper .swiper-slide-text {
  flex: 1;
  padding-right: 5%;
  padding-top: 8%;
}
.index_about_swiper .swiper-slide-text .title {
  margin-bottom: 3.125rem;
}
.index_about_swiper .swiper-slide-text .title h3 {
  font-size: 1.75rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.index_about_swiper .swiper-slide-text .title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #111;
}
.index_about_swiper .swiper-slide-text .intro {
  margin-bottom: 4.375rem;
}
.index_about_swiper .swiper-slide-text .intro p {
  font-size: 0.875rem;
  color: #3e3e3e;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_about_swiper .swiper-slide-text .contactbtn {
  width: 8.125rem;
  height: 2.5rem;
}
.index_about_swiper .swiper-slide-text .contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2078b8;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
}
.index_about_swiper .swiper-slide-imgbx {
  width: 48.33%;
  height: 31.25rem;
}
.index_about_swiper .swiper-slide-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about_nav {
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.index_about_nav ul {
  display: flex;
}
.index_about_nav ul li {
  display: flex;
  align-items: center;
}
.index_about_nav ul li:hover {
  cursor: pointer;
}
.index_about_nav ul li.active em {
  width: 1rem;
  background-color: #2078b8;
}
.index_about_nav ul li.active span {
  color: #2078b8;
}
.index_about_nav ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.index_about_nav ul li em {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #111111;
  border-radius: 0.1875rem;
  margin-right: 0.25rem;
  transition: all 0.4s;
}
.index_about_nav ul li span {
  font-size: 0.875rem;
  color: #111;
  font-weight: 700;
  transition: all 0.4s;
}
.index_partner {
  position: relative;
  display: flex;
  background-color: #fafafa;
  width: 100%;
  height: 31.25rem;
}
.index_partner .imgbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  z-index: 2;
}
.index_partner .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_partner_content {
  width: 100%;
  height: 100%;
}
.index_partner_content .container {
  height: 100%;
}
.index_partner_content .textbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 53.33%;
  height: 100%;
  padding-left: 5%;
  margin-left: auto;
}
.index_partner_content .textbx h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 5%;
}
.index_partner_content .textbx .intro {
  margin-bottom: 6%;
}
.index_partner_content .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.index_partner_content .textbx .contactbtn {
  width: 8.125rem;
  height: 2.5rem;
}
.index_partner_content .textbx .contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2078b8;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
}
.index_news {
  padding: 3.75rem 0 2.5rem;
}
.index_news_title {
  margin-bottom: 5rem;
}
.index_news_title h3 {
  font-size: 1.5rem;
  color: #3e3e3e;
  text-align: center;
  margin-bottom: 1rem;
}
.index_news_title em {
  display: block;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #e60012;
  margin: 0 auto;
}
.index_news_content {
  display: flex;
  justify-content: space-between;
}
.index_news_content .item {
  position: relative;
  width: 31.67%;
}
.index_news_content .item:hover .item_img img {
  transform: scale(1.1);
}
.index_news_content .item:hover .item_text h4 {
  color: #2078b8;
}
.index_news_content .item_img {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
.index_news_content .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_news_content .item_text {
  width: 100%;
  min-height: 5.625rem;
  padding: 1rem;
  background-color: #f5f5f5;
}
.index_news_content .item_text span {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  margin-bottom: 1rem;
}
.index_news_content .item_text h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_news .morebtn {
  width: 8.125rem;
  height: 2.5rem;
  margin: 2.5rem auto 0;
}
.index_news .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2078b8;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
}
.index_footer {
  position: relative;
  background: #1f1f1f;
}
.index_footer_content {
  padding: 3.75rem 0;
}
.index_footer_content .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index_footer_content dl dt {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.index_footer_content dl dd a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.25rem;
}
.index_footer_content dl dd a:hover {
  color: #2078b8;
}
.index_footer_content dl dd:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_footer_content dl:last-child {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 23%;
}
.index_footer_content dl:last-child dd {
  display: flex;
}
.index_footer_content dl:last-child dd:not(:last-child) {
  margin-bottom: 1rem;
}
.index_footer_content dl:last-child dd span,
.index_footer_content dl:last-child dd p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.25rem;
}
.index_footer_content dl:last-child dd:last-child a {
  font-size: 1.75rem;
}
.index_footer_content dl:last-child dd:last-child a:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_copyright {
  position: relative;
  height: 4.5rem;
  border-top: 1px solid #d0d0d0;
  box-sizing: border-box;
}
.index_footer_copyright .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.index_footer_copyright .container p,
.index_footer_copyright .container a {
  font-size: 0.875rem;
  color: #fff;
}
.index_footer_copyright .container p {
  margin-right: 1.25rem;
}
.index_footer_copyright .container a:hover {
  color: #2078b8;
}
.index_footer_copyright .upbtn {
  position: absolute;
  bottom: 0;
  right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  background-color: #e60011;
}
.index_footer_copyright .upbtn:hover {
  cursor: pointer;
}
.index_footer_copyright .upbtn i {
  font-size: 1.75rem;
  color: #fff;
}
.products {
  margin-top: 8rem;
}
.products_filter .type {
  display: flex;
  border: 1px solid #e5e5e5;
}
.products_filter .type:not(:first-child) {
  margin-top: -1px;
}
.products_filter .type_name {
  width: 12%;
  height: 2.875rem;
  padding: 0 0.375rem;
  background-color: #f0f0f0;
}
.products_filter .type_name span {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.875rem;
}
.products_filter .type_list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.25rem;
}
.products_filter .type_list li {
  display: flex;
  align-items: center;
  height: 2.875rem;
}
.products_filter .type_list li:not(:last-child) {
  margin-right: 1.875rem;
}
.products_filter .type_list li.active a {
  background-color: #2078b8;
  color: #fff;
}
.products_filter .type_list li a {
  display: block;
  min-width: 2.875rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  line-height: 1.625rem;
  padding: 0 0.375rem;
}
.products_content_listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.125rem 0 1.875rem;
}
.products_content_listbx > i {
  display: block;
  width: 23.33%;
  height: 0;
}
.products_content_listbx .item {
  position: relative;
  width: 23.33%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.625rem;
}
.products_content_listbx .item:hover .item_img img {
  transform: scale(1.1);
}
.products_content_listbx .item:hover .item_img .mask {
  border: 2px solid #2078b8;
  background-color: rgba(243, 24, 41, 0.2);
}
.products_content_listbx .item:hover .item_img .mask em {
  opacity: 1;
}
.products_content_listbx .item:hover .item_text h4,
.products_content_listbx .item:hover .item_text span {
  color: #2078b8;
}
.products_content_listbx .item_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.375rem;
  overflow: hidden;
}
.products_content_listbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.products_content_listbx .item_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid transparent;
  background-color: rgba(243, 24, 41, 0);
  transition: all 0.3s;
}
.products_content_listbx .item_img .mask em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #f31829;
  opacity: 0;
  transition: all 0.3s;
}
.products_content_listbx .item_img .mask em:first-child {
  width: 3.75rem;
  height: 1px;
}
.products_content_listbx .item_img .mask em:last-child {
  width: 1px;
  height: 3.75rem;
}
.products_content_listbx .item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.625rem;
}
.products_content_listbx .item_text h4 {
  font-size: 0.875rem;
  color: #5d5d5d;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.products_content_listbx .item_text span {
  font-size: 0.875rem;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.5rem;
  transition: all 0.3s;
}
.productdetail {
  margin-top: 5rem;
}
.productdetail .navbox {
  position: sticky;
  top: 5rem;
  right: 0;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 11;
}
.productdetail .navbox .container {
  height: 100%;
}
.productdetail .navbox ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.productdetail .navbox ul li {
  margin: 0 1.125rem;
}
.productdetail .navbox ul li:not(:last-child) {
  margin-right: 0.75rem;
}
.productdetail .navbox ul li.active a::after {
  transform: scale(1);
}
.productdetail .navbox ul li a {
  position: relative;
  display: block;
  border-radius: 0.3125rem 0.3125rem 0 0;
  font-size: 1rem;
  color: #333;
  line-height: 2.5rem;
}
.productdetail .navbox ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2078b8;
  transform: scale(0);
}
.productdetail_top {
  padding: 4.5rem 0 2rem;
}
.productdetail_top .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.productdetail_top .textbx {
  width: 46.67%;
}
.productdetail_top .textbx .title h4 {
  font-size: 1.75rem;
  color: #555;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.productdetail_top .textbx .title span {
  font-size: 1rem;
  color: #777;
}
.productdetail_top .textbx .intro {
  margin: 2rem 0 1.375rem;
  padding: 1.875rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.productdetail_top .textbx .intro p {
  font-size: 0.875rem;
  color: #777;
  line-height: 1.625rem;
}
.productdetail_top .textbx .intro p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetail_top .textbx .btnbx {
  width: 13.125rem;
  height: 2.875rem;
}
.productdetail_top .textbx .btnbx a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2078b8;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.875rem;
}
.productdetail_top .rightbx {
  width: 45%;
  padding-right: 5%;
}
.productdetail_top .rightbx .productdetail_swiper {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.productdetail_top .rightbx .productdetail_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.productdetail_top .rightbx .productdetail_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetail_content .center_md {
  display: none;
  padding: 3.125rem 0 1.875rem;
}
.productdetail_content .center_md.active {
  display: block;
}
.productdetail_content .center_md ul {
  margin-left: 1.25rem;
}
.productdetail_content .center_md ul li {
  list-style-type: disc;
}
.productdetail_content .center_md table {
  width: 82% !important;
  border-collapse: collapse;
}
.productdetail_content .center_md table thead tr th {
  padding: 0.5rem;
  border: 1px solid #dcdcdc;
}
.productdetail_content .center_md table tbody .firstRow td:first-child {
  width: 25% !important;
}
.productdetail_content .center_md table tbody tr td {
  padding: 0.5rem !important;
  border: 1px solid #dcdcdc;
}
.productdetail_content .center_md strong {
  font-weight: 700;
}
.productdetail_content .center_md p,
.productdetail_content .center_md span {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
  font-family: "Microsoft YaHei" !important;
  background-color: transparent !important;
}
.productdetail_content .center_md img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetail_content .center_md h5 {
  font-size: 1rem;
  color: #f70000;
  line-height: 1.75rem;
}
.productdetail_content .center_md h6 {
  font-size: 1rem;
  color: #333;
  line-height: 1.75rem;
}
.productdetail_content .center_md:last-child .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productdetail_content .center_md:last-child .listbx > i {
  display: block;
  width: 23.33%;
  height: 0;
}
.productdetail_content .center_md:last-child .listbx .item {
  position: relative;
  width: 23.33%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.625rem;
}
.productdetail_content .center_md:last-child .listbx .item:hover .item_img img {
  transform: scale(1.1);
}
.productdetail_content .center_md:last-child .listbx .item:hover .item_img .mask {
  border: 2px solid #2078b8;
  background-color: rgba(243, 24, 41, 0.2);
}
.productdetail_content .center_md:last-child .listbx .item:hover .item_img .mask em {
  opacity: 1;
}
.productdetail_content .center_md:last-child .listbx .item:hover .item_text h4,
.productdetail_content .center_md:last-child .listbx .item:hover .item_text span {
  color: #2078b8;
}
.productdetail_content .center_md:last-child .listbx .item_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.375rem;
  overflow: hidden;
}
.productdetail_content .center_md:last-child .listbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.productdetail_content .center_md:last-child .listbx .item_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid transparent;
  background-color: rgba(243, 24, 41, 0);
  transition: all 0.3s;
}
.productdetail_content .center_md:last-child .listbx .item_img .mask em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #f31829;
  opacity: 0;
  transition: all 0.3s;
}
.productdetail_content .center_md:last-child .listbx .item_img .mask em:first-child {
  width: 3.75rem;
  height: 1px;
}
.productdetail_content .center_md:last-child .listbx .item_img .mask em:last-child {
  width: 1px;
  height: 3.75rem;
}
.productdetail_content .center_md:last-child .listbx .item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.625rem;
}
.productdetail_content .center_md:last-child .listbx .item_text h4 {
  font-size: 0.875rem;
  color: #5d5d5d;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.productdetail_content .center_md:last-child .listbx .item_text span {
  font-size: 0.875rem;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.5rem;
  transition: all 0.3s;
}
.oem {
  background-color: #eceeeb;
}
.oem_content {
  background-color: #eceeeb;
  padding: 1.875rem 0 3.125rem;
}
.oem_content_md {
  padding: 1.875rem;
  background-color: #fff;
}
.oem_content_md:not(:last-child) {
  margin-bottom: 2.5rem;
}
.oem_content_md .hd {
  margin-bottom: 1.5rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}
.oem_content_md .hd h4 {
  font-size: 1.625rem;
  color: #f70000;
  font-weight: 400;
}
.oem_content_md .bd_img {
  width: 56.14%;
  height: 26.25rem;
}
.oem_content_md .bd_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem_content_md .bd_text {
  width: 41%;
}
.oem_content_md .bd_text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
}
.oem_content_md:nth-child(odd) .bd_img {
  float: left;
}
.oem_content_md:nth-child(odd) .bd_text {
  float: right;
}
.oem_content_md:nth-child(even) .bd_img {
  float: right;
}
.oem_content_md:nth-child(even) .bd_text {
  float: left;
}
.solution {
  background-color: #eceeeb;
}
.solution_content_listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 0 1rem;
}
.solution_content_listbx > i {
  display: block;
  width: 32.5%;
  height: 0;
}
.solution_content_listbx .item {
  position: relative;
  width: 32.5%;
  height: 17.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.solution_content_listbx .item:hover img {
  transform: scale(1.1);
}
.solution_content_listbx .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.solution_content_listbx .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.solution_content_listbx .item_text h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
  padding: 0 0.625rem;
}
.solutiondetail_content_md1 {
  padding: 1.875rem 0 6.25rem;
}
.solutiondetail_content_md1 p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5em;
}
.solutiondetail_content_md1 .listbx {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.solutiondetail_content_md1 .listbx .item {
  width: 23%;
  border: 1px solid #d0d0d0;
  border-radius: 0.3125rem;
  padding: 1.25rem 0.875rem;
}
.solutiondetail_content_md1 .listbx .item_imgbx {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}
.solutiondetail_content_md1 .listbx .item_imgbx .iconbx {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 1rem;
}
.solutiondetail_content_md1 .listbx .item_imgbx .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solutiondetail_content_md1 .listbx .item_imgbx h4 {
  font-size: 1.125rem;
  color: #f70000;
}
.solutiondetail_content_md1 .listbx .item_text {
  padding-top: 0.875rem;
}
.solutiondetail_content_md1 .listbx .item_text p {
  font-size: 0.875rem;
  text-align: center;
}
.solutiondetail_content_md2 {
  padding: 6.25rem 0;
  background-color: #f1f1f1;
}
.solutiondetail_content_md2 .container {
  display: flex;
  align-items: center;
}
.solutiondetail_content_md2 .imgbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43%;
}
.solutiondetail_content_md2 .imgbx img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.solutiondetail_content_md2 .rightbx {
  flex: 1;
}
.solutiondetail_content_md2 .rightbx .item {
  display: flex;
}
.solutiondetail_content_md2 .rightbx .item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.solutiondetail_content_md2 .rightbx .item_icon {
  width: 7.5rem;
  height: 7.5rem;
}
.solutiondetail_content_md2 .rightbx .item_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutiondetail_content_md2 .rightbx .item_text {
  flex: 1;
  padding-left: 2.5rem;
}
.solutiondetail_content_md2 .rightbx .item_text .hd {
  position: relative;
  margin-bottom: 0.625rem;
}
.solutiondetail_content_md2 .rightbx .item_text .hd::before {
  position: absolute;
  top: 0.625rem;
  left: -0.875rem;
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #707070;
  border-radius: 50%;
}
.solutiondetail_content_md2 .rightbx .item_text .hd p {
  font-size: 1.125rem;
  color: #f70000;
  line-height: 1.625rem;
}
.solutiondetail_content_md2 .rightbx .item_text .bd p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
}
.solutiondetail_content_md3 p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.warranty {
  background-color: #eceeeb;
}
.warranty_content {
  padding: 1.875rem 0 0;
}
.warranty_content .center {
  background-color: #fff;
  padding: 2.875rem 5rem;
}
.warranty_content .center p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5em;
}
.warranty_content .center p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.warranty_content .center h5 {
  font-size: 0.875rem;
  color: #f70000;
  line-height: 1.5em;
}
.download {
  background-color: #eceeeb;
}
.download_content {
  padding: 2.5rem 0 0;
}
.download_content .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download_content .center_list {
  width: 48.83%;
  margin-bottom: 3.125rem;
}
.download_content .center_list h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.download_content .center_list .listbx {
  width: 100%;
  background-color: #fff;
  padding: 0 0.625rem;
}
.download_content .center_list .listbx .item {
  width: 100%;
  height: 3.125rem;
}
.download_content .center_list .listbx .item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.download_content .center_list .listbx .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.download_content .center_list .listbx .item a:hover span {
  color: #2078b8;
}
.download_content .center_list .listbx .item a span {
  font-size: 0.875rem;
  color: #333;
}
.download_content .center_list .listbx .item a i {
  font-size: 1.125rem;
  color: #c1c1c1;
}
.video_content {
  padding-top: 1.875rem;
}
.video_content .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video_content .center > i {
  display: block;
  width: 22.5%;
  height: 0;
}
.video_content .center .videoitem {
  width: 22.5%;
  margin-bottom: 2.5rem;
}
.video_content .center .videoitem:hover .imgbx img {
  transform: scale(1.1);
}
.video_content .center .videoitem:hover .textbx h4 {
  color: #2078b8;
}
.video_content .center .videoitem .imgbx {
  position: relative;
  width: 100%;
  height: 11.875rem;
  overflow: hidden;
}
.video_content .center .videoitem .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.video_content .center .videoitem .imgbx .videobtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_content .center .videoitem .imgbx .videobtn i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.video_content .center .videoitem .imgbx .videobtn:hover {
  cursor: pointer;
}
.video_content .center .videoitem .imgbx .videobtn:hover i {
  color: #ffffff;
}
.video_content .center .videoitem .textbx {
  width: 100%;
  padding: 1rem 0.375rem;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
.video_content .center .videoitem .textbx h4 {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.video_content .center .videoitem .textbx span {
  font-size: 0.875rem;
  color: #999;
}
.faq_content {
  padding: 3.75rem 0;
}
.faq_content .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq_content .center_product {
  width: 55%;
}
.faq_content .center_product .title {
  margin-bottom: 1.875rem;
}
.faq_content .center_product .title h3 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  text-align: center;
}
.faq_content .center_product .topimg {
  width: 100%;
}
.faq_content .center_product .topimg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.faq_content .center_product .list {
  width: 100%;
}
.faq_content .center_product .list .item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.faq_content .center_product .list .item a {
  display: flex;
  align-items: center;
  width: 100%;
}
.faq_content .center_product .list .item a:hover p {
  color: #2078b8;
}
.faq_content .center_product .list .item a i {
  font-size: 1.125rem;
  color: #777;
}
.faq_content .center_product .list .item a p {
  flex: 1;
  font-size: 0.875rem;
  color: #777;
  line-height: 2.125rem;
  margin-left: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq_content .center_latest {
  width: 40%;
}
.faq_content .center_latest .title {
  margin-bottom: 1.875rem;
}
.faq_content .center_latest .title h3 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  text-align: center;
}
.faq_content .center_latest .list .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.faq_content .center_latest .list .item_hd {
  display: flex;
  margin-bottom: 0.625rem;
}
.faq_content .center_latest .list .item_hd span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 0.5rem;
  background-color: #e46713;
}
.faq_content .center_latest .list .item_hd h5 {
  flex: 1;
  font-size: 0.875rem;
  color: #e46713;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq_content .center_latest .list .item_bd {
  display: flex;
}
.faq_content .center_latest .list .item_bd span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 0.5rem;
  background-color: #3ebb2b;
}
.faq_content .center_latest .list .item_bd .text {
  flex: 1;
}
.faq_content .center_latest .list .item_bd .text p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5em;
}
.faq_content .center_bottom {
  width: 100%;
  margin-top: 6.25rem;
}
.faq_content .center_bottom .item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.faq_content .center_bottom .item.active .item_hd i {
  transform: rotate(90deg);
}
.faq_content .center_bottom .item.active .item_bd {
  padding: 0.5rem 1rem;
  max-height: 30rem;
  opacity: 1;
}
.faq_content .center_bottom .item_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
}
.faq_content .center_bottom .item_hd:hover {
  cursor: pointer;
}
.faq_content .center_bottom .item_hd_l {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 1.25rem;
}
.faq_content .center_bottom .item_hd_l span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 0.5rem;
  background-color: #e46713;
}
.faq_content .center_bottom .item_hd_l h5 {
  flex: 1;
  font-size: 1rem;
  color: #444;
  font-weight: 400;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq_content .center_bottom .item_hd i {
  font-size: 1rem;
  color: #999;
  transform: rotate(180deg);
  transition: all 0.4s;
}
.faq_content .center_bottom .item_bd {
  display: flex;
  max-height: 0;
  padding: 0 1rem;
  opacity: 0;
  transition: all 0.4s;
}
.faq_content .center_bottom .item_bd span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 0.5rem;
  background-color: #3ebb2b;
}
.faq_content .center_bottom .item_bd .text {
  flex: 1;
}
.faq_content .center_bottom .item_bd .text p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.5em;
}
.faqdetail_content {
  padding: 2rem 0;
}
.faqdetail_content .center {
  padding: 1.875rem;
  border: 1px solid #d0d0d0;
}
.faqdetail_content .center_title {
  padding-bottom: 1.25rem;
}
.faqdetail_content .center_title h4 {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
}
.faqdetail_content .center_text {
  min-height: 15rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.faqdetail_content .center_text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7em;
}
.new {
  background-color: #eceeeb;
}
.new_content {
  padding-top: 2rem;
}
.new_content .listbx {
  margin-bottom: 3.75rem;
}
.new_content .listbx .first {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 3rem;
}
.new_content .listbx .first:hover .imgbx img {
  transform: scale(1.1);
}
.new_content .listbx .first:hover .textbx .hd h4 {
  color: #2078b8;
}
.new_content .listbx .first .imgbx {
  width: 41%;
  height: 21.25rem;
  overflow: hidden;
}
.new_content .listbx .first .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.new_content .listbx .first .textbx {
  flex: 1;
  padding: 1.875rem 1rem 1.875rem 2.5rem;
}
.new_content .listbx .first .textbx .hd h4 {
  font-size: 1.375rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.new_content .listbx .first .textbx .hd span {
  font-size: 0.875rem;
  color: #666;
}
.new_content .listbx .first .textbx .intro {
  margin: 1.5rem 0 1.875rem;
}
.new_content .listbx .first .textbx .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.new_content .listbx .first .textbx .btnbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f70000;
  border-radius: 50%;
}
.new_content .listbx .first .textbx .btnbx i {
  font-size: 1.25rem;
  color: #fff;
}
.new_content .listbx .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.new_content .listbx .item:not(:last-child) {
  margin-bottom: 3rem;
}
.new_content .listbx .item:hover .imgbx img {
  transform: scale(1.1);
}
.new_content .listbx .item:hover .textbx .hd h4 {
  color: #2078b8;
}
.new_content .listbx .item .imgbx {
  width: 20%;
  height: 14.375rem;
  overflow: hidden;
}
.new_content .listbx .item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.new_content .listbx .item .textbx {
  flex: 1;
  padding: 0 1rem;
}
.new_content .listbx .item .textbx .hd h4 {
  font-size: 1.375rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.new_content .listbx .item .textbx .hd span {
  font-size: 0.875rem;
  color: #666;
}
.new_content .listbx .item .textbx .intro {
  margin: 1.5rem 0 0;
}
.new_content .listbx .item .textbx .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.new_content .listbx .item .btnbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f70000;
  border-radius: 50%;
  margin-left: 2rem;
  margin-right: 2.25rem;
}
.new_content .listbx .item .btnbx i {
  font-size: 1.25rem;
  color: #fff;
}
.newdetail_content {
  padding-top: 3.75rem;
}
.newdetail_content .center_title {
  padding-bottom: 1.25rem;
}
.newdetail_content .center_title h3 {
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  font-weight: 400;
}
.newdetail_content .center_text {
  padding: 1.25rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.newdetail_content .center_text .topbx {
  padding: 0.625rem;
  background: #fcfbfd;
  border: 1px solid #e4e4e4;
}
.newdetail_content .center_text .topbx p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.6em;
}
.newdetail_content .center_text strong {
  font-weight: 700;
}
.newdetail_content .center_text p {
  font-size: 1rem;
  color: #3e3e3e;
  line-height: 1.5em;
}
.newdetail_content .center_text p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.about {
  background-color: #eceeeb;
}
.about_profile {
  padding: 5rem 0;
}
.about_profile_center .imgbx {
  float: right;
  width: 47.5%;
  height: 34.875rem;
}
.about_profile_center .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_profile_center .textbx {
  float: left;
  width: 47%;
  padding: 2rem 0;
}
.about_profile_center .textbx h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 1.25rem;
}
.about_profile_center .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  opacity: 0.6;
}
.about_culture {
  background-color: #fff;
  padding: 3.125rem 0;
}
.about_culture_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_culture_center .imgbx {
  width: 47.2%;
  height: 34.375rem;
}
.about_culture_center .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_culture_center .textbx {
  width: 46.2%;
}
.about_culture_center .textbx h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 1.25rem;
}
.about_culture_center .textbx .intro h5 {
  font-size: 1.375rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 1.125rem;
}
.about_culture_center .textbx .intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2.25rem;
}
.honor_type1 {
  padding: 2.5rem 0;
}
.honor_type1 h3 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}
.honor_type1 #carousel {
  width: 100%;
  /* border:1px solid #222; */
  height: 25rem;
  position: relative;
  clear: both;
  overflow: hidden;
  background: #fff;
}
.honor_type1 #carousel img {
  visibility: hidden;
  /* hide images until carousel can handle them */
  cursor: pointer;
  /* otherwise it's not as obvious items can be clicked */
}
.honor_type1 #callback-output {
  width: 100%;
  min-height: 50px;
  background: #fff;
  padding: 8px;
  height: 500px;
  overflow-y: scroll;
}
.honor_type2 {
  padding: 2.5rem 0;
}
.honor_type2 h3 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}
.honor_type2 .center {
  position: relative;
}
.honor_type2 .center .about_honor_swiper {
  width: 100%;
  overflow: hidden;
}
.honor_type2 .center .about_honor_swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item {
  min-height: 15.625rem;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:first-child {
  grid-area: 1 / 1 / 2 / 2;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(5) {
  grid-area: 2 / 1 / 3 / 2;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(6) {
  grid-area: 2 / 2 / 3 / 3;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(7) {
  grid-area: 2 / 3 / 3 / 4;
}
.honor_type2 .center .about_honor_swiper .swiper-slide .item:nth-child(8) {
  grid-area: 2 / 4 / 3 / 5;
}
.honor_type2 .center .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border-radius: 1.25rem;
}
.honor_type2 .center .swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.honor_type2 .center .swiper-btn:hover span {
  color: #2078b8;
}
.honor_type2 .center .swiper-btn span {
  font-size: 1.875rem;
  color: #999;
  line-height: 2.5rem;
}
.honor_type2 .center .swiper-btn-prev {
  left: -2.5rem;
  margin-right: 1.5rem;
}
.honor_type2 .center .swiper-btn-prev span {
  display: block;
  transform: rotate(180deg) translateY(0);
}
.honor_type2 .center .swiper-btn-next {
  right: -2.5rem;
}
.contact {
  background-color: #eceeeb;
}
.contact_content {
  padding: 3rem 0 0;
}
.contact_content .mapbx {
  width: 100%;
  height: 25rem;
  margin-bottom: 3rem;
}
.contact_content .mapbx iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.contact_content .infobx h5 {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 0.625rem;
}
.contact_content .infobx strong {
  font-weight: 700;
}
.contact_content .infobx p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5em;
}
.contact_content .messagebx {
  margin: 5rem 0 0;
}
.contact_content .messagebx .title h4 {
  display: inline-block;
  padding: 0 1.25rem;
  background-color: #2078b8;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.5rem;
}
.contact_content .messagebx_center {
  padding: 2.5rem 3.125rem;
  border: 1px solid #e0e0e0;
}
.contact_content .messagebx_center .formbx {
  width: 100%;
  height: 100%;
}
.contact_content .messagebx_center .formbx_item {
  display: flex;
  margin-bottom: 1.375rem;
}
.contact_content .messagebx_center .formbx_item label {
  width: 12%;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5em;
}
.contact_content .messagebx_center .formbx_item textarea {
  width: 30%;
  height: 7.5rem;
  font-size: 0.75rem;
  color: #333;
  resize: none;
  outline: none;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}
.contact_content .messagebx_center .formbx_item input {
  width: 30%;
  height: 2rem;
  font-size: 0.75rem;
  color: #333;
  outline: none;
  padding: 0 0.5rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}
.contact_content .messagebx_center .formbx_btnbx {
  display: flex;
}
.contact_content .messagebx_center .formbx_btnbx label {
  width: 12%;
}
.contact_content .messagebx_center .formbx_btnbx button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  width: 8.125rem;
  height: 2.5rem;
  border: 0;
  outline: none;
  background-color: #f70000;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo2_content .videobx {
    position: relative;
    max-width: 95vh;
    width: 90%;
    height: 38%;
    max-height: 80vh;
    border: 2px solid #fff;
  }
  .common_banner {
    width: 100%;
    height: 40vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_navbox {
    display: none;
  }
  .common_crumb {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
  }
  .common_crumb_content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
  }
  .common_crumb_content > i {
    margin-right: 1rem;
  }
  .common_crumb_content .listbx {
    display: flex;
    height: 100%;
  }
  .common_crumb_content .listbx > li {
    padding: 0 0.5rem;
  }
  .common_crumb_content .listbx > li .level1 {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .common_crumb_content .listbx > li .level1 span {
    font-size: 1.125rem;
    color: #1a1a1a;
    margin-right: 1rem;
  }
  .common_crumb_content .listbx > li .level1 i {
    font-size: 1rem;
    color: #646464;
    transition: all 0.4s;
  }
  .common_crumb_content .listbx > li:last-child {
    flex: 1;
  }
  .common_crumb_content .listbx > li:last-child .level1 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .common_crumb_content .listbx > li .dropdown {
    display: none !important;
  }
  .common_md_title h4 {
    font-size: 1.25rem;
  }
  .common_md_title h4::before {
    top: 0.5rem;
  }
  .common_pagebtn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .common_pagebtn p {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    max-width: 50%;
  }
  .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,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .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,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .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: #2078b8;
  }
  .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_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .rightbx {
    margin-left: auto;
  }
  .index_header .rightbx .emailbx {
    display: none;
  }
  .index_header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .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 {
    position: relative;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
  }
  .index_solution_content {
    flex-wrap: wrap;
  }
  .index_solution_content .item {
    width: 100%;
  }
  .index_solution_content .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_product_navbx ul {
    flex-wrap: wrap;
  }
  .index_product_navbx ul li {
    margin-bottom: 1rem;
  }
  .index_product_content .listbx {
    flex-wrap: wrap;
  }
  .index_product_content .listbx .item {
    width: 100%;
  }
  .index_product_content .listbx .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_about_nav {
    top: 3rem;
  }
  .index_about_nav ul {
    flex-wrap: wrap;
  }
  .index_about_nav ul li span {
    line-height: 2em;
  }
  .index_about_swiper .swiper-slide .container {
    flex-wrap: wrap;
  }
  .index_about_swiper .swiper-slide-text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_about_swiper .swiper-slide-imgbx {
    width: 100%;
  }
  .index_partner {
    flex-wrap: wrap;
    height: auto;
  }
  .index_partner .imgbx {
    position: static;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_partner_content {
    width: 100%;
  }
  .index_partner_content .textbx {
    width: 100%;
    padding: 1.5rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
  }
  .index_news_content .item {
    width: 100%;
  }
  .index_news_content .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_footer_content {
    padding: 3rem 0 2rem;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_footer_content dl dt {
    width: 100%;
  }
  .index_footer_content dl dd {
    margin-right: 1.25rem;
    margin-bottom: 1rem;
  }
  .index_footer_copyright {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index_footer_copyright .container p,
  .index_footer_copyright .container a {
    text-align: center;
    line-height: 1.6em;
  }
  .index_footer_copyright .upbtn {
    right: 1%;
  }
  .products {
    margin-top: 8rem;
  }
  .products_filter .type {
    flex-wrap: wrap;
  }
  .products_filter .type_name {
    width: 100%;
    padding: 0 1.25rem;
  }
  .products_filter .type_list {
    width: 100%;
  }
  .products_content {
    padding: 0 0 3rem;
  }
  .products_content_listbx .item {
    width: 100%;
  }
  .productdetail_top .container {
    flex-wrap: wrap;
  }
  .productdetail_top .textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .productdetail_top .rightbx {
    width: 100%;
  }
  .productdetail_content .navbox ul {
    overflow-x: auto;
  }
  .productdetail_content .navbox ul li a {
    white-space: nowrap;
  }
  .productdetail_content .center_md:last-child .listbx {
    flex-wrap: wrap;
  }
  .productdetail_content .center_md:last-child .listbx .item {
    width: 49%;
    margin-bottom: 1.5rem;
  }
  .oem_content_md .bd_img {
    float: none !important;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .oem_content_md .bd_img img {
    height: auto;
    object-fit: contain;
  }
  .oem_content_md .bd_text {
    float: none !important;
    width: 100%;
  }
  .solution_content {
    padding: 0 0 3rem;
  }
  .solution_content_listbx .item {
    width: 100%;
  }
  .solutiondetail_content_md1 .listbx {
    flex-wrap: wrap;
  }
  .solutiondetail_content_md1 .listbx .item {
    width: 49%;
  }
  .solutiondetail_content_md2 .container {
    flex-wrap: wrap;
  }
  .solutiondetail_content_md2 .container .imgbx {
    width: 100%;
    height: 25rem;
    margin-bottom: 2rem;
  }
  .solutiondetail_content_md2 .container .rightbx {
    width: 100%;
  }
  .warranty_content {
    padding: 1.875rem 0;
  }
  .warranty_content .center {
    padding: 1rem;
  }
  .download_content .center_list {
    width: 100%;
  }
  .video_content {
    padding: 1.875rem 0;
  }
  .video_content .center .videoitem {
    width: 100%;
  }
  .video_content .center .videoitem .imgbx {
    height: 20rem;
  }
  .faq_content .center_product {
    width: 100%;
    margin-bottom: 3rem;
  }
  .faq_content .center_latest {
    width: 100%;
  }
  .new_content {
    padding: 1.875rem 0;
  }
  .new_content .listbx .first {
    flex-wrap: wrap;
  }
  .new_content .listbx .first .imgbx {
    width: 100%;
  }
  .new_content .listbx .first .textbx {
    width: 100%;
  }
  .new_content .listbx .item {
    flex-wrap: wrap;
  }
  .new_content .listbx .item .imgbx {
    width: 100%;
    height: 18rem;
  }
  .new_content .listbx .item .textbx {
    padding: 1.25rem 1rem;
  }
  .new_content .listbx .item .textbx .intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .new_content .listbx .item .btnbx {
    display: none;
  }
  .newdetail_content {
    padding: 2.5rem 0;
  }
  .contact_content {
    padding: 1.875rem 0;
  }
  .contact_content .messagebx_center .formbx_item label {
    width: 34%;
    white-space: nowrap;
  }
  .contact_content .messagebx_center .formbx_item textarea,
  .contact_content .messagebx_center .formbx_item input {
    flex: 1;
  }
  .contact_content .messagebx_center .formbx_btnbx label {
    width: 34%;
    white-space: nowrap;
  }
  .about_profile_center .imgbx {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .about_profile_center .imgbx img {
    height: auto;
    object-fit: contain;
  }
  .about_profile_center .textbx {
    float: none;
    width: 100%;
  }
  .about_culture_center {
    flex-wrap: wrap;
  }
  .about_culture_center .imgbx {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .about_culture_center .imgbx img {
    height: auto;
    object-fit: contain;
  }
  .about_culture_center .textbx {
    width: 100%;
  }
}
@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 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
