@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: 100rem;
  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: 1px;
  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;
  margin-top: 6.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_textbx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_banner_textbx h1 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.common_banner_textbx p {
  font-size: 1rem;
  color: #fff;
  opacity: 0.3;
}
.common_crumb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}
.common_crumb_content .leftbx {
  display: flex;
  align-items: center;
}
.common_crumb_content .leftbx i {
  font-size: 1.125rem;
  color: #2d7ee3;
  margin-right: 0.75rem;
}
.common_crumb_content .leftbx p span,
.common_crumb_content .leftbx p a {
  font-size: 0.875rem;
  color: #000;
  line-height: 2.5rem;
}
.common_crumb_content .leftbx p a:not(:last-child) {
  margin-right: 1rem;
}
.common_crumb_content .leftbx p a:hover {
  color: #2d7ee3;
}
.common_crumb_content .searchbx form {
  display: flex;
}
.common_crumb_content .searchbx form input {
  display: block;
  width: 11.25rem;
  height: 1.875rem;
  padding: 0 0.625rem;
  background: #efefef;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
.common_crumb_content .searchbx form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #fff;
  background-color: #2d7ee3;
  border: 0;
  outline: none;
}
.common_crumb_inner .common_crumb_content .leftbx p a {
  margin-right: 0;
}
.common_navbox {
  margin-bottom: 2.5rem;
}
.common_navbox ul {
  display: flex;
  justify-content: center;
}
.common_navbox ul li:not(:last-child) {
  margin-right: 2%;
}
.common_navbox ul li.active a,
.common_navbox ul li:hover a {
  background-color: #2d7ee3;
  color: #fff;
}
.common_navbox ul li a {
  display: inline-block;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 1px solid #2d7ee3;
  border-radius: 1.25rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  color: #2d7ee3;
  box-sizing: border-box;
  transition: all 0.3s;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.375rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #2d7ee3;
  border-color: #2d7ee3;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #2d7ee3;
  border-color: #2d7ee3;
}
.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: 1.875rem;
  height: 1.875rem;
}
.common_pagination li:first-child > a {
  transform: rotate(180deg);
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 80%;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #2d7ee3;
}
.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.showvideo .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 70vh;
  display: flex;
  justify-content: space-between;
  padding: 0 3.75rem;
}
.showvideo .center .closebtn {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 89;
}
.showvideo .center .closebtn:hover {
  cursor: pointer;
  background-color: #2d7ee3;
}
.showvideo .center .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showvideo_content {
  width: 100%;
  height: 100%;
}
.showvideo_content iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.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: #2d7ee3;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
  z-index: 9999;
  transition: all 0.4s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_navbox {
  width: 100%;
  height: 6.25rem;
}
.index_header_navbox .logobox {
  display: flex;
  align-items: center;
}
.index_header_navbox .logobox_M {
  display: none;
}
.index_header_navbox .logobox .logoimg {
  display: flex;
}
.index_header_navbox .logobox .logoimg img {
  display: block;
  width: auto;
  height: 2.8125rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
.index_header_navbox .logobox .logoimg .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_header_navbox .logobox .logoimg .title h1 {
  font-size: 1.5rem;
  color: #1358ae;
  letter-spacing: 0.125rem;
}
.index_header_navbox .logobox .logoimg .title p {
  font-size: 0.75rem;
  color: #2d7ee3;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
.index_header_nav {
  display: flex;
  height: 100%;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6.25rem;
  font-size: 1rem;
  color: #111;
  padding: 0 1.25rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 9rem;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  z-index: 499;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.index_header_nav_item .dropdown_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index_header_nav_item .dropdown_list li {
  position: relative;
  width: 100%;
}
.index_header_nav_item .dropdown_list li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #333;
  line-height: 2.5rem;
  padding: 0 0.875rem;
  box-sizing: border-box;
}
.index_header_nav_item .dropdown_list li a:hover {
  background-color: #2d7ee3;
  color: #fff;
}
.index_header_nav_item .dropdown_list li .dropdown2 {
  position: absolute;
  top: 0;
  left: 9rem;
  width: 15rem;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  z-index: 499;
}
.index_header_nav_item .dropdown_list li:hover .dropdown2 {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header_nav_item.active > a {
  color: #fff;
  background: #2d7ee3;
}
.index_header_nav_item:hover > a {
  color: #fff;
  background: #2d7ee3;
}
.index_header_nav_item:hover .dropdown {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header .searchbx_M {
  display: none;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: auto;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner_swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.index_banner_swiper .swiper-slide .text .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index_banner_swiper .swiper-slide .text_center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.index_banner_swiper .swiper-slide .text_center h2 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.index_banner_swiper .swiper-slide .text_center em {
  display: block;
  width: 2.75rem;
  height: 0.375rem;
  margin: 1.375rem 0;
  background-color: #75cb1e;
}
.index_banner_swiper .swiper-slide .text_center p {
  font-size: 1.125rem;
  color: #fff;
}
.index_banner_swiper .swiper-slide .text_center p:last-child {
  letter-spacing: 0.125rem;
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 5%;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  opacity: 1;
  margin: 0 0.375rem;
  background: transparent;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  color: #2d7ee3;
  border-color: #2d7ee3;
}
.index_banner .searchmd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.index_banner .searchmd .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_banner .searchmd_title {
  position: relative;
  margin-right: 2.5rem;
  margin-left: 1.25rem;
}
.index_banner .searchmd_title h3 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 400;
}
.index_banner .searchmd_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
  opacity: 0.1;
}
.index_banner .searchmd_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index_banner .searchmd_content form {
  display: flex;
  margin-bottom: 1.125rem;
}
.index_banner .searchmd_content form input {
  display: block;
  width: 70%;
  height: 3.75rem;
  padding-left: 3rem;
  font-size: 1rem;
  color: #333;
  outline: none;
  border: 0;
}
.index_banner .searchmd_content form input::-webkit-input-placeholder,
.index_banner .searchmd_content form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input:-moz-placeholder,
.index_banner .searchmd_content form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input::-moz-placeholder,
.index_banner .searchmd_content form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input:-ms-input-placeholder,
.index_banner .searchmd_content form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form button {
  display: block;
  width: 6.25rem;
  height: 3.75rem;
  background-color: #2d7ee3;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  outline: none;
  border: 0;
}
.index_banner .searchmd_content .searchlist p {
  display: flex;
  font-size: 1rem;
  color: #fff;
}
.index_banner .searchmd_content .searchlist p a {
  color: #fff;
}
.index_banner .searchmd_content .searchlist p a:hover {
  color: #2d7ee3;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color: #111;
  margin-bottom: 0.75rem;
}
.index_common_title h3 span {
  color: #0000f9;
}
.index_common_title p {
  font-size: 0.875rem;
  color: #111;
  text-align: center;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.index_common_title em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #0000f9;
  opacity: 0.2;
  margin: 0 auto;
}
.index_promd {
  padding: 4.375rem 0;
}
.index_promd_content {
  display: flex;
  justify-content: space-between;
}
.index_promd_content .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16.67%;
}
.index_promd_content .leftbx .navbox_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 1.75rem;
  background: url("/template/default/images/indexpromdbg.jpg") no-repeat center center;
  background-size: cover;
}
.index_promd_content .leftbx .navbox_title span {
  font-size: 4.125rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.125rem;
}
.index_promd_content .leftbx .navbox_title .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_promd_content .leftbx .navbox_title .text h3 {
  font-size: 1.875rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.index_promd_content .leftbx .navbox_title .text p {
  font-size: 1rem;
  color: #fff;
}
.index_promd_content .leftbx .navbox_list ul {
  width: 100%;
}
.index_promd_content .leftbx .navbox_list ul li {
  width: 100%;
  height: 2.8125rem;
}
.index_promd_content .leftbx .navbox_list ul li:not(:last-child) {
  margin-bottom: 1px;
}
.index_promd_content .leftbx .navbox_list ul li.active a,
.index_promd_content .leftbx .navbox_list ul li:hover a {
  color: #fff;
  background: #2d7ee3;
}
.index_promd_content .leftbx .navbox_list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  padding: 0 1.75rem;
  font-size: 1rem;
  color: #111;
  line-height: 2.8125rem;
  box-sizing: border-box;
}
.index_promd_content .rightbx {
  width: 80%;
}
.index_promd_content .rightbx_center {
  margin-bottom: -2.75rem;
  overflow: hidden;
}
.index_promd_content .rightbx_center .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.875rem;
}
.index_promd_content .rightbx_center .title_l {
  display: flex;
  align-items: flex-end;
}
.index_promd_content .rightbx_center .title_l h3 {
  font-size: 1.875rem;
  color: #111;
  margin-right: 0.5rem;
}
.index_promd_content .rightbx_center .title_l h3 span {
  color: #2d7ee3;
  font-weight: 700;
}
.index_promd_content .rightbx_center .title_l p {
  font-size: 1.125rem;
  color: #999;
}
.index_promd_content .rightbx_center .title_r a {
  display: block;
  width: 6.25rem;
  height: 1.875rem;
  background-color: #1358ae;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
}
.index_promd_content .rightbx_center .list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_promd_content .rightbx_center .list.active {
  display: flex;
}
.index_promd_content .rightbx_center .list > i {
  display: block;
  width: 31.25%;
  height: 0;
}
.index_promd_content .rightbx_center .list .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 1.5rem;
}
.index_promd_content .rightbx_center .list .item:hover .item_img img {
  transform: scale(1.05);
}
.index_promd_content .rightbx_center .list .item:hover .item_text h4 {
  color: #2d7ee3;
}
.index_promd_content .rightbx_center .list .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.75rem;
  background-color: #e7effe;
  overflow: hidden;
}
.index_promd_content .rightbx_center .list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_promd_content .rightbx_center .list .item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  transition: all 0.3s;
}
.index_promd_content .rightbx_center .list .item_text h4 {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  transition: all 0.3s;
}
.index_promd_content .rightbx_center .list .item_text span {
  font-size: 0.875rem;
  color: #666;
}
.index_about {
  background-color: #1358ae;
}
.index_about_content {
  display: flex;
  justify-content: space-between;
}
.index_about_content .textbx {
  width: 48%;
}
.index_about_content .textbx_title h4 {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.index_about_content .textbx_title h1 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.index_about_content .textbx_title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background: #2d7ee3;
}
.index_about_content .textbx_intro {
  margin: 4% 0 6%;
}
.index_about_content .textbx_intro p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2em;
}
.index_about_content .textbx_numbox ul {
  display: flex;
  justify-content: space-between;
}
.index_about_content .textbx_numbox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_about_content .textbx_numbox ul li .num {
  margin-bottom: 0.625rem;
}
.index_about_content .textbx_numbox ul li .num p {
  font-size: 0.875rem;
  color: #fff;
}
.index_about_content .textbx_numbox ul li .num p span {
  font-size: 2.5rem;
  font-weight: 700;
}
.index_about_content .textbx_numbox ul li > p {
  font-size: 0.875rem;
  color: #fff;
}
.index_about_content .aboutvideo {
  width: 44%;
  height: 35rem;
}
.index_about_content .aboutvideo video,
.index_about_content .aboutvideo iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_new {
  padding: 2.75rem 0 5rem;
  background-color: #efefef;
}
.index_new_content {
  display: flex;
  justify-content: space-between;
  margin-top: 2.25rem;
}
.index_new_content .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.3%;
}
.index_new_content .leftbx_nav {
  border-bottom: 1px solid #0000da;
}
.index_new_content .leftbx_nav ul {
  display: flex;
  justify-content: flex-start;
}
.index_new_content .leftbx_nav ul li.active a,
.index_new_content .leftbx_nav ul li:hover a {
  color: #fff;
  background-color: #0000da;
}
.index_new_content .leftbx_nav ul li a {
  display: block;
  font-size: 1rem;
  color: #0000da;
  padding: 0 1.5rem;
  line-height: 2.5rem;
  background-color: #dbdbdb;
}
.index_new_content .leftbx_content .list {
  display: none;
}
.index_new_content .leftbx_content .list.cur {
  display: block;
}
.index_new_content .leftbx_content .list .item {
  position: relative;
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  box-sizing: border-box;
}
.index_new_content .leftbx_content .list .item:hover h4 {
  color: #2d7ee3;
  font-weight: 700;
}
.index_new_content .leftbx_content .list .item h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.index_new_content .leftbx_content .list .item span {
  font-size: 0.875rem;
  color: rgba(153, 153, 153, 0.5);
  margin-bottom: 0.875rem;
}
.index_new_content .leftbx_content .list .item .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_new_content .rightbx {
  width: 46.43%;
}
.index_new_content .rightbx .item {
  position: relative;
  overflow: hidden;
  display: none;
}
.index_new_content .rightbx .item.cur {
  display: block;
}
.index_new_content .rightbx .item:hover img {
  transform: scale(1.07);
}
.index_new_content .rightbx .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.index_new_content .rightbx .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.875rem 0.875rem 0.75rem;
  background-color: rgba(15, 15, 15, 0.5);
}
.index_new_content .rightbx .item .text_hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.625rem;
}
.index_new_content .rightbx .item .text_hd h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  max-width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_new_content .rightbx .item .text_hd span {
  font-size: 0.875rem;
  color: rgba(153, 153, 153, 0.5);
}
.index_new_content .rightbx .item .text .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_about_content {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
}
.index_about_content .leftbx {
  position: relative;
  width: 47.86%;
  height: auto;
}
.index_about_content .leftbx::before {
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
  content: "";
  display: block;
  width: 16.25rem;
  height: 11.875rem;
  background-color: #0000cd;
  z-index: 0;
}
.index_about_content .leftbx::after {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  content: "";
  display: block;
  width: 16.25rem;
  height: 11.875rem;
  background-color: #0000cd;
  opacity: 0.1;
  z-index: 0;
}
.index_about_content .leftbx img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.index_about_content .rightbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44.3%;
}
.index_about_content .rightbx .text_hd {
  margin-bottom: 2.5rem;
}
.index_about_content .rightbx .text_hd .title {
  display: flex;
  margin-bottom: 0.75rem;
}
.index_about_content .rightbx .text_hd .title span {
  font-size: 5rem;
  color: #0000cd;
  font-weight: 700;
  margin-right: 0.25rem;
}
.index_about_content .rightbx .text_hd .title_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_about_content .rightbx .text_hd .title_r h3 {
  font-size: 1.875rem;
  color: #0000cd;
  margin-bottom: 0.25rem;
}
.index_about_content .rightbx .text_hd .title_r p {
  font-size: 1.625rem;
  color: #111;
  font-weight: 700;
}
.index_about_content .rightbx .text_hd p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
}
.index_about_content .rightbx .text_bd p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2em;
}
.index_about_content .rightbx .imglist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 8.75rem;
}
.index_about_content .rightbx .imglist img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_honor {
  padding: 3.125rem 0;
}
.index_honor_swiper .swiper-slide-img {
  width: 100%;
}
.index_honor_swiper .swiper-slide-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_case {
  position: relative;
  width: 100%;
}
.index_case .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.index_case .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_case_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
  z-index: 1;
}
.index_case_content .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26.25%;
  padding: 3.5% 0;
}
.index_case_content .leftbx_text .title {
  margin-bottom: 5rem;
}
.index_case_content .leftbx_text .title h4 {
  font-size: 1.875rem;
  color: #2d7ee3;
  font-weight: 400;
  margin-bottom: 1rem;
}
.index_case_content .leftbx_text .title h3 {
  font-size: 2.25rem;
  color: #333;
}
.index_case_content .leftbx_text .intro p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.75em;
}
.index_case_content .leftbx .morebtn {
  width: 8.5rem;
  height: 2.5rem;
}
.index_case_content .leftbx .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #2d7ee3;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.5rem;
  text-align: center;
  transition: all 0.3s;
}
.index_case_content .leftbx .morebtn a:hover {
  background-color: #2d7ee3;
  color: #fff;
}
.index_case_content .rightbx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3.75rem;
  grid-row-gap: 2.5rem;
  width: 54.125%;
}
.index_case_content .rightbx .item {
  position: relative;
  height: 18.75rem;
}
.index_case_content .rightbx .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news {
  padding: 5rem 0 2.5rem;
}
.index_news_hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index_news_hd .title h4 {
  font-size: 1.25rem;
  color: #2d7ee3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.index_news_hd .title h3 {
  font-size: 1.875rem;
  color: #333;
}
.index_news_hd .navbox ul {
  display: flex;
  justify-content: flex-end;
}
.index_news_hd .navbox ul li a {
  font-size: 1rem;
  color: #333;
}
.index_news_hd .navbox ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.index_news_hd .navbox ul li.active a,
.index_news_hd .navbox ul li:hover a {
  color: #2d7ee3;
}
.index_news_content {
  width: 100%;
}
.index_news_content .list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.index_news_content .list.cur {
  display: flex;
}
.index_news_content .list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 47.75%;
  padding: 2.5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.index_news_content .list .item:last-child,
