html {
  position: relative;
  overflow-y: auto;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
  color: #138de8;
}
.swiper-btn span {
  font-size: 30px;
  color: #fff;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.space-list-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.space-p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.main {
  width: 75rem;
  margin: 0 auto;
}
.container {
  width: 75rem;
  margin: 0 auto;
}
.bigimg2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.bigimg2_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
}
.bigimg2_content i {
  position: absolute;
  top: 0;
  right: -3rem;
  color: #fff;
  font-size: 2.5rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.bigimg2_content i:hover {
  cursor: pointer;
}
.bigimg2_content img {
  position: relative;
  display: block;
  height: 100%;
  object-fit: contain;
}
.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: 9;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #138de8;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #011d49;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #333;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  height: 25rem;
  margin-top: 6.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  font-size: 1rem;
  color: #666;
  margin: 0 0.875rem;
  border-radius: 100%;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #2e60aa;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #2e60aa;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  width: 4rem;
  height: 2rem;
  border-radius: 0;
}
.common_pagebtn {
  display: flex;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 40%;
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #333;
  font-size: 0.75rem;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
}
.common_pagebtn a:hover {
  color: #2e60aa;
}
.common_pagebtn a:hover i {
  background-color: #2e60aa;
  color: #fff;
  border: 1px solid #2e60aa;
}
.common_pagebtn a:first-child i {
  transform: rotate(180deg);
  margin-right: 1.25rem;
}
.common_pagebtn a:last-child i {
  margin-left: 1.25rem;
}
.common_navbx {
  position: absolute;
  top: -2.625rem;
  width: 100%;
}
.common_navbx_list {
  width: 100%;
  height: 3.75rem;
  display: flex;
  background-color: #fff;
}
.common_navbx_list li {
  position: relative;
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.common_navbx_list li:first-child {
  z-index: 9;
}
.common_navbx_list li:nth-child(2) {
  z-index: 8;
}
.common_navbx_list li:nth-child(3) {
  z-index: 7;
}
.common_navbx_list li:nth-child(4) {
  z-index: 6;
}
.common_navbx_list li:nth-child(5) {
  z-index: 5;
}
.common_navbx_list li:nth-child(6) {
  z-index: 4;
}
.common_navbx_list li:nth-child(7) {
  z-index: 3;
}
.common_navbx_list li:hover a,
.common_navbx_list li.active a {
  background-color: #2e60aa;
}
.common_navbx_list li:hover a i img,
.common_navbx_list li.active a i img {
  transform: translateY(-50%);
}
.common_navbx_list li:hover a span,
.common_navbx_list li.active a span {
  color: #fff;
}
.common_navbx_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.common_navbx_list li a i {
  margin-right: 1.625rem;
}
.common_navbx_list li a i img {
  transition: all 0.4s;
}
.common_navbx_list li span {
  font-size: 1.125rem;
  color: #333;
  transition: all 0.4s;
}
.common_navbx_list li:first-child a i {
  position: relative;
  display: block;
  width: 2rem;
  height: 1.5rem;
  overflow: hidden;
}
.common_navbx_list li:first-child a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 3.125rem;
  object-fit: contain;
}
.common_navbx_list li:nth-child(2) a i {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}
.common_navbx_list li:nth-child(2) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 3.125rem;
  object-fit: contain;
}
.common_navbx_list li:nth-child(3) a i {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.5rem;
  overflow: hidden;
}
.common_navbx_list li:nth-child(3) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.375rem;
  height: 3.125rem;
  object-fit: contain;
}
.common_navbx_list li:nth-child(4) a i {
  position: relative;
  display: block;
  width: 1.6875rem;
  height: 1.5rem;
  overflow: hidden;
}
.common_navbx_list li:nth-child(4) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6875rem;
  height: 3.125rem;
  object-fit: contain;
}
.common_navbx_list li:nth-child(5) a i {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  overflow: hidden;
}
.common_navbx_list li:nth-child(5) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.375rem;
  height: 2.75rem;
  object-fit: contain;
}
.common_navbx_list li:nth-child(6) a i {
  position: relative;
  display: block;
  width: 1.6875rem;
  height: 1.5rem;
  overflow: hidden;
}
.common_navbx_list li:nth-child(6) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6875rem;
  height: 3.125rem;
  object-fit: contain;
}
.hvr-radial-in {
  background: #2e60aa;
}
.hvr-radial-in:before {
  background: #fff;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_logo {
  position: relative;
  height: 4.75rem;
  width: 11.25rem;
}
.index_header_logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.index_header_nav {
  display: flex;
  height: 100%;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item:not(:last-child) {
  margin-right: 4.375rem;
}
.index_header_nav_item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #2e60aa;
  transform: scale(0);
  transition: all 0.4s;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #333333;
}
.index_header_nav_item .dropdown {
  position: absolute;
  transform: translateX(-24%);
  top: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  max-height: 0;
  background: #fff;
  z-index: 99;
  transition: all 0.6s;
  overflow: hidden;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.index_header_nav_item .dropdown > .dropdown_list > li {
  height: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.index_header_nav_item .dropdown > .dropdown_list > li > a {
  color: #333;
  width: 100%;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #333333;
  padding-left: 1rem;
}
.index_header_nav_item .dropdown > .dropdown_list > li > a:hover {
  color: #2e60aa;
}
.index_header_nav_item.active::after {
  transform: scale(1);
}
.index_header_nav_item.active > a {
  color: #2e60aa;
}
.index_header_nav_item:hover {
  cursor: pointer;
}
.index_header_nav_item:hover::after {
  transform: scale(1);
}
.index_header_nav_item:hover > a {
  color: #2e60aa;
}
.index_header_nav_item:hover .dropdown {
  max-height: 20rem;
  opacity: 1;
}
.index_header::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  content: '';
  display: block;
  height: 5px;
  margin: 0 auto;
  position: absolute;
  top: 6.25rem;
  width: 100%;
  z-index: 5;
}
.index_banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 6.25rem);
  margin-top: 6.25rem;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-slide-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translate(0, -50%);
  color: #fff;
}
.index_banner_swiper .swiper-slide-text h3 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
.index_banner_swiper .swiper-slide-text ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index_banner_swiper .swiper-slide-text ul li {
  width: 50%;
  margin-bottom: 1.75rem;
}
.index_banner_swiper .swiper-slide-text ul li p {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  color: #fff;
}
.index_banner_swiper .swiper-slide-text ul li p::after {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  border-radius: 50%;
}
.index_banner_swiper .swiper-slide-text .btn {
  width: 9.375rem;
  height: 3.75rem;
  box-sizing: border-box;
  background-color: #fff;
  margin: 2rem 0 0;
}
.index_banner_swiper .swiper-slide-text .btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #333;
}
.index_banner_swiper .swiper-slide-text .btn > a:hover {
  background-color: #2e60aa;
  color: #fff;
}
.index_banner_swiper .AddFadeInDown {
  -webkit-animation: AddFadeInDown 3s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInDown 3s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}
@keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -10rem);
    transform: translate(0, -10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 2.125rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  color: #999;
  outline: none;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 0.875rem;
  background: none;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  background-color: #fff;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  font-size: 1.875rem;
  color: #2e5ea9;
  text-align: center;
}
.index_common_title em {
  display: block;
  width: 3.625rem;
  height: 0.125rem;
  background-color: #2e5ea9;
  margin: 0.875rem auto;
}
.index_common_title p {
  font-size: 1.25rem;
  color: #999;
  text-align: center;
}
.index_common_title_about h3 {
  font-size: 1.875rem;
  color: #2e5ea9;
  text-align: center;
}
.index_common_title_about em {
  display: block;
  width: 3.625rem;
  height: 0.125rem;
  background-color: #2e5ea9;
  margin: 0.875rem auto;
}
.index_common_title_about p {
  font-size: 1.25rem;
  color: #999;
  text-align: center;
}
.index_md {
  position: relative;
}
.index_md_about {
  position: relative;
  padding: 3.125rem 0 3rem;
  background: url("../images/indexaboutbg.jpg") no-repeat top center;
  background-size: 100%;
  z-index: 1;
}
.index_md_about .index_common_title_about {
  margin-bottom: 3.625rem;
}
.index_md_about_content {
  margin-bottom: 5.5rem;
}
.index_md_about_content .desc {
  margin-bottom: 3.125rem;
}
.index_md_about_content .desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
  text-align: center;
  max-width: 76%;
  margin: 0 auto 1.875rem;
}
.index_md_about_content .desc .morebtn {
  width: 7.875rem;
  height: 2.25rem;
  margin: 0 auto;
}
.index_md_about_content .desc .morebtn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2e5ea9;
  border: 1px solid #2e5ea9;
  border-radius: 1.125rem;
  box-sizing: border-box;
  transition: all 0.4s;
  overflow: hidden;
}
.index_md_about_content .desc .morebtn > a > i {
  margin-left: 0.5rem;
}
.index_md_about_content .desc .morebtn > a:hover {
  color: #fff;
}
.index_md_about_content .numbx_list {
  display: flex;
  justify-content: space-between;
}
.index_md_about_content .numbx_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_md_about_content .numbx_list li .iconfont {
  margin-bottom: 1.125rem;
  font-size: 2rem;
}
.index_md_about_content .numbx_list li .num {
  font-size: 2.25rem;
  color: #2e5ea9;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.index_md_about_content .numbx_list li .num em {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
.index_md_about_content .numbx_list li:nth-child(2) .iconfont {
  font-weight: bold;
}
.index_md_about_content .numbx_list li:last-child .num {
  font-size: 1.25rem;
}
.index_md_about_content .numbx_list li:last-child .num span {
  font-size: 2.25rem;
  margin-right: 0.625rem;
}
.index_md_about_content .numbx_list li > p {
  font-size: 1rem;
  color: #666;
  text-align: center;
  line-height: 1.5rem;
}
.index_md_new {
  margin-bottom: 3.125rem;
}
.index_md_new_content {
  padding: 2.75rem 0;
}
.index_md_new_content .content_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.index_md_new_content .content_list_left {
  width: 50%;
}
.index_md_new_content .content_list_left .imgbx {
  width: 100%;
  height: 24.375rem;
}
.index_md_new_content .content_list_left .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_md_new_content .content_list_left .textbx {
  padding: 0.75rem 0.5rem;
  background-color: #f5f5f5;
}
.index_md_new_content .content_list_left .textbx h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.875rem;
}
.index_md_new_content .content_list_left .textbx p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.index_md_new_content .content_list_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.375rem;
}
.index_md_new_content .content_list_item {
  display: flex;
  justify-content: space-between;
}
.index_md_new_content .content_list_item .item_imgbx {
  width: 44.54%;
  height: 13.5rem;
}
.index_md_new_content .content_list_item .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_md_new_content .content_list_item .item_textbx {
  width: 55.46%;
  padding: 1rem 0.625rem;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.index_md_new_content .content_list_item .item_textbx_desc {
  margin-bottom: 2rem;
}
.index_md_new_content .content_list_item .item_textbx_desc h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.875rem;
}
.index_md_new_content .content_list_item .item_textbx_desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.index_md_new_content .content_list_item .item_textbx .descbtn {
  width: 6.25rem;
  height: 2rem;
}
.index_md_new_content .content_list_item .item_textbx .descbtn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2e5ea9;
  border: 1px solid #2e5ea9;
  border-radius: 1.125rem;
  box-sizing: border-box;
  transition: all 0.4s;
  overflow: hidden;
}
.index_md_new_content .content_list_item .item_textbx .descbtn > a > i {
  margin-left: 0.5rem;
}
.index_md_new_content .content_list_item .item_textbx .descbtn > a:hover {
  color: #fff;
  background-color: #2e60aa;
}
.index_md_new_content .morebtn {
  width: 7.875rem;
  height: 2.25rem;
  margin: 0 auto;
}
.index_md_new_content .morebtn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2e5ea9;
  border: 1px solid #2e5ea9;
  border-radius: 1.125rem;
  box-sizing: border-box;
  transition: all 0.4s;
  overflow: hidden;
}
.index_md_new_content .morebtn > a > i {
  margin-left: 0.5rem;
}
.index_md_new_content .morebtn > a:hover {
  color: #fff;
}
.index_md_solution {
  position: relative;
  z-index: 1;
}
.index_md_solution_content {
  position: relative;
  width: 100%;
  height: 50rem;
}
.index_md_solution_content_item {
  position: absolute;
  display: block;
  width: 15.5%;
  left: 0;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 19;
}
.index_md_solution_content_item img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}
.index_md_solution_content_item_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.5s;
}
.index_md_solution_content_item_box_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  color: #fff;
}
.index_md_solution_content_item_box_text i {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2.125rem;
}
.index_md_solution_content_item_box_text h4 {
  font-size: 1.25rem;
  color: #fff;
}
.index_md_solution_content_item_box_text .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
  width: 20rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1s;
}
.index_md_solution_content_item_box_text .desc span {
  display: block;
  width: 1.5rem;
  height: 0.25rem;
  background: url("../images/icons/sandian.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 1.25rem;
}
.index_md_solution_content_item_box_text .desc p {
  font-size: 0.875rem;
  color: #e9e9e9;
  line-height: 1.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.index_md_solution_content_item_box_text .desc em {
  display: block;
  width: 2.125rem;
  height: 0.5rem;
  background: url("../images/icons/jiantou.png") no-repeat center center;
  background-size: contain;
}
.index_md_solution_content .active {
  width: 38%;
}
.index_md_solution_content .active .index_md_solution_content_item_box .desc {
  max-height: 16rem;
  opacity: 1;
}
.index_partner {
  padding: 4rem 0 4.75rem;
  background: url("../images/indexpartnerbg.jpg") no-repeat center center;
  background-size: cover;
}
.index_partner .index_common_title {
  margin-bottom: 4rem;
}
.index_partner_content {
  display: flex;
  flex-wrap: wrap;
}
.index_partner_content_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.5%;
  height: 9.375rem;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.index_partner_content_item img {
  display: block;
  max-width: 80%;
  width: 80%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.index_partner_content_item:not(:nth-child(5n)) {
  margin-right: calc(2.5%/4);
}
.index_partner_content_item:hover img {
  transform: scale(1.08);
}
.index_contact {
  padding: 1.875rem 0 7.5rem;
  background: url("../images/indexcontactbg.jpg") no-repeat center center;
  background-size: cover;
}
.index_contact .index_common_title {
  margin-bottom: 5.75rem;
}
.index_contact_content {
  display: flex;
  justify-content: space-between;
  padding: 0 11.25rem;
}
.index_contact_content_text {
  width: 50%;
}
.index_contact_content_text h4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 2.25rem;
}
.index_contact_content_text ul li {
  display: flex;
  align-items: center;
}
.index_contact_content_text ul li i {
  font-size: 1.5rem;
  color: #515151;
  margin-right: 0.5rem;
}
.index_contact_content_text ul li p {
  font-size: 1rem;
  color: #333;
}
.index_contact_content_text ul li:not(:last-child) {
  margin-bottom: 1.375rem;
}
.index_contact_content_formbx {
  width: 50%;
}
.index_contact_content_formbx form .formbx_item {
  display: flex;
  justify-content: space-between;
}
.index_contact_content_formbx form .formbx_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_contact_content_formbx form .formbx_item input {
  width: 100%;
  height: 2.5rem;
  outline: none;
  border: 0;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.index_contact_content_formbx form .formbx_item textarea {
  display: block;
  width: 100%;
  height: 8.625rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #333;
  outline: none;
  border: 0;
  resize: none;
  background: #fff;
  opacity: 1 !important;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.index_contact_content_formbx form .formbx_item:first-child input {
  width: 47%;
}
.index_contact_content_formbx form .formbx_item:last-child #mess-submit {
  width: 6.875rem;
  height: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  margin: 0.875rem 0 0;
  border: 0;
  background-color: #fff;
  box-sizing: border-box;
  outline: none;
  transition: all 0.4s;
}
.index_contact_content_formbx form .formbx_item:last-child #mess-submit:hover {
  cursor: pointer;
  background-color: #2e60aa;
  color: #fff;
}
.index_footer {
  background-color: #1b1b1b;
  padding-top: 4.25rem;
}
.index_footer_content .container {
  display: flex;
  justify-content: space-between;
}
.index_footer_content_list {
  display: flex;
}
.index_footer_content_list dl:not(:last-child) {
  margin-right: 5rem;
}
.index_footer_content_list dl dt {
  font-size: 1.125rem;
  color: #fcfcfc;
  margin-bottom: 2rem;
}
.index_footer_content_list dl dd {
  margin-bottom: 1.875rem;
}
.index_footer_content_list dl dd a {
  font-size: 0.875rem;
  color: #f8f8f8;
}
.index_footer_content_list dl dd a:hover {
  color: #2e60aa;
}
.index_footer_content_erweimabx {
  display: flex;
}
.index_footer_content_erweimabx .itembx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 4.75rem;
}
.index_footer_content_erweimabx .itembx img {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  object-fit: contain;
  margin-bottom: 0.875rem;
}
.index_footer_content_erweimabx .itembx p {
  font-size: 0.875rem;
  color: #f8f8f8;
}
.index_footer_copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  border-top: 1px solid #f8f8f8;
  box-sizing: border-box;
}
.index_footer_copyright .container p,
.index_footer_copyright .container a {
  font-size: 0.875rem;
  color: #999;
}
.index_footer_copyright .container a:hover {
  color: #2e60aa;
}
.index_sidebar {
  position: fixed;
  top: 50%;
  right: -101%;
  z-index: 29;
  transition: all 1s;
}
.index_sidebar.current {
  right: 0.875rem;
}
.index_sidebar ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.index_sidebar ul li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #2e5ea9;
  z-index: 9;
}
.index_sidebar ul li > a i {
  font-size: 1.5rem;
  color: #fff;
}
.index_sidebar ul li > a p {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 0.375rem;
}
.index_sidebar ul li:last-child > a i {
  font-size: 1rem;
}
.index_sidebar ul li > .phone {
  position: relative;
  max-width: 0;
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #2e5ea9;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.index_sidebar ul li > .phone p {
  font-size: 0.75rem;
  color: #fff;
}
.index_sidebar ul li > .phone::before {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background-color: #fff;
}
.index_sidebar ul li.weixin > .show {
  display: none;
  position: absolute;
  top: -30%;
  right: 4.25rem;
  width: 8rem;
  height: 8rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.index_sidebar ul li.weixin > .show img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_sidebar ul li.weixin > .show::after {
  position: absolute;
  top: 20%;
  right: -1.25rem;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #fff;
  border-right: 0.625rem solid transparent;
}
.index_sidebar ul li.phonebx:hover > .phone {
  max-width: 16rem;
  opacity: 1;
  padding: 0 0.5rem;
}
.index_sidebar ul li.qq:hover > p {
  width: 9.875rem;
  opacity: 1;
}
.index_sidebar ul li.weixin:hover > .show {
  display: block;
}
.cases_content {
  padding: 6.25rem 0 4.75rem;
}
.cases_content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cases_content_list_firstbx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 1.25rem;
  background-color: #f6f6f6;
  margin-bottom: 3.125rem;
}
.cases_content_list_firstbx .firstbx_img {
  width: 50%;
  height: 30rem;
}
.cases_content_list_firstbx .firstbx_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases_content_list_firstbx .firstbx_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 3.375rem;
}
.cases_content_list_firstbx .firstbx_text h4 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 2.75rem;
}
.cases_content_list_firstbx .firstbx_text h4 em {
  display: block;
  width: 1.375rem;
  height: 0.25rem;
  background-color: #333;
  margin-right: 0.25rem;
}
.cases_content_list_firstbx .firstbx_text ul {
  margin-bottom: 3.75rem;
}
.cases_content_list_firstbx .firstbx_text ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.cases_content_list_firstbx .firstbx_text ul li p {
  font-size: 1.125rem;
  color: #666666;
}
.cases_content_list_firstbx .firstbx_text .descbtn {
  width: 10.125rem;
  height: 3.125rem;
}
.cases_content_list_firstbx .firstbx_text .descbtn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  background-color: #2e60aa;
}
.cases_content_list_item {
  position: relative;
  width: 48.6%;
  margin-bottom: 2.5rem;
}
.cases_content_list_item:hover .item_img img {
  transform: scale(1.05);
}
.cases_content_list_item:hover .item_text::before {
  transform: translateY(0);
}
.cases_content_list_item:hover .item_text h4 {
  color: #fff;
}
.cases_content_list_item:hover .item_text p {
  color: #fff;
}
.cases_content_list_item:hover .item_text i {
  opacity: 1;
}
.cases_content_list_item .item_img {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.cases_content_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cases_content_list_item .item_text {
  position: relative;
  width: 100%;
  height: 10.625rem;
  background-color: #f6f6f6;
  padding: 1.25rem;
  overflow: hidden;
}
.cases_content_list_item .item_text::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2e60aa;
  z-index: 0;
  transition: all 0.5s;
}
.cases_content_list_item .item_text i {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  font-size: 2rem;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.cases_content_list_item .item_text h4 {
  position: relative;
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 1.375rem;
  transition: all 0.5s;
  z-index: 3;
}
.cases_content_list_item .item_text p {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666;
  transition: all 0.5s;
  z-index: 3;
}
.casedetail_content {
  padding: 6.25rem 0 4.75rem;
}
.casedetail_content_desc_title {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #ddd;
}
.casedetail_content_desc_title h3 {
  font-size: 2.25rem;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.125rem;
}
.casedetail_content_desc_title .time {
  display: flex;
  justify-content: center;
}
.casedetail_content_desc_title .time p {
  font-size: 0.875rem;
  color: #999;
}
.casedetail_content_desc_title .time p:first-child {
  margin-right: 2.875rem;
}
.casedetail_content_desc_textbx {
  padding: 1.25rem 0 9.125rem;
}
.casedetail_content_desc_textbx .textbx_title {
  display: flex;
  align-items: center;
  margin-bottom: 3.125rem;
}
.casedetail_content_desc_textbx .textbx_title .iconbx {
  width: 1.5rem;
  height: 1.25rem;
  margin-right: 1rem;
}
.casedetail_content_desc_textbx .textbx_title .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.casedetail_content_desc_textbx .textbx_title h5 {
  font-size: 1.25rem;
  color: #2e60aa;
}
.casedetail_content_desc_textbx .textbx_center {
  padding: 0 0.75rem;
}
.casedetail_content_desc_textbx .textbx_center h5 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.casedetail_content_desc_textbx .textbx_center p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.casedetail_content_desc_textbx .textbx_center p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.about_content {
  position: relative;
  padding: 6.25rem 0;
}
.about_content_centerbx_profile {
  padding-bottom: 6.25rem;
}
.about_content_centerbx_profile h3 {
  font-size: 2.25rem;
  color: #333;
  text-align: center;
  margin-bottom: 3.125rem;
}
.about_content_centerbx_profile p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2rem;
  margin-bottom: 8.125rem;
}
.about_content_centerbx_profile .numbx_list {
  display: flex;
  justify-content: space-between;
}
.about_content_centerbx_profile .numbx_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_content_centerbx_profile .numbx_list li .num {
  font-size: 2.25rem;
  color: #2e5ea9;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.about_content_centerbx_profile .numbx_list li .num span {
  margin-right: 0.5rem;
}
.about_content_centerbx_profile .numbx_list li .num em {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
}
.about_content_centerbx_profile .numbx_list li:nth-child(2) .iconfont {
  font-weight: bold;
}
.about_content_centerbx_profile .numbx_list li:last-child .num {
  font-size: 1.25rem;
}
.about_content_centerbx_profile .numbx_list li:last-child .num span {
  font-size: 2.25rem;
}
.about_content_centerbx_profile .numbx_list li > p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 0;
}
.about_content_centerbx_listbx {
  padding: 10rem 0;
  background: url("../images/aboutbg.jpg") no-repeat center center;
  background-size: cover;
}
.about_content_centerbx_listbx .listbx_contentbx {
  display: flex;
  justify-content: space-between;
  padding: 0 3.5rem;
}
.about_content_centerbx_listbx .listbx_contentbx li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 27.14%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6.25rem 1.5rem 0;
  border-radius: 0.5rem;
  min-height: 27.5rem;
  overflow: hidden;
}
.about_content_centerbx_listbx .listbx_contentbx li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 94, 169, 0.8);
  opacity: 0;
  transition: all 0.4s;
}
.about_content_centerbx_listbx .listbx_contentbx li h5 {
  position: relative;
  font-size: 1.75rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.875rem;
  z-index: 3;
  transition: all 0.4s;
}
.about_content_centerbx_listbx .listbx_contentbx li span {
  position: relative;
  font-size: 1rem;
  color: #ddd;
  text-align: center;
  margin-bottom: 2.5rem;
  z-index: 3;
  transition: all 0.4s;
}
.about_content_centerbx_listbx .listbx_contentbx li .descbx h6 {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1.25rem;
  font-weight: normal;
  z-index: 3;
  transition: all 0.4s;
}
.about_content_centerbx_listbx .listbx_contentbx li .descbx p {
  position: relative;
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
  z-index: 3;
  transition: all 0.4s;
}
.about_content_centerbx_listbx .listbx_contentbx li:hover::after {
  opacity: 1;
}
.about_content_centerbx_listbx .listbx_contentbx li:hover h5,
.about_content_centerbx_listbx .listbx_contentbx li:hover span {
  color: #fff;
}
.about_content_centerbx_listbx .listbx_contentbx li:hover .descbx h6,
.about_content_centerbx_listbx .listbx_contentbx li:hover .descbx p {
  color: #fff;
}
.job_content_centerbx_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 6rem 3.5rem 2rem;
  background-color: #f9f9f9;
  margin-bottom: 6.625rem;
}
.job_content_centerbx_top .textbx {
  width: 65%;
}
.job_content_centerbx_top .textbx h4 {
  font-size: 1.25rem;
  color: #2e5ea9;
  font-weight: normal;
  margin-bottom: 2rem;
}
.job_content_centerbx_top .textbx p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.job_content_centerbx_top .textbx p a {
  color: #666;
}
.job_content_centerbx_top .textbx p a:hover {
  color: #2e60aa;
}
.job_content_centerbx_top .rightbx {
  width: 9%;
  height: auto;
  margin-top: 2.875rem;
}
.job_content_centerbx_top .rightbx .imgbx {
  width: 100%;
  height: auto;
  padding: 0.25rem;
  border: 1px solid #333;
  margin-bottom: 0.75rem;
}
.job_content_centerbx_top .rightbx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.job_content_centerbx_top .rightbx p {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.job_content_centerbx_top .feiimg {
  position: absolute;
  top: 42%;
  right: 22%;
  transform: translateY(-50%);
  width: 9.6875rem;
  height: 9.125rem;
}
.job_content_centerbx_top .feiimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.job_content_centerbx_listbx .listbx_item {
  margin-top: -1px;
}
.job_content_centerbx_listbx .listbx_item_title {
  display: flex;
  justify-content: space-between;
  padding: 0 0.625rem;
  height: 4.75rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #f5f5f5;
}
.job_content_centerbx_listbx .listbx_item_title:hover {
  cursor: pointer;
}
.job_content_centerbx_listbx .listbx_item_title h5,
.job_content_centerbx_listbx .listbx_item_title p {
  font-size: 1.125rem;
  color: #333;
  line-height: 4.75rem;
  font-weight: normal;
}
.job_content_centerbx_listbx .listbx_item_title p.btn.show {
  color: #2e60aa;
}
.job_content_centerbx_listbx .listbx_item_desc {
  display: none;
  padding: 2.5rem 2.125rem;
  background-color: #f9f9f9;
}
.job_content_centerbx_listbx .listbx_item_desc_text .text_item {
  margin-bottom: 2.25rem;
}
.job_content_centerbx_listbx .listbx_item_desc_text .text_item_hd h6 {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.75rem;
}
.job_content_centerbx_listbx .listbx_item_desc_text .text_item_bd p {
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
}
.job_content_centerbx_listbx .listbx_item_desc_text .emailbtn {
  width: 12.5rem;
  height: 3.75rem;
}
.job_content_centerbx_listbx .listbx_item_desc_text .emailbtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2e60aa;
  font-size: 1rem;
  color: #fff;
  line-height: 3.75rem;
  text-align: center;
}
.honor_content_centerbx_navbx {
  margin-bottom: 3.125rem;
}
.honor_content_centerbx_navbx ul {
  display: flex;
}
.honor_content_centerbx_navbx ul li {
  height: 2.5rem;
  padding: 0 2rem;
  border: 1px solid #333;
  border-radius: 0.25rem;
  transition: all 0.4s;
}
.honor_content_centerbx_navbx ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.honor_content_centerbx_navbx ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #333;
  line-height: 2.5rem;
  text-align: center;
}
.honor_content_centerbx_navbx ul li:hover,
.honor_content_centerbx_navbx ul li.active {
  background-color: #2e60aa;
  border-color: #2e60aa;
}
.honor_content_centerbx_navbx ul li:hover a,
.honor_content_centerbx_navbx ul li.active a {
  color: #fff;
}
.honor_content_centerbx_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.honor_content_centerbx_list_item {
  width: 18.33%;
  margin-bottom: 2.5rem;
}
.honor_content_centerbx_list_item:not(:nth-child(5n)) {
  margin-right: calc(8.35%/4);
}
.honor_content_centerbx_list_item .item_img {
  width: 100%;
  height: 19rem;
  border: 1px solid #cdcdcd;
  padding: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.honor_content_centerbx_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.honor_content_centerbx_list_item .item_text {
  width: 100%;
  padding-top: 1.25rem;
  padding: 1.25rem 1rem 0;
}
.honor_content_centerbx_list_item .item_text h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-weight: normal;
  text-align: center;
}
.honor_content_centerbx_list_item:hover {
  cursor: pointer;
}
.honor_content_centerbx_list_item:hover .item_img img {
  transform: scale(1.03);
}
.honor_content_centerbx_list_item:hover .item_text h4 {
  color: #2e60aa;
}
.news_content_centerbx h3 {
  font-size: 2.25rem;
  color: #333;
  text-align: center;
  margin-bottom: 6.25rem;
}
.news_content_centerbx .centerbx_list {
  margin-bottom: 5rem;
}
.news_content_centerbx .centerbx_list_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  margin-bottom: 1.25rem;
}
.news_content_centerbx .centerbx_list_item:hover .item_img img {
  transform: scale(1.03);
}
.news_content_centerbx .centerbx_list_item:hover .item_text .descbtn a {
  background-color: #2e60aa;
  border-color: #2e60aa;
  color: #fff;
}
.news_content_centerbx .centerbx_list_item:hover .item_text .descbtn em {
  color: #fff;
}
.news_content_centerbx .centerbx_list_item .item_img {
  width: 41.43%;
  height: 21.875rem;
}
.news_content_centerbx .centerbx_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news_content_centerbx .centerbx_list_item .item_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 58.57%;
  padding: 3.125rem 2.5rem 1.5rem;
}
.news_content_centerbx .centerbx_list_item .item_text .textbx h4 {
  font-size: 1.25rem;
  color: #333;
  font-family: '黑体';
  margin-bottom: 2.75rem;
}
.news_content_centerbx .centerbx_list_item .item_text .textbx p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.news_content_centerbx .centerbx_list_item .item_text .descbtn {
  width: 8.125rem;
  height: 2.5rem;
}
.news_content_centerbx .centerbx_list_item .item_text .descbtn > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #999;
  text-align: center;
  line-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #999;
  box-sizing: border-box;
  transition: all 0.4s;
}
.news_content_centerbx .centerbx_list_item .item_text .descbtn > a em {
  font-size: 1.25rem;
  color: #999;
  transition: all 0.4s;
}
.newdetail_content {
  position: relative;
}
.newdetail_content_desc_textbx p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.newdetail_content_desc_textbx p.imgbx {
  display: flex;
  justify-content: space-between;
}
.newdetail_content_desc_textbx p.imgbx img {
  display: block;
  max-width: 50%;
  height: auto;
  object-fit: contain;
}
.newdetail_content_desc_textbx p img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.newdetail_content_desc_textbx h5 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1.125rem;
}
.contact_content_centerbx .mapbx {
  position: relative;
  display: block;
  width: 100%;
  height: 30rem;
  margin-top: 16.875rem;
}
.contact_content_centerbx .mapbx #map {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_content_centerbx .mapbx .placeinfo {
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 42.5rem;
  box-sizing: border-box;
  padding: 4rem 0.75rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  z-index: 3;
}
.contact_content_centerbx .mapbx .placeinfo_left {
  max-width: 26.5%;
  height: auto;
}
.contact_content_centerbx .mapbx .placeinfo_left img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.contact_content_centerbx .mapbx .placeinfo_right {
  flex: 1;
  padding-left: 3.75rem;
}
.contact_content_centerbx .mapbx .placeinfo_right h4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.625rem;
}
.contact_content_centerbx .mapbx .placeinfo_right p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2.25rem;
}
.cooperate_content {
  padding-top: 6.25rem;
}
.cooperate_content_md1 .md1_title {
  margin-bottom: 3.75rem;
}
.cooperate_content_md1 .md1_title h3 {
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 3.125rem;
  text-align: center;
}
.cooperate_content_md1 .md1_title p {
  font-size: 1.125rem;
  color: #333;
  text-align: center;
  line-height: 1.875rem;
}
.cooperate_content_md1 .md1_ability {
  margin-bottom: 3.125rem;
}
.cooperate_content_md1 .md1_ability_hd {
  width: 8.875rem;
  height: 2.125rem;
  background-position: -6.625rem 0;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
  margin-bottom: 2rem;
}
.cooperate_content_md1 .md1_ability_hd h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  padding-left: 0.5rem;
  line-height: 2.125rem;
}
.cooperate_content_md1 .md1_ability_bd {
  display: flex;
}
.cooperate_content_md1 .md1_ability_bd_item {
  flex: 1;
  padding: 0.625rem;
  border: 1px solid #666;
  box-sizing: border-box;
  margin: 0 -1px -1px 0;
}
.cooperate_content_md1 .md1_ability_bd_item .item_img {
  width: 100%;
  margin-bottom: 1.25rem;
}
.cooperate_content_md1 .md1_ability_bd_item .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cooperate_content_md1 .md1_ability_bd_item .item_text {
  width: 100%;
}
.cooperate_content_md1 .md1_ability_bd_item .item_text h6 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 2rem;
}
.cooperate_content_md1 .md1_ability_bd_item .item_text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
}
.cooperate_content_md1 .md1_service {
  margin-bottom: 3.125rem;
}
.cooperate_content_md1 .md1_service_hd {
  width: 8.875rem;
  height: 2.125rem;
  background-position: -6.625rem 0;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
  margin-bottom: 2rem;
}
.cooperate_content_md1 .md1_service_hd h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  padding-left: 0.5rem;
  line-height: 2.125rem;
}
.cooperate_content_md1 .md1_service_bd img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  object-fit: contain;
}
.cooperate_content_md2 {
  background: url("../images/formbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 7.5rem 0 4.5rem;
}
.cooperate_content_md2 .md2_title {
  margin-bottom: 3.75rem;
}
.cooperate_content_md2 .md2_title h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: normal;
}
.cooperate_content_md2 .md2_title p {
  font-size: 1rem;
  color: #666;
  text-align: center;
}
.cooperate_content_md2 .md2_bd form {
  max-width: 70%;
  margin: 0 auto;
}
.cooperate_content_md2 .md2_bd form .formbx_item {
  display: flex;
  justify-content: space-between;
}
.cooperate_content_md2 .md2_bd form .formbx_item:not(:last-child) {
  margin-bottom: 1.625rem;
}
.cooperate_content_md2 .md2_bd form .formbx_item input {
  width: 48%;
  height: 3.75rem;
  outline: none;
  font-size: 1rem;
  border: 1px solid #666;
  padding: 0 1rem;
  color: #333;
  box-sizing: border-box;
}
.cooperate_content_md2 .md2_bd form .formbx_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.cooperate_content_md2 .md2_bd form .formbx_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.cooperate_content_md2 .md2_bd form .formbx_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.cooperate_content_md2 .md2_bd form .formbx_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.cooperate_content_md2 .md2_bd form .formbx_item textarea {
  display: block;
  width: 100%;
  height: 13.75rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #333;
  outline: none;
  border: 1px solid #666;
  resize: none;
  background: #fff;
  opacity: 1 !important;
  padding: 0 1rem;
  box-sizing: border-box;
}
.cooperate_content_md2 .md2_bd form .formbx_item:last-child #mess-submit {
  width: 10rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  font-size: 0.875rem;
  color: #fff;
  margin: 0.875rem auto 0;
  border: 0;
  background-color: #2e60aa;
  border-radius: 1.5625rem;
  box-sizing: border-box;
  outline: none;
  transition: all 0.4s;
}
.cooperate_content_md2 .md2_bd form .formbx_item:last-child #mess-submit:hover {
  cursor: pointer;
  background-color: #2e60aa;
  color: #fff;
}
.hardware_content {
  position: relative;
  padding: 6.25rem 0;
}
.hardware_content .common_navbx_list li:first-child a i {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.4375rem;
  overflow: hidden;
}
.hardware_content .common_navbx_list li:first-child a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.375rem;
  height: 2.875rem;
  object-fit: contain;
}
.hardware_content .common_navbx_list li:nth-child(2) a i {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.5rem;
  overflow: hidden;
}
.hardware_content .common_navbx_list li:nth-child(2) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.375rem;
  height: 3rem;
  object-fit: contain;
}
.hardware_content .common_navbx_list li:nth-child(3) a i {
  position: relative;
  display: block;
  width: 1.4375rem;
  height: 1.5625rem;
  overflow: hidden;
}
.hardware_content .common_navbx_list li:nth-child(3) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4375rem;
  height: 3.125rem;
  object-fit: contain;
}
.hardware_content .common_navbx_list li:nth-child(4) a i {
  position: relative;
  display: block;
  width: 1.3125rem;
  height: 1.5rem;
  overflow: hidden;
}
.hardware_content .common_navbx_list li:nth-child(4) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3125rem;
  height: 3rem;
  object-fit: contain;
}
.hardware_content .common_navbx_list li:nth-child(5) a i {
  position: relative;
  display: block;
  width: 1.3125rem;
  height: 1.5625rem;
  overflow: hidden;
}
.hardware_content .common_navbx_list li:nth-child(5) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3125rem;
  height: 3.125rem;
  object-fit: contain;
}
.hardware_content_centerbx .swiperbx .swiper-container {
  margin: 7.5rem 0;
  height: 25rem;
}
.hardware_content_centerbx .swiperbx .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.35s;
  padding: 0.5rem;
  z-index: 0;
}
.hardware_content_centerbx .swiperbx .swiper-slide-active .swiper-slide-item {
  border-color: #2e60aa;
}
.hardware_content_centerbx .swiperbx .swiper-slide-active .swiper-slide-item .textbx h4 {
  color: #2e60aa;
}
.hardware_content_centerbx .swiperbx .swiper-slide-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  width: 60%;
  height: 100%;
  border: 1px solid #bdbdbd;
  background-color: #fff;
}
.hardware_content_centerbx .swiperbx .swiper-slide-item img {
  display: block;
  width: 100%;
  max-height: 60%;
  object-fit: contain;
}
.hardware_content_centerbx .swiperbx .swiper-slide-item .textbx {
  position: absolute;
  bottom: 1.25rem;
}
.hardware_content_centerbx .swiperbx .swiper-slide-item .textbx h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.hardware_content_centerbx .swiperbx .swiper-slide-prev .about_content_swiper_item,
.hardware_content_centerbx .swiperbx .swiper-slide-next .about_content_swiper_item {
  transform: scale(1);
}
.hardware_content_centerbx .swiperbx .swiper-slide-active .about_content_swiper_item {
  transform: scale(1.2);
}
.hardware_content_centerbx .descbx_hd {
  width: 100%;
  height: 3.75rem;
  background-color: #2e60aa;
  margin-bottom: 1.875rem;
}
.hardware_content_centerbx .descbx_hd h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 0.5rem;
}
.hardware_content_centerbx .descbx_hd h3 i {
  font-size: 2.5rem;
  color: #fff;
  font-weight: normal;
  margin-right: 0.5rem;
}
.hardware_content_centerbx .descbx_bd ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.hardware_content_centerbx .descbx_bd ul li p {
  font-size: 1.125rem;
  color: #333;
  padding: 0.25rem;
}
.solution1_content {
  position: relative;
  padding-top: 6.25rem;
}
.solution1_content .common_navbx_list li:first-child a i {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}
.solution1_content .common_navbx_list li:first-child a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 3rem;
  object-fit: contain;
}
.solution1_content .common_navbx_list li:nth-child(2) a i {
  position: relative;
  display: block;
  width: 1.625rem;
  height: 1.5rem;
  overflow: hidden;
}
.solution1_content .common_navbx_list li:nth-child(2) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.625rem;
  height: 3rem;
  object-fit: contain;
}
.solution1_content .common_navbx_list li:nth-child(3) a i {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}
.solution1_content .common_navbx_list li:nth-child(3) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 3rem;
  object-fit: contain;
}
.solution1_content .common_navbx_list li:nth-child(4) a i {
  position: relative;
  display: block;
  width: 1rem;
  height: 1.5rem;
  overflow: hidden;
}
.solution1_content .common_navbx_list li:nth-child(4) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 3rem;
  object-fit: contain;
}
.solution1_content .common_navbx_list li:nth-child(5) a i {
  position: relative;
  display: block;
  width: 1.6875rem;
  height: 1.5rem;
  overflow: hidden;
}
.solution1_content .common_navbx_list li:nth-child(5) a i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6875rem;
  height: 3rem;
  object-fit: contain;
}
.solution1_content .centerbx_top_hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.solution1_content .centerbx_top_hd_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 67.86%;
}
.solution1_content .centerbx_top_hd_text h3 {
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 3.125rem;
}
.solution1_content .centerbx_top_hd_text h3 span {
  color: #2e60aa;
}
.solution1_content .centerbx_top_hd_text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2rem;
}
.solution1_content .centerbx_top_hd_img {
  width: 32%;
}
.solution1_content .centerbx_top_hd_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution1_content .centerbx_top_bd_imgbx {
  width: 100%;
  margin-bottom: 3.75rem;
}
.solution1_content .centerbx_top_bd_imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution1_content .centerbx_top_bd_md {
  display: flex;
  justify-content: space-between;
}
.solution1_content .centerbx_top_bd_md_l {
  width: 62.43%;
  height: 24.125rem;
}
.solution1_content .centerbx_top_bd_md_l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution1_content .centerbx_top_bd_md_r {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37.57%;
  background: linear-gradient(top left, #51b6cd, #32a9e0);
  background: -webkit-linear-gradient(top left, #51b6cd, #32a9e0);
}
.solution1_content .centerbx_top_bd_md_r ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.solution1_content .centerbx_top_bd_md_r ul li:not(:last-child) {
  margin-bottom: 4.25rem;
}
.solution1_content .centerbx_top_bd_md_r ul li:not(:last-child)::after {
  position: absolute;
  top: 1.5rem;
  left: 1.25rem;
  content: '';
  display: block;
  width: 0.125rem;
  height: 3.75rem;
  background-color: #fff;
}
.solution1_content .centerbx_top_bd_md_r ul li .numbx {
  width: 3.375rem;
  height: 1.125rem;
  background: url("../images/icons/numbg.png") no-repeat top left;
  background-size: contain;
  margin-right: 1.5rem;
}
.solution1_content .centerbx_top_bd_md_r ul li .numbx span {
  margin-left: 0.75rem;
  line-height: 1.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4fb5ce;
}
.solution1_content .centerbx_top_bd_md_r ul li > p {
  font-size: 1.125rem;
  color: #fff;
}
.solution2_common_title {
  display: flex;
  justify-content: center;
}
.solution2_common_title h4 {
  position: relative;
  font-size: 1.375rem;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #070707;
  padding-bottom: 0.75rem;
}
.solution2_common_title h4::after {
  position: absolute;
  left: 50%;
  bottom: -0.125rem;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  background-color: #3360a0;
}
.solution2_content {
  position: relative;
  padding-top: 6.25rem;
}
.solution2_content .centerbx_top_hd_text {
  width: 62.6%;
}
.solution2_content .centerbx_top_hd_img {
  width: 35.7%;
}
.solution2_content .centerbx_top_bd_md1 {
  margin-bottom: 3.125rem;
}
.solution2_content .centerbx_top_bd_md1_desc {
  display: flex;
  justify-content: space-between;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 53.57%;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list1 {
  margin-bottom: 2.5rem;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list1 li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list1 li p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5rem;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list2 {
  display: flex;
  justify-content: space-between;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list2 li {
  position: relative;
  display: block;
  width: 8.125rem;
  height: 3.75rem;
  padding-top: 0.625rem;
  background-color: #4fbcbf;
  box-sizing: border-box;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list2 li p {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_l_list2 li span {
  position: absolute;
  bottom: -1.1875rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 2.375rem;
  border: 1px solid #4fbcbf;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_r {
  width: 46%;
}
.solution2_content .centerbx_top_bd_md1_desc .desc_r img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.solution2_content .centerbx_top_bd_md2_desc {
  padding: 3.125rem 0 5rem;
}
.solution2_content .centerbx_top_bd_md2_desc img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution2_content .centerbx_top_bd_md3_desc {
  padding: 3.125rem 0 3.75rem;
}
.solution2_content .centerbx_top_bd_md3_desc img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution2_content .centerbx_top_bd_md4_desc {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0 6.25rem;
}
.solution2_content .centerbx_top_bd_md4_desc .desc_l {
  width: 56.07%;
}
.solution2_content .centerbx_top_bd_md4_desc .desc_l_img {
  width: 100%;
}
.solution2_content .centerbx_top_bd_md4_desc .desc_l_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
.solution2_content .centerbx_top_bd_md4_desc .desc_l p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5rem;
}
.solution2_content .centerbx_top_bd_md4_desc .desc_r {
  width: 43%;
}
.solution2_content .centerbx_top_bd_md4_desc .desc_r img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.solution2_content .centerbx_top_bd_md5_desc {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 6.25rem;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_l {
  width: 38.57%;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_l img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_r_img {
  width: 50%;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_r_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_r_text {
  width: 50%;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_r_text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5rem;
}
.solution2_content .centerbx_top_bd_md5_desc .desc_r_text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.solution2_content .centerbx_top_bd_md6_desc {
  padding: 5rem 0 3.125rem;
}
.solution2_content .centerbx_top_bd_md6_desc img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution2_content .centerbx_top_bd_md7_desc {
  padding: 3.375rem 0;
}
.solution2_content .centerbx_top_bd_md7_desc .listbx {
  display: flex;
  justify-content: space-between;
}
.solution2_content .centerbx_top_bd_md7_desc .listbx .item {
  position: relative;
  width: 29.43%;
  height: 17.5rem;
}
.solution2_content .centerbx_top_bd_md7_desc .listbx .item_img {
  width: 100%;
  height: 100%;
}
.solution2_content .centerbx_top_bd_md7_desc .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution2_content .centerbx_top_bd_md7_desc .listbx .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2.5rem;
  background-color: #3360a0;
}
.solution2_content .centerbx_top_bd_md7_desc .listbx .item_text h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  font-weight: normal;
}
.solution2_content .centerbx_top_bd_md8_desc {
  padding: 3.375rem 0;
}
.solution2_content .centerbx_top_bd_md8_desc .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution2_content .centerbx_top_bd_md8_desc .listbx .item {
  position: relative;
  width: 31.43%;
  height: 18.75rem;
  margin-bottom: 2.75rem;
}
.solution2_content .centerbx_top_bd_md8_desc .listbx .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3.75rem;
  background-color: rgba(7, 7, 7, 0.5);
}
.solution2_content .centerbx_top_bd_md8_desc .listbx .item_text h4 {
  font-size: 1.375rem;
  color: #fff;
  line-height: 3.75rem;
  text-align: center;
  font-weight: normal;
}
.solution3_content {
  position: relative;
  padding-top: 6.25rem;
}
.solution3_content .md_title h4 {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}
.solution3_content .md_title h4 i {
  font-size: 1.875rem;
  color: #fff;
  margin-right: 0.5rem;
}
.solution3_content .centerbx_top_hd_text {
  width: 62.6%;
}
.solution3_content .centerbx_top_hd_img {
  width: 32.14%;
}
.solution3_content .centerbx_top_bd_md1_title h4 {
  width: 12.5rem;
  height: 3.125rem;
  background-position: 0 -7.5rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md1_descbx {
  padding: 1.75rem 0 3.75rem 1rem;
}
.solution3_content .centerbx_top_bd_md1_descbx p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.625rem;
}
.solution3_content .centerbx_top_bd_md2_title h4 {
  width: 12.5rem;
  height: 3.125rem;
  background-position: 0 -7.5rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md2_descbx {
  padding: 1.75rem 0 3.75rem 1rem;
}
.solution3_content .centerbx_top_bd_md2_descbx p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution3_content .centerbx_top_bd_md3_title h4 {
  width: 12.5rem;
  height: 3.125rem;
  background-position: 0 -7.5rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md3_descbx {
  padding: 2.75rem 0 3.75rem 1rem;
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx {
  display: flex;
  justify-content: space-between;
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 14.3%;
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item .iconbx {
  width: 8.125rem;
  height: 8.125rem;
  margin-bottom: 1.625rem;
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item .textbx h5 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.25rem;
  font-weight: normal;
  text-align: center;
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item .textbx p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5rem;
  text-align: center;
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item:first-child .iconbx {
  background-position: 0 -16.875rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item:nth-child(2) .iconbx {
  background-position: -8.125rem -16.875rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item:nth-child(3) .iconbx {
  background-position: -16.25rem -16.875rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md3_descbx .listbx .item:nth-child(4) .iconbx {
  background-position: -24.375rem -16.875rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md4_title h4 {
  width: 20.25rem;
  height: 3.125rem;
  background-position: 0 -13.75rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution3_content .centerbx_top_bd_md4_descbx {
  padding: 2.75rem 0 3.75rem 1rem;
}
.solution3_content .centerbx_top_bd_md4_descbx p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.625rem;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content4 {
  margin-bottom: 5rem;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content {
  margin-top: 4.375rem;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content_hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content_hd h5 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 0.75rem;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content_hd em {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0.625rem solid transparent;
  border-top: 0.625rem solid #2e60aa;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content_hd p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.875rem;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content_bd p {
  width: 100%;
}
.solution3_content .centerbx_top_bd_md4_descbx .descbx_content_bd p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.solution4_content {
  position: relative;
  padding-top: 6.25rem;
}
.solution4_content .md_title h4 {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}
.solution4_content .md_title h4 i {
  font-size: 1.875rem;
  color: #fff;
  margin-right: 0.5rem;
}
.solution4_content .centerbx_top_hd .container {
  display: flex;
  justify-content: space-between;
}
.solution4_content .centerbx_top_hd_text {
  width: 64%;
}
.solution4_content .centerbx_top_hd_img {
  width: 34%;
}
.solution4_content .centerbx_top_bd_md1_title h4 {
  width: 12.5rem;
  height: 3.125rem;
  background-position: 0 -7.5rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution4_content .centerbx_top_bd_md1_descbx {
  padding: 3.75rem 0 4.375rem;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx {
  display: flex;
  justify-content: space-between;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx .item_img {
  width: 100%;
  height: 17.5rem;
  margin-bottom: 0.875rem;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx .item_text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx .item:first-child {
  width: 34.86%;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx .item:nth-child(2) {
  width: 26.57%;
}
.solution4_content .centerbx_top_bd_md1_descbx .listbx .item:nth-child(3) {
  width: 35.71%;
}
.solution4_content .centerbx_top_bd_md2 {
  padding: 5rem 0 7.5rem;
  background-color: #f7f7f7;
}
.solution4_content .centerbx_top_bd_md2_title h4 {
  width: 12.5rem;
  height: 3.125rem;
  background-position: 0 -7.5rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution4_content .centerbx_top_bd_md2_descbx {
  padding: 3.75rem 0 4.375rem;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx {
  display: flex;
  justify-content: space-between;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx .item {
  display: flex;
  align-items: center;
  width: 24.3%;
  background-color: #fff;
  padding: 1.5rem 0.5rem;
  transition: all 0.4s;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx .item span {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.625rem;
  background-color: #3260a2;
  border-radius: 50%;
  margin-right: 0.625rem;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx .item_text {
  flex: 1;
  height: 100%;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx .item_text h5 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.25rem;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx .item_text p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.375rem;
}
.solution4_content .centerbx_top_bd_md2_descbx .listbx .item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.solution4_content .centerbx_top_bd_md3 {
  padding: 1.375rem 0 7.5rem;
}
.solution4_content .centerbx_top_bd_md3_title h4 {
  width: 13.75rem;
  height: 3.125rem;
  background-position: -12.5rem -7.5rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution4_content .centerbx_top_bd_md3_descbx {
  padding: 2.5rem 0 0;
}
.solution4_content .centerbx_top_bd_md3_descbx p {
  width: 100%;
}
.solution4_content .centerbx_top_bd_md3_descbx p img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.solution4_content .centerbx_top_bd_md3 {
  padding: 1.375rem 0 7.5rem;
}
.solution4_content .centerbx_top_bd_md3_title h4 {
  width: 20.3125rem;
  height: 3.125rem;
  background-position: 0 -13.75rem;
  background-size: 33.125rem 26.25rem;
  background-image: url(../images/xuebi.png);
}
.solution4_content .centerbx_top_bd_md3_descbx {
  padding: 2.5rem 0 0;
}
.solution4_content .centerbx_top_bd_md3_descbx p {
  width: 100%;
}
.solution4_content .centerbx_top_bd_md3_descbx p img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.solution5_content {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 0;
}
.solution5_content .md_title h4 {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}
.solution5_content .md_title h4 i {
  font-size: 1.875rem;
  color: #fff;
  margin-right: 0.5rem;
}
.solution5_content .centerbx_top_hd .container {
  display: flex;
  justify-content: space-between;
}
.solution5_content .centerbx_top_hd_text {
  width: 64%;
}
.solution5_content .centerbx_top_hd_img {
  width: 34%;
}
.solution5_content .centerbx_top_bd_md1 {
  padding-bottom: 5.625rem;
}
.solution5_content .centerbx_top_bd_md1 p {
  width: 100%;
}
.solution5_content .centerbx_top_bd_md1 p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solution5_content .centerbx_top_bd_md2 {
  padding: 2.75rem 0 6.25rem;
  background-color: #f7f7f7;
}
.solution5_content .centerbx_top_bd_md2_title {
  margin-bottom: 5.625rem;
}
.solution5_content .centerbx_top_bd_md2_title h3 {
  font-size: 1.5rem;
  color: #333;
}
.solution5_content .centerbx_top_bd_md2_title h3 span {
  color: #3160a4;
}
.solution5_content .centerbx_top_bd_md2_descbx .listbx {
  display: flex;
  justify-content: space-between;
}
.solution5_content .centerbx_top_bd_md2_descbx .listbx .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24.28%;
  height: 25rem;
  padding: 5.625rem 1.625rem 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.solution5_content .centerbx_top_bd_md2_descbx .listbx .item i {
  font-size: 2.5rem;
  color: #006dff;
  margin-bottom: 1.5rem;
}
.solution5_content .centerbx_top_bd_md2_descbx .listbx .item h4 {
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 2rem;
}
.solution5_content .centerbx_top_bd_md2_descbx .listbx .item p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2rem;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .bigimg2_content {
    height: 40%;
  }
  .bigimg2_content i {
    top: -3rem;
    right: 0;
  }
  .common_banner {
    width: 100%;
    height: 10rem;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_casesdetail {
    width: 100%;
    height: 16rem;
    margin-top: 6rem;
  }
  .common_banner_casesdetail > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_casesdetail_bottom {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -9.375rem;
    transform: translateX(-50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .common_banner_casesdetail_bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 9.375rem;
    padding: 0 1rem;
    background-color: #fff;
  }
  .common_banner_casesdetail_bottom ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common_banner_casesdetail_bottom ul li p {
    font-size: 2.25rem;
    color: #007ec7;
    margin-bottom: 1.75rem;
  }
  .common_banner_casesdetail_bottom ul li span {
    font-size: 1.125rem;
    color: #333;
  }
  .common_detail_pagebtn {
    padding: 2rem 0;
  }
  .common_detail_pagebtn .container {
    flex-direction: column;
    padding: 0;
  }
  .common_detail_pagebtn_l {
    max-width: 80%;
  }
  .common_detail_pagebtn_r {
    margin-top: 1rem;
  }
  .common_content_nav ul li:not(:last-child) {
    margin-right: 2.5rem;
  }
  .common_navbx_list {
    flex-wrap: wrap;
    height: auto;
  }
  .common_navbx_list li {
    flex: 50%;
    height: 2.75rem;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
  }
  .index_header_nav {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    background: #fff;
    padding-top: 6rem;
    display: none;
    z-index: 9;
  }
  .index_header_nav ul {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
  }
  .index_header_nav ul > li {
    height: auto;
    overflow: hidden;
  }
  .index_header_nav ul > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .index_header_nav ul > li::after {
    display: none;
  }
  .index_header_nav ul > li > a {
    font-size: 1.5rem;
    color: #333;
    line-height: 2rem;
    text-align: left;
    padding: 0;
  }
  .index_header_nav ul > li > a span {
    display: none;
  }
  .index_header_nav ul > li.active > a,
  .index_header_nav ul > li:hover > a {
    border-bottom: 0;
  }
  .index_header_nav ul > li:not(:first-child) {
    margin-left: 0;
  }
  .index_header_nav ul > li .dropdown {
    display: none;
  }
  .index_header_nav ul .lang {
    display: none;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header::before {
    display: none;
    top: 6rem;
  }
  .index_banner {
    display: block;
    height: 50vh;
  }
  .index_banner .swiper-slide-text {
    display: none;
  }
  .index_banner .swiper-pagination {
    bottom: 1.25rem;
  }
  .index_md_about_content {
    margin-bottom: 2.5rem;
  }
  .index_md_about_content .desc p {
    max-width: 90%;
  }
  .index_md_about_content .numbx_list {
    flex-wrap: wrap;
  }
  .index_md_about_content .numbx_list li {
    width: 50%;
    margin-bottom: 1.25rem;
  }
  .index_md_about_content .numbx_list li:last-child {
    display: none;
    width: 100%;
  }
  .index_md_new_content .content_list {
    flex-wrap: wrap;
  }
  .index_md_new_content .content_list_left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_md_new_content .content_list_item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_md_new_content .content_list_right {
    width: 100%;
    padding-left: 0;
  }
  .index_md_solution_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .index_md_solution_content_item {
    position: relative;
    width: 49%;
    height: auto;
    max-height: 20rem;
    left: 0 !important;
    margin-bottom: 1rem;
  }
  .index_md_solution_content_item > a.phone {
    display: block;
  }
  .index_md_solution_content_item::before {
    display: none;
  }
  .index_md_solution_content_item .desc {
    display: none;
  }
  .index_md_solution_content_item.active {
    width: 49%;
  }
  .index_md_solution_content_item img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_md_solution_content_item span {
    display: none;
  }
  .index_md_solution_content_item.active .index_md_solution_content_item_box {
    right: 0;
  }
  .index_partner_content_item {
    width: 32%;
    height: 6.25rem;
  }
  .index_partner_content_item:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .index_partner_content_item:not(:nth-child(3n)) {
    margin-right: calc(4%/2);
  }
  .index_contact {
    padding: 1.875rem 0;
  }
  .index_contact .index_common_title {
    margin-bottom: 3rem;
  }
  .index_contact_content {
    padding: 0;
    flex-wrap: wrap;
  }
  .index_contact_content_text {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_contact_content_formbx {
    width: 100%;
  }
  .index_footer_content {
    padding-bottom: 3rem;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content_list {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .index_footer_content_list dl {
    width: 32%;
    margin-bottom: 1rem;
  }
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content_list dl:first-child {
    width: 45%;
  }
  .index_footer_content_list dl:nth-child(2),
  .index_footer_content_list dl:nth-child(3) {
    width: 27%;
  }
  .index_footer_content_erweimabx {
    width: 100%;
  }
  .index_footer_copyright .container {
    height: auto;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
  .index_footer_copyright .container p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
  }
  .index_sidebar {
    display: none;
  }
  .about_content_centerbx_profile {
    padding-bottom: 4rem;
  }
  .about_content_centerbx_profile p {
    margin-bottom: 2rem;
  }
  .about_content_centerbx_profile .numbx_list {
    flex-wrap: wrap;
  }
  .about_content_centerbx_profile .numbx_list li {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .about_content_centerbx_profile .numbx_list li:last-child {
    display: none;
  }
  .about_content_centerbx_listbx {
    padding: 4rem 0;
  }
  .about_content_centerbx_listbx .listbx_contentbx {
    flex-wrap: wrap;
    padding: 0;
  }
  .about_content_centerbx_listbx .listbx_contentbx li {
    width: 100%;
    min-height: 25rem;
    margin-bottom: 1rem;
  }
  .honor_content_centerbx_list {
    justify-content: space-between;
  }
  .honor_content_centerbx_list_item {
    width: 49%;
  }
  .honor_content_centerbx_list_item:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .honor_content_centerbx_list_item .item_img {
    height: 21rem;
    padding: 0.5rem;
  }
  .news_content_centerbx .centerbx_list_item {
    flex-wrap: wrap;
  }
  .news_content_centerbx .centerbx_list_item .item_img {
    width: 100%;
  }
  .news_content_centerbx .centerbx_list_item .item_text {
    width: 100%;
    padding: 2rem 1rem;
  }
  .news_content_centerbx .centerbx_list_item .item_text .descbtn {
    margin-top: 1.5rem;
  }
  .contact_content_centerbx h3 {
    margin-bottom: 0;
  }
  .contact_content_centerbx .mapbx {
    height: auto;
    margin-top: 4rem;
  }
  .contact_content_centerbx .mapbx .placeinfo {
    position: static;
    width: 100%;
    transform: translateX(0);
    margin-bottom: 1rem;
    padding: 2rem 0.75rem;
  }
  .contact_content_centerbx .mapbx .placeinfo_right {
    padding-left: 1.5rem;
  }
  .contact_content_centerbx .mapbx #map {
    height: 20rem;
  }
  .cooperate_content_md1 .md1_ability_bd {
    flex-wrap: wrap;
  }
  .cooperate_content_md1 .md1_ability_bd_item {
    flex: 50%;
    border: 1px solid #333;
  }
  .cooperate_content_md2 .md2_bd form {
    max-width: 100%;
  }
  .cases_content_list_firstbx {
    flex-wrap: wrap;
  }
  .cases_content_list_firstbx .firstbx_img {
    width: 100%;
    height: 18rem;
    margin-bottom: 1rem;
  }
  .cases_content_list_firstbx .firstbx_text {
    width: 100%;
    padding-left: 0;
  }
  .cases_content_list_item {
    width: 100%;
  }
  .solution1_content {
    padding-top: 8rem;
  }
  .solution1_content .centerbx_top_hd {
    flex-wrap: wrap;
  }
  .solution1_content .centerbx_top_hd_text {
    width: 100%;
    margin-bottom: 1rem;
  }
  .solution1_content .centerbx_top_hd_img {
    width: 80%;
    margin: 0 auto;
  }
  .solution1_content .centerbx_top_bd_md {
    flex-wrap: wrap;
  }
  .solution1_content .centerbx_top_bd_md_l {
    width: 100%;
    height: 18rem;
  }
  .solution1_content .centerbx_top_bd_md_r {
    width: 100%;
    padding: 2rem 0;
  }
  .solution1_content .centerbx_top_bd_md_r ul li .numbx {
    margin-right: 0.25rem;
  }
  .solution2_content .centerbx_top_bd_md1 .solution2_common_title {
    margin-bottom: 2rem;
  }
  .solution2_content .centerbx_top_bd_md1_desc {
    flex-wrap: wrap;
  }
  .solution2_content .centerbx_top_bd_md1_desc .desc_l {
    width: 100%;
    margin-bottom: 2rem;
  }
  .solution2_content .centerbx_top_bd_md1_desc .desc_r {
    width: 80%;
    margin: 0 auto;
  }
  .solution2_content .centerbx_top_bd_md4_desc {
    flex-wrap: wrap;
  }
  .solution2_content .centerbx_top_bd_md4_desc .desc_l {
    width: 100%;
    margin-bottom: 2rem;
  }
  .solution2_content .centerbx_top_bd_md4_desc .desc_r {
    width: 100%;
  }
  .solution2_content .centerbx_top_bd_md5_desc {
    flex-wrap: wrap;
  }
  .solution2_content .centerbx_top_bd_md5_desc .desc_l {
    width: 100%;
    margin-bottom: 2rem;
  }
  .solution2_content .centerbx_top_bd_md5_desc .desc_r {
    width: 100%;
  }
  .solution2_content .centerbx_top_bd_md7_desc .listbx {
    flex-wrap: wrap;
  }
  .solution2_content .centerbx_top_bd_md7_desc .listbx .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .solution3_content .centerbx_top_bd_md3_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution3_content .centerbx_top_bd_md3_descbx .listbx .item {
    max-width: 48%;
    width: 48%;
    margin-bottom: 1.5rem;
  }
  .solution3_content .centerbx_top_bd_md4_descbx {
    padding: 2.75rem 0 3.75rem 0;
  }
  .solution4_content .centerbx_top_hd .container {
    flex-wrap: wrap;
  }
  .solution4_content .centerbx_top_hd_text {
    width: 100%;
  }
  .solution4_content .centerbx_top_hd_img {
    width: 80%;
    margin: 0 auto;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx .item {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .solution4_content .centerbx_top_bd_md2_descbx {
    padding-bottom: 0;
  }
  .solution4_content .centerbx_top_bd_md2_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution4_content .centerbx_top_bd_md2_descbx .listbx .item {
    width: 49%;
    margin-bottom: 0.5rem;
  }
  .solution5_content .centerbx_top_hd {
    margin-bottom: 3rem;
  }
  .solution5_content .centerbx_top_hd .container {
    flex-wrap: wrap;
  }
  .solution5_content .centerbx_top_hd_text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .solution5_content .centerbx_top_hd_img {
    width: 60%;
    margin: 0 auto;
  }
  .solution5_content .centerbx_top_bd_md2_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution5_content .centerbx_top_bd_md2_descbx .listbx .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .hardware_content_centerbx .swiperbx .swiper-container {
    margin: 7.5rem 0;
    height: 22rem;
  }
  .hardware_content_centerbx .swiperbx .swiper-slide-item {
    width: 80%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
  .hardware_content_centerbx .swiperbx .swiper-container {
    margin: 7.5rem 0;
    height: 22rem;
  }
  .hardware_content_centerbx .swiperbx .swiper-slide-item {
    width: 61%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
  .common_banner {
    width: 100%;
    height: 20rem;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_casesdetail {
    width: 100%;
    height: 16rem;
    margin-top: 6rem;
  }
  .common_banner_casesdetail > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_casesdetail_bottom {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -9.375rem;
    transform: translateX(-50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .common_banner_casesdetail_bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 9.375rem;
    padding: 0 1rem;
    background-color: #fff;
  }
  .common_banner_casesdetail_bottom ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common_banner_casesdetail_bottom ul li p {
    font-size: 2.25rem;
    color: #007ec7;
    margin-bottom: 1.75rem;
  }
  .common_banner_casesdetail_bottom ul li span {
    font-size: 1.125rem;
    color: #333;
  }
  .common_detail_pagebtn {
    padding: 2rem 0;
  }
  .common_detail_pagebtn .container {
    flex-direction: column;
    padding: 0;
  }
  .common_detail_pagebtn_l {
    max-width: 80%;
  }
  .common_detail_pagebtn_r {
    margin-top: 1rem;
  }
  .common_content_nav ul li:not(:last-child) {
    margin-right: 2.5rem;
  }
  .common_navbx_list {
    flex-wrap: wrap;
    height: auto;
  }
  .common_navbx_list li {
    flex: 1;
    height: 2.75rem;
  }
  .index_banner {
    display: block;
    height: 50vh;
  }
  .index_banner .swiper-slide-text {
    display: block;
    left: 6%;
  }
  .index_banner .swiper-slide-text h3 {
    font-size: 2.25rem;
  }
  .index_banner .swiper-pagination {
    bottom: 1.25rem;
  }
  .index_md_about_content {
    margin-bottom: 2.5rem;
  }
  .index_md_about_content .desc p {
    max-width: 76%;
  }
  .index_md_about_content .numbx_list {
    flex-wrap: wrap;
  }
  .index_md_about_content .numbx_list li {
    width: auto;
    margin-bottom: 0;
  }
  .index_md_about_content .numbx_list li:last-child {
    display: flex;
    width: auto;
  }
  .index_md_solution_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .index_md_solution_content_item {
    position: relative;
    width: 49%;
    height: auto;
    max-height: 20rem;
    left: 0 !important;
    margin-bottom: 1rem;
  }
  .index_md_solution_content_item > a.phone {
    display: block;
  }
  .index_md_solution_content_item::before {
    display: none;
  }
  .index_md_solution_content_item .desc {
    display: none;
  }
  .index_md_solution_content_item.active {
    width: 49%;
  }
  .index_md_solution_content_item img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_md_solution_content_item span {
    display: none;
  }
  .index_md_solution_content_item.active .index_md_solution_content_item_box {
    right: 0;
  }
  .index_partner_content_item {
    width: 19.5%;
    height: 6.25rem;
  }
  .index_partner_content_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .index_partner_content_item:not(:nth-child(5n)) {
    margin-right: calc(2.5%/4);
  }
  .index_contact {
    padding: 1.875rem 0;
  }
  .index_contact .index_common_title {
    margin-bottom: 3rem;
  }
  .index_contact_content {
    padding: 0;
    flex-wrap: wrap;
  }
  .index_contact_content_text {
    width: 50%;
    margin-bottom: 1.25rem;
  }
  .index_contact_content_formbx {
    width: 50%;
  }
  .index_footer_content {
    padding-bottom: 3rem;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content_list {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .index_footer_content_list dl {
    width: auto;
    margin-bottom: 1rem;
  }
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 2rem;
  }
  .index_footer_content_erweimabx {
    width: auto;
  }
  .index_footer_content_erweimabx .itembx:last-child {
    margin-right: 0;
  }
  .index_footer_copyright .container {
    height: 4rem;
    flex-wrap: wrap;
    padding: 0 3rem;
  }
  .index_footer_copyright .container p:first-child {
    width: auto;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.25rem;
  }
  .hardware_content_centerbx .swiperbx .swiper-container {
    margin: 7.5rem 0;
    height: 22rem;
  }
  .hardware_content_centerbx .swiperbx .swiper-slide-item {
    width: 60%;
  }
  .cases_content_list_firstbx {
    flex-wrap: wrap;
  }
  .cases_content_list_firstbx .firstbx_img {
    width: 50%;
    height: 24rem;
    margin-bottom: 0;
  }
  .cases_content_list_firstbx .firstbx_text {
    width: 50%;
    padding-left: 1rem;
  }
  .cases_content_list_item {
    width: 48.6%;
  }
  .cases_content_list_item .item_img {
    height: 17rem;
  }
  .about_content_centerbx_profile {
    padding-bottom: 4rem;
  }
  .about_content_centerbx_profile p {
    margin-bottom: 2rem;
  }
  .about_content_centerbx_profile .numbx_list {
    flex-wrap: nowrap;
  }
  .about_content_centerbx_profile .numbx_list li {
    width: 50%;
    margin-bottom: 0;
  }
  .about_content_centerbx_profile .numbx_list li:last-child {
    display: block;
  }
  .about_content_centerbx_listbx {
    padding: 4rem 0;
  }
  .about_content_centerbx_listbx .listbx_contentbx {
    flex-wrap: nowrap;
    padding: 0;
  }
  .about_content_centerbx_listbx .listbx_contentbx li {
    width: 32%;
    min-height: 25rem;
    padding: 3rem 1.5rem 0;
    margin-bottom: 1rem;
  }
  .news_content_centerbx .centerbx_list_item {
    flex-wrap: wrap;
  }
  .news_content_centerbx .centerbx_list_item .item_img {
    width: 42%;
    height: 23rem;
  }
  .news_content_centerbx .centerbx_list_item .item_text {
    width: 57%;
    padding: 2rem 1rem;
  }
  .news_content_centerbx .centerbx_list_item .item_text .descbtn {
    margin-top: 1.5rem;
  }
  .contact_content_centerbx h3 {
    margin-bottom: 0;
  }
  .contact_content_centerbx .mapbx {
    height: auto;
    margin-top: 14rem;
  }
  .contact_content_centerbx .mapbx .placeinfo {
    position: absolute;
    top: -10rem;
    left: 50%;
    width: 42.5rem;
    transform: translateX(-50%);
    margin-bottom: 1rem;
    padding: 2rem 0.75rem;
  }
  .contact_content_centerbx .mapbx .placeinfo_right {
    padding-left: 1.5rem;
  }
  .contact_content_centerbx .mapbx #map {
    height: 24rem;
  }
  .solution1_content {
    padding-top: 8rem;
  }
  .solution1_content .centerbx_top_hd {
    flex-wrap: nowrap;
  }
  .solution1_content .centerbx_top_hd_text {
    width: 60%;
    margin-bottom: 0;
  }
  .solution1_content .centerbx_top_hd_img {
    width: 34%;
    margin: 0 auto;
  }
  .solution1_content .centerbx_top_bd_md {
    flex-wrap: nowrap;
  }
  .solution1_content .centerbx_top_bd_md_l {
    height: 24rem;
  }
  .solution1_content .centerbx_top_bd_md_r {
    padding: 2rem 0;
  }
  .solution2_content .centerbx_top_bd_md1 .solution2_common_title {
    margin-bottom: 2rem;
  }
  .solution2_content .centerbx_top_bd_md1_desc {
    flex-wrap: nowrap;
  }
  .solution2_content .centerbx_top_bd_md1_desc .desc_l {
    width: 47%;
    margin-bottom: 0;
  }
  .solution2_content .centerbx_top_bd_md1_desc .desc_r {
    width: 53%;
    margin: 0 auto;
  }
  .solution2_content .centerbx_top_bd_md4_desc {
    flex-wrap: nowrap;
  }
  .solution2_content .centerbx_top_bd_md4_desc .desc_l {
    width: 56%;
    margin-bottom: 0;
  }
  .solution2_content .centerbx_top_bd_md4_desc .desc_r {
    width: 43%;
  }
  .solution2_content .centerbx_top_bd_md5_desc {
    flex-wrap: nowrap;
  }
  .solution2_content .centerbx_top_bd_md5_desc .desc_l {
    width: 50%;
    margin-bottom: 2rem;
  }
  .solution2_content .centerbx_top_bd_md5_desc .desc_r {
    width: 50%;
  }
  .solution2_content .centerbx_top_bd_md7_desc .listbx {
    flex-wrap: nowrap;
  }
  .solution2_content .centerbx_top_bd_md7_desc .listbx .item {
    width: 32%;
    margin-bottom: 1rem;
  }
  .solution2_content .centerbx_top_bd_md8_desc .listbx {
    flex-wrap: wrap;
  }
  .solution2_content .centerbx_top_bd_md8_desc .listbx .item {
    width: 31.43%;
    height: 13rem;
  }
  .solution3_content .centerbx_top_bd_md3_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution3_content .centerbx_top_bd_md3_descbx .listbx .item {
    max-width: 24%;
    width: 24%;
    margin-bottom: 0;
  }
  .solution3_content .centerbx_top_bd_md4_descbx {
    padding: 2.75rem 0 3.75rem 0;
  }
  .solution4_content .centerbx_top_hd .container {
    flex-wrap: wrap;
  }
  .solution4_content .centerbx_top_hd_text {
    width: 60%;
  }
  .solution4_content .centerbx_top_hd_img {
    width: 36%;
    margin: 0 auto;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx .item {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx .item_img {
    height: 13rem;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx .item:first-child {
    width: 34.86% !important;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx .item:nth-child(2) {
    width: 26.57% !important;
  }
  .solution4_content .centerbx_top_bd_md1_descbx .listbx .item:nth-child(3) {
    width: 35.71% !important;
  }
  .solution4_content .centerbx_top_bd_md2_descbx {
    padding-bottom: 0;
  }
  .solution4_content .centerbx_top_bd_md2_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution4_content .centerbx_top_bd_md2_descbx .listbx .item {
    width: 49%;
    margin-bottom: 0.5rem;
  }
  .solution5_content .centerbx_top_hd {
    margin-bottom: 3rem;
  }
  .solution5_content .centerbx_top_hd .container {
    flex-wrap: wrap;
  }
  .solution5_content .centerbx_top_hd_text {
    width: 60%;
    margin-bottom: 1.5rem;
  }
  .solution5_content .centerbx_top_hd_img {
    width: 36%;
    margin: 0 auto;
  }
  .solution5_content .centerbx_top_bd_md2_descbx .listbx {
    flex-wrap: wrap;
  }
  .solution5_content .centerbx_top_bd_md2_descbx .listbx .item {
    width: 49%;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_sidebar {
    position: fixed;
    top: 50%;
    right: -101%;
    z-index: 29;
    transition: all 1s;
  }
  .index_sidebar.current {
    right: 0.875rem;
  }
  .index_sidebar ul li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .index_sidebar ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .index_sidebar ul li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 4.25rem;
    height: 4.25rem;
    background-color: #2e5ea9;
    z-index: 9;
  }
  .index_sidebar ul li > a i {
    font-size: 1.5rem;
    color: #fff;
  }
  .index_sidebar ul li > a p {
    font-size: 0.5rem;
    color: #fff;
    margin-top: 0.375rem;
  }
  .index_sidebar ul li:last-child > a i {
    font-size: 1rem;
  }
  .index_sidebar ul li > .phone {
    position: relative;
    max-width: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    background-color: #2e5ea9;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .index_sidebar ul li > .phone p {
    font-size: 0.75rem;
    color: #fff;
  }
  .index_sidebar ul li > .phone::before {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #fff;
  }
  .index_sidebar ul li.weixin > .show {
    display: none;
    position: absolute;
    top: -30%;
    right: 4.75rem;
    width: 8rem;
    height: 8rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .index_sidebar ul li.weixin > .show img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .index_sidebar ul li.weixin > .show::after {
    position: absolute;
    top: 20%;
    right: -1.25rem;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #fff;
    border-right: 0.625rem solid transparent;
  }
  .index_sidebar ul li.phonebx:hover > .phone {
    max-width: 16rem;
    opacity: 1;
    padding: 0 0.5rem;
  }
  .index_sidebar ul li.qq:hover > p {
    width: 9.875rem;
    opacity: 1;
  }
  .index_sidebar ul li.weixin:hover > .show {
    display: block;
  }
  .hardware_content_centerbx .swiperbx .swiper-container {
    margin: 7.5rem 0;
    height: 22rem;
  }
  .hardware_content_centerbx .swiperbx .swiper-slide-item {
    width: 65%;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