.index_news_content .list .item:nth-child(5) {
  border-bottom: 0;
}
.index_news_content .list .item:hover .item_img img {
  transform: scale(1.05);
}
.index_news_content .list .item:hover .item_text .hd h4 {
  color: #2d7ee3;
}
.index_news_content .list .item:hover .item_text .hd h4::before {
  background-color: #2d7ee3;
}
.index_news_content .list .item_img {
  width: 18.3%;
  height: 6.875rem;
  overflow: hidden;
}
.index_news_content .list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_news_content .list .item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 78%;
}
.index_news_content .list .item_text .hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
}
.index_news_content .list .item_text .hd h4 {
  flex: 1;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3;
}
.index_news_content .list .item_text .hd h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #333;
  transition: all 0.3;
}
.index_news_content .list .item_text .hd span {
  font-size: 0.875rem;
  color: #999;
  margin-left: 1rem;
}
.index_news_content .list .item_text .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_footer {
  background: #1358ae;
}
.index_footer_content {
  padding: 2.25rem 0;
}
.index_footer_content .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_footer_content .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1% 0;
}
.index_footer_content .leftbx .links ul {
  display: flex;
  align-items: center;
}
.index_footer_content .leftbx .links ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_footer_content .leftbx .links ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_content .leftbx .links ul li a {
  font-size: 1rem;
  color: #fff;
}
.index_footer_content .leftbx .links ul li em {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
}
.index_footer_content .leftbx .contactinfo {
  padding: 4% 0 2%;
}
.index_footer_content .leftbx .contactinfo ul {
  display: flex;
  flex-wrap: wrap;
}
.index_footer_content .leftbx .contactinfo ul li {
  margin-bottom: 1%;
}
.index_footer_content .leftbx .contactinfo ul li p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.75em;
  opacity: 0.3;
}
.index_footer_content .leftbx .contactinfo ul li.tel {
  margin-right: 2rem;
}
.index_footer_content .leftbx .contactinfo ul li.place {
  width: 100%;
}
.index_footer_content .leftbx .copyright {
  display: flex;
}
.index_footer_content .leftbx .copyright p,
.index_footer_content .leftbx .copyright a {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.3);
}
.index_footer_content .leftbx .copyright a {
  margin-left: 0.5rem;
}
.index_footer_content .leftbx .copyright a:hover {
  color: #fff;
}
.index_footer_content .leftbx .copyright p:last-child {
  margin-left: 1rem;
}
.index_footer_content .rightbx {
  display: flex;
  align-items: center;
  max-width: 45%;
}
.index_footer_content .rightbx .infobx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 2.25rem;
}
.index_footer_content .rightbx .infobx .text h4 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .infobx .text p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .infobx .media ul {
  display: flex;
  justify-content: flex-end;
}
.index_footer_content .rightbx .infobx .media ul li:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_content .rightbx .infobx .media ul li a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}
.index_footer_content .rightbx .erweima {
  display: flex;
  justify-content: flex-end;
}
.index_footer_content .rightbx .erweima_md {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_footer_content .rightbx .erweima_md:not(:last-child) {
  margin-right: 1.5rem;
}
.index_footer_content .rightbx .erweima_md .imgbx {
  width: 7.375rem;
  height: 7.375rem;
}
.index_footer_content .rightbx .erweima_md .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content .rightbx .erweima_md h4 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2em;
}
.index_footer_content .copyright_M {
  display: none;
}
.index_sidebar {
  position: fixed;
  right: 0.625rem;
  bottom: 30%;
  z-index: 23;
  opacity: 1;
  transition: all 0.3s;
}
.index_sidebar ul li {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
}
.index_sidebar ul li:hover {
  cursor: pointer;
}
.index_sidebar ul li:hover .item {
  background-color: #283593;
}
.index_sidebar ul li:hover .item i {
  color: #fff;
}
.index_sidebar ul li:hover .text {
  display: block;
}
.index_sidebar ul li:hover .erweima {
  display: block;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 0.0625rem;
}
.index_sidebar ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  transition: all 0.4s;
}
.index_sidebar ul li .item_icon i {
  font-size: 1.75rem;
  color: #0000da;
}
.index_sidebar ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-104%);
  display: none;
  width: 9rem;
  height: 100%;
  background-color: #283593;
  box-sizing: border-box;
}
.index_sidebar ul li .text p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
}
.index_sidebar ul li .erweima {
  position: absolute;
  top: 0;
  right: 3.25rem;
  display: none;
  width: 6.125rem;
  height: 6.125rem;
  background-color: #fff;
  box-sizing: 0 0 0.5rem 0px rgba(0, 0, 0, 0.1);
}
.index_sidebar ul li .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile_about {
  padding: 4.5rem 0;
}
.profile_about_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_about_content .textbx {
  width: 45%;
}
.profile_about_content .textbx_title {
  margin-bottom: 2rem;
}
.profile_about_content .textbx_title h3 {
  font-size: 1.625rem;
  color: #1358ae;
}
.profile_about_content .textbx_title h3 span {
  color: #2d7ee3;
}
.profile_about_content .textbx_bd p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2em;
}
.profile_about_content .imgbx {
  width: 50%;
  height: auto;
}
.profile_about_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product_content_bd {
  padding: 2.5rem 0 5rem;
}
.product_content_bd .leftbx {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 17%;
}
.product_content_bd .leftbx_M {
  display: none;
}
.product_content_bd .leftbx .navbox_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 1.25rem;
  background: url("/template/default/images/indexpromdbg.jpg") no-repeat center center;
  background-size: cover;
}
.product_content_bd .leftbx .navbox_title span {
  font-size: 4.125rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.125rem;
}
.product_content_bd .leftbx .navbox_title .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_content_bd .leftbx .navbox_title .text h3 {
  font-size: 1.875rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.product_content_bd .leftbx .navbox_title .text p {
  font-size: 1rem;
  color: #fff;
}
.product_content_bd .leftbx .navbox_list ul {
  width: 100%;
}
.product_content_bd .leftbx .navbox_list ul li {
  position: relative;
  width: 100%;
}
.product_content_bd .leftbx .navbox_list ul li .level1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.875rem;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.product_content_bd .leftbx .navbox_list ul li .level1:not(:last-child) {
  margin-bottom: 1px;
}
.product_content_bd .leftbx .navbox_list ul li .level1.active a,
.product_content_bd .leftbx .navbox_list ul li .level1:hover a {
  color: #2d7ee3;
}
.product_content_bd .leftbx .navbox_list ul li .level1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #111;
  line-height: 2.8125rem;
  box-sizing: border-box;
  z-index: 1;
}
.product_content_bd .leftbx .navbox_list ul li .level1 .iconbx {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  z-index: 2;
}
.product_content_bd .leftbx .navbox_list ul li .level1 .iconbx:hover {
  cursor: pointer;
}
.product_content_bd .leftbx .navbox_list ul li .level1 .iconbx.show em {
  background-color: #2d7ee3;
}
.product_content_bd .leftbx .navbox_list ul li .level1 .iconbx.show em:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.product_content_bd .leftbx .navbox_list ul li .level1 .iconbx em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #ccc;
  transition: all 0.3s;
}
.product_content_bd .leftbx .navbox_list ul li .level1 .iconbx em:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.product_content_bd .leftbx .navbox_list ul li .dropdown {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown.show {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown ul {
  background: #f0f0f0;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown ul li {
  height: 2.75rem;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown ul li:hover a {
  color: #2d7ee3;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown ul li:hover a::before {
  background-color: #2d7ee3;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem 0 2rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #111;
  line-height: 2.875rem;
}
.product_content_bd .leftbx .navbox_list ul li .dropdown ul li a::before {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.325rem;
  height: 0.125rem;
  background-color: #111;
}
.product_content_bd .leftbxM {
  display: none;
}
.product_content_bd .rightbx {
  float: right;
  width: 80%;
}
.product_content_bd .rightbx .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product_content_bd .rightbx .listbx > i {
  display: block;
  width: 23%;
  height: 0;
}
.product_content_bd .rightbx .item {
  position: relative;
  width: 23%;
  margin-bottom: 2.5rem;
}
.product_content_bd .rightbx .item:hover .item_img img {
  transform: scale(1.05);
}
.product_content_bd .rightbx .item:hover .item_text {
  background-color: #2d7ee3;
}
.product_content_bd .rightbx .item:hover .item_text h4 {
  color: #fff;
}
.product_content_bd .rightbx .item:hover .item_text span {
  color: #fff;
}
.product_content_bd .rightbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.375rem;
  background-color: #fff;
  overflow: hidden;
}
.product_content_bd .rightbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.3s;
}
.product_content_bd .rightbx .item_text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  background: #eeeeee;
  box-sizing: border-box;
  transition: all 0.3s;
}
.product_content_bd .rightbx .item_text h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.product_content_bd .rightbx .item_text span {
  font-size: 0.875rem;
  color: #999;
  line-height: 2.5rem;
}
.productdetail_content .rightbx_bd {
  background-color: #fff;
}
.productdetail_content .rightbx_bd .topbx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.productdetail_content .rightbx_bd .topbx .imgbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 25rem;
}
.productdetail_content .rightbx_bd .topbx .imgbx img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.productdetail_content .rightbx_bd .topbx .swiperbox {
  position: relative;
  width: 48%;
  height: 25rem;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .productdetail_swiper {
  width: 100%;
  height: 100%;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .productdetail_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .productdetail_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .swiper-btn {
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .swiper-btn span {
  font-size: 1.5rem;
  color: #2b2b2b;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .swiper-btn:hover span {
  color: #fff;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .swiper-btn-prev {
  left: 0;
}
.productdetail_content .rightbx_bd .topbx .swiperbox .swiper-btn-prev span {
  transform: rotate(180deg);
}
.productdetail_content .rightbx_bd .topbx .swiperbox .swiper-btn-next {
  right: 0;
}
.productdetail_content .rightbx_bd .topbx .infobx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  padding: 2.5rem 0;
}
.productdetail_content .rightbx_bd .topbx .infobx_title {
  margin-bottom: 1.5rem;
}
.productdetail_content .rightbx_bd .topbx .infobx_title h3 {
  font-size: 1.875rem;
  color: #111;
  margin-bottom: 1.5rem;
}
.productdetail_content .rightbx_bd .topbx .infobx_title em {
  display: block;
  width: 3.125rem;
  height: 0.1875rem;
  background-color: #1e4aeb;
}
.productdetail_content .rightbx_bd .topbx .infobx_intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75em;
}
.productdetail_content .rightbx_bd .topbx .infobx_contactbtn {
  width: 7.5rem;
  height: 2.5rem;
}
.productdetail_content .rightbx_bd .topbx .infobx_contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2d7ee3;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
}
.productdetail_content .rightbx_bd .descbx {
  width: 100%;
}
.productdetail_content .rightbx_bd .descbx_title {
  width: 100%;
  border-bottom: 1px solid #2d7ee3;
}
.productdetail_content .rightbx_bd .descbx_title h4 {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5rem;
  padding: 0 1rem;
  background-color: #2d7ee3;
}
.productdetail_content .rightbx_bd .descbx_center {
  padding: 1rem 0 3rem;
  min-height: 20rem;
}
.productdetail_content .rightbx_bd .descbx_center p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75em;
}
.productdetail_content .rightbx_bd .descbx_center p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.productdetail_content .rightbx_bd .descbx_center table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fbfbfb;
  border: 1px solid #ddd !important;
}
.productdetail_content .rightbx_bd .descbx_center table thead {
  background-color: #ff6600;
}
.productdetail_content .rightbx_bd .descbx_center table thead tr th,
.productdetail_content .rightbx_bd .descbx_center table tbody tr td {
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.productdetail_content .rightbx_bd .descbx_center table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
}
.productdetail_content .rightbx_bd .descbx_center table tbody tr td p {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
}
.productdetail_content .rightbx_bd .descbx_center table tbody tr td .txt {
  margin: 0 auto;
}
.productdetail_content .rightbx_bd .descbx_center table tbody tr td .txt p {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
}
.video_content {
  padding: 4rem 0;
}
.video_content .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.video_content .lists > i {
  display: block;
  width: 22.22%;
  height: 0;
}
.video_content .lists_item {
  width: 22.22%;
  margin-bottom: 1rem;
}
.video_content .lists_item .imgbx {
  position: relative;
  width: 100%;
  height: 16rem;
}
.video_content .lists_item .imgbx:hover {
  cursor: pointer;
}
.video_content .lists_item .imgbx:hover .playbtn i {
  color: #2d7ee3;
}
.video_content .lists_item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_content .lists_item .imgbx::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.video_content .lists_item .imgbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video_content .lists_item .imgbx .playbtn i {
  font-size: 3rem;
  color: #fff;
}
.video_content .lists_item .text {
  width: 100%;
}
.video_content .lists_item .text h4 {
  font-size: 0.875rem;
  color: #666;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}
.news_content_bd {
  padding: 2.5rem 0;
}
.news_content_bd .leftbx {
  width: 15.625%;
}
.news_content_bd .leftbx .navbox_list ul li .level1 {
  border-color: #fff;
}
.news_content_bd .leftbx .navbox_list ul li .level1 a {
  background-color: #f0f0f0;
}
.news_content_bd .leftbx .navbox_list ul li.active .level1 a {
  color: #2d7ee3;
}
.news_content_bd .rightbx {
  float: right;
  width: 80%;
}
.news_content_bd .rightbx .newlist {
  margin-bottom: 1.5rem;
}
.news_content_bd .rightbx .newlist_firstbx {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 2.5rem;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_img {
  width: 31%;
  height: 21.25rem;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 69%;
  padding: 1rem 0 2.5rem 2.875rem;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .time p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #111;
  margin-bottom: 0.25rem;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .time span {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #111;
  margin-left: 1px;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .center > h4 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 1.75rem;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .center > p {
  font-size: 0.875rem;
  line-height: 1.75em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .detailbtn {
  width: 8.125rem;
  height: 3.125rem;
  border: 1px solid #2d7ee3;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .detailbtn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2d7ee3;
  line-height: 3.125rem;
  text-align: center;
}
.news_content_bd .rightbx .newlist_firstbx .firstbx_text .detailbtn:hover > a {
  color: #fff;
}
.news_content_bd .rightbx .newlist_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
  border-top: 1px solid #e2e2e2;
}
.news_content_bd .rightbx .newlist_item_img {
  width: 15%;
  height: 10.625rem;
}
.news_content_bd .rightbx .newlist_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content_bd .rightbx .newlist_item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85.8%;
  padding-left: 1.625rem;
}
.news_content_bd .rightbx .newlist_item_text_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  padding: 0.625rem 0;
}
.news_content_bd .rightbx .newlist_item_text_desc > h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_content_bd .rightbx .newlist_item_text_desc > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content_bd .rightbx .newlist_item_text_desc > p.timebx {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #c6c6c6;
}
.news_content_bd .rightbx .newlist_item_text .detailbtn {
  width: 8.125rem;
  height: 3.125rem;
  border: 1px solid #2d7ee3;
  margin-left: 6.25rem;
}
.news_content_bd .rightbx .newlist_item_text .detailbtn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2d7ee3;
  line-height: 3.125rem;
  text-align: center;
}
.news_content_bd .rightbx .newlist_item_text .detailbtn:hover > a {
  color: #fff;
}
.newdetail_content_bd .rightbx .title {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newdetail_content_bd .rightbx .title h3 {
  font-size: 1.25rem;
  color: #111;
  text-align: center;
  margin-bottom: 0.75rem;
}
.newdetail_content_bd .rightbx .title .subtitle {
  display: flex;
  justify-content: center;
}
.newdetail_content_bd .rightbx .title .subtitle p {
  font-size: 0.875rem;
  color: #999;
}
.newdetail_content_bd .rightbx .title .subtitle p:not(:last-child) {
  margin-right: 2.5rem;
}
.newdetail_content_bd .rightbx .center {
  width: 100%;
  min-height: 20rem;
  padding: 1.25rem 0 2rem;
}
.newdetail_content_bd .rightbx .center p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2em;
}
.newdetail_content_bd .rightbx .center p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.newdetail_content_bd .rightbx .center table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fbfbfb;
  border: 1px solid #ddd !important;
}
.newdetail_content_bd .rightbx .center table thead {
  background-color: #ff6600;
}
.newdetail_content_bd .rightbx .center table thead tr th,
.newdetail_content_bd .rightbx .center table tbody tr td {
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.newdetail_content_bd .rightbx .center table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
}
.newdetail_content_bd .rightbx .center table tbody tr td p {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
}
.newdetail_content_bd .rightbx .center table tbody tr td .txt {
  margin: 0 auto;
}
.newdetail_content_bd .rightbx .center table tbody tr td .txt p {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
}
.service_md {
  padding: 2.5rem 0;
}
.service_md .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875rem;
}
.service_md .title h3 {
  font-size: 1.875rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.service_md .title h4 {
  font-size: 0.875rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.875rem;
  opacity: 0.5;
}
.service_md .title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #2d7ee3;
}
.service_md_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_md_content .textbx {
  width: 47%;
}
.service_md_content .textbx p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2rem;
}
.service_md_content .textbx .txt {
  display: flex;
}
.service_md_content .textbx .txt i {
  font-size: 1rem;
  color: #2d7ee3;
  line-height: 2rem;
  margin-right: 0.5rem;
}
.service_md_content .textbx .txt .txt_p {
  flex: 1;
}
.service_md_content .textbx .txt p {
  flex: 1;
  font-size: 0.875rem;
  color: #111;
  line-height: 2rem;
}
.service_md_content .imgbx {
  width: 50%;
  height: auto;
}
.service_md_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.service_md2 {
  background-color: #f4f4f4;
}
.aftersale_md_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cases_content {
  padding: 2.5rem 0;
}
.cases_content_list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
}
.cases_content_list .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.cases_content_list .item_img {
  width: 14.375%;
  height: 12.5rem;
  overflow: hidden;
}
.cases_content_list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases_content_list .item_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 83.75%;
}
.cases_content_list .item_right_text {
  margin-bottom: 3.5%;
}
.cases_content_list .item_right_text h4 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cases_content_list .item_right_text .intro p {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
.cases_content_list .item_right_btn a {
  display: block;
  width: 5.625rem;
  height: 1.875rem;
  background-color: #2d7ee3;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
}
.casedetail_content {
  padding: 2.5rem 0;
}
.casedetail_content .title {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.casedetail_content .title h3 {
  font-size: 1.25rem;
  color: #111;
  text-align: center;
  margin-bottom: 0.75rem;
}
.casedetail_content .title .subtitle {
  display: flex;
  justify-content: center;
}
.casedetail_content .title .subtitle p {
  font-size: 0.875rem;
  color: #999;
}
.casedetail_content .title .subtitle p:not(:last-child) {
  margin-right: 2.5rem;
}
.casedetail_content .center {
  min-height: 30rem;
  padding: 2.5rem 0;
}
.casedetail_content .center p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.75em;
}
.casedetail_content .center p strong {
  font-weight: 700;
}
.casedetail_content .center p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.contact_content {
  padding: 2.5rem 0;
}
.contact_content_mapmd {
  display: flex;
  justify-content: space-between;
}
.contact_content_mapmd .infobx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  padding: 1rem 0 2.5rem;
}
.contact_content_mapmd .infobx_text .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}
.contact_content_mapmd .infobx_text .title h3 {
  font-size: 1.625rem;
  color: #111;
  margin-right: 0.5rem;
}
.contact_content_mapmd .infobx_text .title h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  opacity: 0.5;
}
.contact_content_mapmd .infobx_text .intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.75em;
  opacity: 0.5;
}
.contact_content_mapmd .infobx ul li {
  display: flex;
  box-sizing: border-box;
}
.contact_content_mapmd .infobx ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.contact_content_mapmd .infobx ul li i {
  font-size: 1.125rem;
  color: #111;
  line-height: 2rem;
  opacity: 0.5;
  margin-right: 0.625rem;
}
.contact_content_mapmd .infobx ul li p {
  font-size: 1.125rem;
  color: #111;
  line-height: 2em;
}
.contact_content_mapmd #map {
  display: block;
  width: 60%;
  height: 28.125rem;
  object-fit: contain;
}
.contact_content_formmd {
  padding: 3.75rem 0;
}
.contact_content_formmd .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875rem;
}
.contact_content_formmd .title h3 {
  font-size: 1.875rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.contact_content_formmd .title h4 {
  font-size: 0.875rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.875rem;
  opacity: 0.5;
}
.contact_content_formmd .title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #2d7ee3;
}
.contact_content_formmd_body {
  width: 100%;
}
.contact_content_formmd_body .formbx {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.contact_content_formmd_body .formbx_item {
  width: 28.6%;
  height: 3.75rem;
  margin-bottom: 2.5rem;
}
.contact_content_formmd_body .formbx_item:not(:nth-child(3n)) {
  margin-right: calc(14.2% / 2);
}
.contact_content_formmd_body .formbx_item input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
  padding: 0 1.25rem;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  box-sizing: border-box;
}
.contact_content_formmd_body .formbx_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  color: #666;
}
.contact_content_formmd_body .formbx_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
  color: #666;
}
.contact_content_formmd_body .formbx_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  color: #666;
}
.contact_content_formmd_body .formbx_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  color: #666;
}
.contact_content_formmd_body .formbx_text {
  width: 100%;
}
.contact_content_formmd_body .formbx_text textarea {
  width: 100%;
  height: 10rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.contact_content_formmd_body .formbx_btnbx {
  width: 100%;
}
.contact_content_formmd_body .formbx_btnbx button {
  display: block;
  width: 11.25rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  background: #2d7ee3;
  margin: 3.375rem auto 0;
  outline: none;
  border: 0;
}
.contact_content_formmd_body .formbx_btnbx button:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo .center {
    width: 100%;
    height: 40%;
    padding: 0 1rem;
  }
  .showvideo_content .videobx {
    position: relative;
    max-width: 94%;
    height: auto;
    border: 2px solid #fff;
  }
  .common_banner {
    width: 100%;
    height: 28vh;
    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: 2rem;
  }
  .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_crumb_content {
    justify-content: flex-end;
    height: 3rem;
  }
  .common_crumb_content .leftbx {
    width: 100%;
  }
  .common_crumb_content .leftbx p {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .common_crumb_content .searchbx {
    display: none;
  }
  .common_pagebtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 50%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    max-width: 60%;
  }
  .index_header_navbox .logobox .logoimg .title {
    display: none;
  }
  .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: #2d7ee3;
  }
  .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 .searchbx_M {
    display: block;
  }
  .index_header .searchbx_M form {
    display: flex;
  }
  .index_header .searchbx_M form input {
    display: block;
    width: 10rem;
    height: 1.875rem;
    padding: 0 0.625rem;
    background: #efefef;
    border: 0;
    outline: none;
    box-sizing: border-box;
  }
  .index_header .searchbx_M form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1rem;
    color: #fff;
    background-color: #2d7ee3;
    border: 0;
    outline: none;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 0.75rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: auto;
    margin-top: 6rem;
  }
  .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_promd {
    padding: 2.5rem 0;
  }
  .index_promd_content {
    flex-wrap: wrap;
  }
  .index_promd_content .leftbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_promd_content .leftbx .navbox_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .index_promd_content .leftbx .navbox_list ul li {
    width: 50%;
  }
  .index_promd_content .leftbx .navbox_list ul li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  .index_promd_content .rightbx {
    width: 100%;
  }
  .index_promd_content .rightbx_center .title_r {
    display: none;
  }
  .index_promd_content .rightbx_center .list .item {
    width: 49%;
  }
  .index_promd_content .rightbx_center .list .item_img {
    height: 11rem;
  }
  .index_about_content {
    flex-wrap: wrap;
  }
  .index_about_content .textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_about_content .textbx_numbox ul {
    flex-wrap: wrap;
  }
  .index_about_content .textbx_numbox ul li {
    width: 50%;
    margin-bottom: 1.25rem;
  }
  .index_about_content .aboutvideo {
    width: 100%;
    height: 18rem;
  }
  .index_case_content {
    flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_case_content .leftbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_case_content .leftbx_text {
    margin-bottom: 2.5rem;
  }
  .index_case_content .leftbx_text .title {
    margin-bottom: 2.5rem;
  }
  .index_case_content .rightbx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
    width: 100%;
  }
  .index_case_content .rightbx .item {
    width: 49%;
    height: 11rem;
    margin-bottom: 0.625rem;
  }
  .index_news_content .list .item {
    width: 100%;
  }
  .index_news_content .list .item_img {
    width: 35%;
  }
  .index_news_content .list .item_text {
    width: 62%;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .links ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .links ul li {
    margin-bottom: 0.75rem;
  }
  .index_footer_content .leftbx .links ul li:nth-child(2n) {
    display: none;
  }
  .index_footer_content .leftbx .contactinfo ul li {
    width: 100% !important;
  }
  .index_footer_content .leftbx .copyright {
    display: none;
  }
  .index_footer_content .rightbx {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .index_footer_content .rightbx .infobx {
    display: none;
    margin-right: 0;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .index_footer_content .rightbx .infobx .text h4 {
    text-align: left;
  }
  .index_footer_content .copyright_M {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25rem;
  }
  .index_footer_content .copyright_M p {
    text-align: center;
  }
  .index_footer_content .copyright_M p,
  .index_footer_content .copyright_M a {
    font-size: 0.875rem;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.3);
  }
  .index_footer_content .copyright_M a {
    margin-left: 0.5rem;
  }
  .index_footer_content .copyright_M a:hover {
    color: #fff;
  }
  .index_footer_content .copyright_M p:last-child {
    margin-left: 1rem;
  }
  .about_profile_content {
    flex-direction: column;
  }
  .about_profile_content .imgbx {
    width: 100%;
  }
  .about_profile_content .textbx {
    width: 100%;
    padding-left: 0;
  }
  .about_profile_content .imglist {
    margin-top: 2rem;
  }
  .about_profile_content .imglist .item {
    width: 49%;
    margin-bottom: 0.75rem;
  }
  .about_video {
    padding: 2.5rem 0;
  }
  .about_video_content {
    flex-wrap: wrap;
  }
  .about_video_content .item {
    width: 49%;
    margin-bottom: 0.625rem;
  }
  .product_content .leftbx {
    display: none;
  }
  .product_content .leftbx_M {
    position: fixed;
    top: 6.25rem;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 6.25rem);
    background-color: rgba(0, 0, 0, 0);
    z-index: 99;
    pointer-events: none;
    transition: all 0.3s;
  }
  .product_content .leftbx_M.show {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
  }
  .product_content .leftbx_M.show .content {
    transform: translateX(0);
  }
  .product_content .leftbx_M.show .guanbibtn {
    display: block;
  }
  .product_content .leftbx_M .guanbibtn {
    position: absolute;
    top: 1%;
    left: 58%;
    display: none;
  }
  .product_content .leftbx_M .guanbibtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_content .leftbx_M .guanbibtn a i {
    font-size: 1.75rem;
    color: #fff;
  }
  .product_content .leftbx_M .content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-105%);
    width: 55%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.4s;
  }
  .product_content .leftbx_M .content_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    padding: 0 1rem;
    background-color: #2d7ee3;
  }
  .product_content .leftbx_M .content_title em {
    width: 1rem;
    height: 0.25rem;
    margin-right: 0.625rem;
    background-color: #fff;
  }
  .product_content .leftbx_M .content_title h3 {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM {
    width: 100%;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM ul {
    /* by default hide all sub menus */
    display: none;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li {
    padding: 0 0 0 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li .level1 {
    display: flex;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li .level1 a {
    flex: 1;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > 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;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i {
    display: none;
    color: #666;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i.active {
    display: block;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM a {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #f0f1f2;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
  }
  .product_content .leftbx_M .content_content .has-children.active > .level1 > a {
    color: #2d7ee3;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM > li:last-of-type > a {
    box-shadow: none;
  }
  .product_content .leftbx_M .content_content .cd-accordion-menuM ul ul a {
    padding-left: 3rem;
  }
  .product_content .leftbx_M .content_content .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .product_content .leftbxM {
    display: block;
    margin-bottom: 1.25rem;
  }
  .product_content .leftbxM a {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .product_content .rightbx {
    width: 100%;
  }
  .product_content .rightbx .listbx {
    width: 100%;
  }
  .product_content .rightbx .listbx .item {
    width: 49%;
  }
  .productdetail_content_bd .rightbx_bd .topbx {
    flex-direction: column;
  }
  .productdetail_content_bd .rightbx_bd .topbx .imgbx {
    width: 100%;
    height: 18rem;
  }
  .productdetail_content_bd .rightbx_bd .topbx .infobx {
    width: 100%;
  }
  .productdetail_content_bd .rightbx_bd .topbx .infobx_text {
    margin-bottom: 2rem;
  }
  .productdetail_content_bd .rightbx_bd .descbx_center {
    padding: 2.5rem 1rem;
  }
  .productdetail_content_bd .rightbx_bd .descbx_downbtn {
    padding: 0 1rem 2rem;
  }
  .video_content {
    padding: 2.5rem 0;
  }
  .video_content .lists_item {
    width: 100%;
  }
  .video_content .lists_item .imgbx {
    height: 20rem;
  }
  .service_md_content {
    flex-wrap: wrap;
  }
  .service_md_content .textbx {
    width: 100%;
  }
  .service_md_content .imgbx {
    width: 100%;
  }
  .service_md1_content .textbx {
    margin-bottom: 1.25rem;
  }
  .service_md2_content .imgbx {
    margin-bottom: 1.25rem;
  }
  .aftersale_md_content {
    flex-wrap: wrap;
  }
  .aftersale_md_content .textbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .aftersale_md_content .imgbx {
    width: 100%;
  }
  .cases_content_list .item_img {
    width: 40%;
    height: 10rem;
  }
  .cases_content_list .item_right {
    width: 58%;
  }
  .casedetail_content .center p {
    flex-wrap: wrap;
  }
  .casedetail_content .center p img {
    width: 100% !important;
    margin: 0.625rem 0 !important;
  }
  .news_content_bd .leftbx {
    display: block;
    float: none;
    width: 100%;
  }
  .news_content_bd .leftbx .navbox_title {
    justify-content: center;
  }
  .news_content_bd .leftbx .navbox_title > span {
    display: none;
  }
  .news_content_bd .leftbx .navbox_title .text {
    align-items: center;
    width: 100%;
  }
  .news_content_bd .leftbx .navbox_list {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
  }
  .news_content_bd .leftbx .navbox_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news_content_bd .leftbx .navbox_list ul li {
    width: 49%;
  }
  .news_content_bd .leftbx .navbox_list ul li a::after {
    display: none;
  }
  .news_content_bd .leftbx .contactinfo {
    display: none;
  }
  .news_content_bd .rightbx {
    float: none;
    width: 100%;
  }
  .news_content_bd .rightbx .newlist_firstbx {
    flex-wrap: wrap;
    padding: 0;
  }
  .news_content_bd .rightbx .newlist_firstbx .firstbx_img {
    width: 100%;
  }
  .news_content_bd .rightbx .newlist_firstbx .firstbx_text {
    width: 100%;
    padding-left: 0;
  }
  .news_content_bd .rightbx .newlist_firstbx .firstbx_text .detailbtn {
    margin-top: 1.25rem;
  }
  .news_content_bd .rightbx .newlist_item {
    flex-wrap: wrap;
  }
  .news_content_bd .rightbx .newlist_item_img {
    width: 38%;
    height: 11rem;
  }
  .news_content_bd .rightbx .newlist_item_text {
    flex-wrap: wrap;
    width: 58%;
    padding-left: 0;
  }
  .news_content_bd .rightbx .newlist_item_text_desc {
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
  .news_content_bd .rightbx .newlist_item_text_desc h4 {
    margin-bottom: 0.25rem;
  }
  .news_content_bd .rightbx .newlist_item_text_desc .timebx {
    margin-bottom: 0.25rem;
  }
  .news_content_bd .rightbx .newlist_item_text .detailbtn {
    margin-left: 0;
  }
  .newdetail_content_bd .rightbx {
    padding: 2.5rem 0;
  }
  .newdetail_content_bd .rightbx .center {
    min-height: 34rem;
  }
  .profile_about_content {
    flex-wrap: wrap;
  }
  .profile_about_content .textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .profile_about_content .imgbx {
    width: 100%;
  }
  .contact_content_mapmd {
    flex-direction: column;
  }
  .contact_content_mapmd .infobx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact_content_mapmd .infobx h4 {
    text-align: center;
  }
  .contact_content_mapmd .infobx .intro {
    margin-bottom: 1.5rem;
  }
  .contact_content_mapmd #map {
    width: 100%;
  }
  .contact_content_formmd_body .formbx_item {
    width: 100%;
  }
  .contact_content_formmd_body .formbx_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@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;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .contactinfo ul li {
    width: 100% !important;
  }
  .index_footer_content .leftbx .copyright {
    flex-direction: column;
  }
  .index_footer_content .rightbx {
    max-width: 45%;
    flex-direction: column;
    align-items: flex-end;
  }
  .index_footer_content .rightbx .infobx {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .index_footer_content .rightbx .erweima_md:not(:last-child) {
    margin-right: 1rem;
  }
  .index_footer_content .rightbx .erweima_md .imgbx {
    width: 5.5rem;
    height: 5.5rem;
  }
  .index_footer_content .rightbx .erweima_md h4 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 4rem;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .contactinfo ul li {
    width: 100% !important;
  }
  .index_footer_content .leftbx .copyright {
    flex-direction: column;
  }
  .index_footer_content .rightbx {
    max-width: 45%;
    flex-direction: column;
    align-items: flex-end;
  }
  .index_footer_content .rightbx .infobx {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .index_footer_content .rightbx .erweima_md:not(:last-child) {
    margin-right: 1rem;
  }
  .index_footer_content .rightbx .erweima_md .imgbx {
    width: 5.5rem;
    height: 5.5rem;
  }
  .index_footer_content .rightbx .erweima_md h4 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .contactinfo ul li {
    width: 100% !important;
  }
  .index_footer_content .leftbx .copyright {
    flex-direction: column;
  }
  .index_footer_content .rightbx {
    max-width: 45%;
    flex-direction: column;
    align-items: flex-end;
  }
  .index_footer_content .rightbx .infobx {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .index_footer_content .rightbx .erweima_md:not(:last-child) {
    margin-right: 1rem;
  }
  .index_footer_content .rightbx .erweima_md .imgbx {
    width: 5.5rem;
    height: 5.5rem;
  }
  .index_footer_content .rightbx .erweima_md h4 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
<!--耗时1751463496.6393秒-->