@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
  scroll-padding-top: 6.25rem;
}
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;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bgbx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  width: 80px;
  height: 100px;
  color: #050f31;
  line-height: 100px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 30px;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.img {
  transform: scale(1.1);
}
.container {
  width: 100rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.hvr-bounce-to-right {
  background: transparent;
}
.hvr-bounce-to-right::before {
  background: #0c205b;
}
.inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #050f31;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #011d49;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #333;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.common_banner_text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.common_banner_text .container h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1.375rem;
}
.common_banner_text .container em {
  display: block;
  width: 3.875rem;
  height: 0.1875rem;
  background-color: #fff;
}
.common_crumb {
  background-color: #e5e5e5;
}
.common_crumb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.75rem;
}
.common_crumb_content .left p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
}
.common_crumb_content .left p a {
  color: rgba(17, 17, 17, 0.5);
}
.common_crumb_content .left p a:hover {
  color: #0c205b;
}
.common_crumb_content .rightnav {
  height: 100%;
}
.common_crumb_content .rightnav ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.common_crumb_content .rightnav ul li {
  height: 100%;
  transition: all 0.3s;
}
.common_crumb_content .rightnav ul li.active,
.common_crumb_content .rightnav ul li:hover {
  background-color: #d5d5d5;
}
.common_crumb_content .rightnav ul li.active a,
.common_crumb_content .rightnav ul li:hover a {
  color: #0c205b;
}
.common_crumb_content .rightnav ul li a {
  display: block;
  height: 100%;
  line-height: 3.75rem;
  padding: 0 2rem;
  font-size: 1rem;
  color: #111;
  transition: all 0.3s;
}
.common_navbx {
  float: left;
  width: 18%;
}
.common_navbx_bd {
  width: 100%;
}
.common_navbx_bd li {
  width: 100%;
  height: 3.75rem;
}
.common_navbx_bd li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3.75rem;
  background: #f1f1f1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.common_navbx_bd li.active a,
.common_navbx_bd li:hover a {
  color: #fff;
  background: #e6252a;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  background: #e9e9e9;
  font-size: 0.875rem;
  color: #0c205b;
  margin: 0 0.375rem;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #0c205b;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #0c205b;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 1.875rem;
  border-radius: 0.1875rem;
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.375rem;
}
.common_pagebtn a {
  display: flex;
  max-width: 80%;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #0c205b;
}
.showhonor {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.showhonor.active {
  display: block;
}
.showhonor .closebtn {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.showhonor .closebtn:hover {
  background: #ccc;
}
.showhonor .closebtn:hover i {
  color: #fff;
}
.showhonor .closebtn i {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}
.showhonor_content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showhonor_content .imgbx img {
  display: block;
  width: 60vw;
  height: 60vh;
  object-fit: contain;
  margin: 0 auto;
}
.searchbd_content {
  padding: 12rem 0 3rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.searchbd_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.searchbd_content_item:hover h3 {
  color: #0c205b;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.4s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_logo {
  position: relative;
  width: 17.1875rem;
  height: 6.125rem;
}
.index_header_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 6.25rem;
  margin-top: auto;
}
.index_header_nav {
  display: flex;
  height: 100%;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6.25rem;
  font-size: 1.125rem;
  color: #111;
  padding: 0 1.875rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.3s;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.index_header_nav_item .dropdown.dropdowm2 {
  left: 50%;
  transform: translateX(-50%);
  width: 10.5rem;
}
.index_header_nav_item .dropdown_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index_header_nav_item .dropdown_list li {
  width: 100%;
}
.index_header_nav_item .dropdown_list li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #111;
  text-align: center;
  line-height: 2.5rem;
}
.index_header_nav_item .dropdown_list li a:hover {
  background-color: #0c205b;
  color: #fff;
}
.index_header_nav_item.active > a {
  color: #0c205b;
}
.index_header_nav_item:hover > a {
  color: #0c205b;
}
.index_header_nav_item:hover .dropdown {
  max-height: 42rem;
  opacity: 1;
}
.index_header .rightbx {
  display: flex;
  align-items: center;
}
.index_header .rightbx .searchbx {
  width: 11.5rem;
  height: 1.875rem;
  margin-left: 1.875rem;
  border: 1px solid #909090;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  overflow: hidden;
}
.index_header .rightbx .searchbx form {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_header .rightbx .searchbx form input {
  width: 100%;
  height: 100%;
  padding-left: 0.75rem;
  padding-right: 2.25rem;
  border: 0;
  background-color: transparent;
  color: #333;
  font-size: 0.75rem;
  outline: 0;
  box-sizing: border-box;
}
.index_header .rightbx .searchbx form button {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  margin-left: -1px;
  outline: 0;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.index_header .rightbx .searchbx form button svg {
  font-size: 1.325rem;
}
.index_header .rightbx .searchbx form button:hover {
  cursor: pointer;
}
.index_header .rightbx .langbx {
  position: relative;
  margin-left: 2.5rem;
}
.index_header .rightbx .langbx::before {
  position: absolute;
  top: 50%;
  left: -1.625rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.0625rem;
  height: 84%;
  background-color: #e1e1e1;
}
.index_header .rightbx .langbx a {
  font-size: 1rem;
  color: #999;
  line-height: 2.25rem;
}
.index_header .rightbx .langbx a:hover {
  color: #0c205b;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 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-pagination {
  width: 100%;
  bottom: 1.875rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  outline: none;
  box-sizing: border-box;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  margin: 0 0.375rem;
  background: #fff;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 0.5rem;
}
.index_banner_M {
  display: none;
}
.index_common_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_common_title .left {
  display: flex;
  flex-direction: column;
  padding-left: 1.125rem;
  border-left: 0.125rem solid #0c205b;
  box-sizing: border-box;
}
.index_common_title .left h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 0.625rem;
}
.index_common_title .left span {
  font-size: 1.25rem;
  color: #dadada;
}
.index_common_title .pagelist i {
  font-size: 1.25rem;
  color: #b5b5b5;
}
.index_common_title .pagelist:hover i {
  color: #0c205b;
}
.index_product {
  padding-top: 5rem;
  margin-bottom: 4rem;
}
.index_product .list.list1 {
  margin-bottom: 2.5rem;
}
.index_product .list .index_common_title {
  margin-bottom: 2.5rem;
}
.index_product .list_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_product .list_content > i {
  display: block;
  width: 23.125%;
  height: 0;
}
.index_product .list_content .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 23.125%;
  height: 12.5rem;
  padding: 1.75rem 1.125rem;
  margin-bottom: 2.125rem;
  box-sizing: border-box;
  background-color: #ececec;
}
.index_product .list_content .item_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index_product .list_content .item_text .title h4 {
  font-size: 1.125rem;
  color: #0c205b;
  margin-bottom: 1.125rem;
}
.index_product .list_content .item_text .title p {
  max-width: 54%;
  font-size: 0.75rem;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_product .list_content .item_text .morebtn {
  width: 6.25rem;
  height: 2rem;
}
.index_product .list_content .item_text .morebtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 7%;
  border: 1px solid #0c205b;
  box-sizing: border-box;
  transition: all 0.4s;
}
.index_product .list_content .item_text .morebtn a span {
  font-size: 0.625rem;
  color: #0c205b;
  transition: all 0.4s;
}
.index_product .list_content .item_text .morebtn a i {
  font-size: 0.75rem;
  color: #0c205b;
  transition: all 0.4s;
}
.index_product .list_content .item_text .morebtn a:hover {
  background-color: #0c205b;
}
.index_product .list_content .item_text .morebtn a:hover span,
.index_product .list_content .item_text .morebtn a:hover i {
  color: #fff;
}
.index_product .list_content .item_img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.index_product .list_content .item_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index_application .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
.index_application .title h3 {
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 1rem;
}
.index_application .title span {
  font-size: 1.625rem;
  color: #dadada;
  opacity: 0.5;
}
.index_application .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_application .list .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_application .list .bg .imglist {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_application .list .bg .imglist li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 1s;
}
.index_application .list .bg .imglist li.active {
  opacity: 1;
  z-index: 3;
}
.index_application .list .bg .imglist li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_application .list .list_content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 2;
}
.index_application .list .list_content_M {
  display: none;
}
.index_application .list .list_content li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  height: 21.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition: all 0.4s;
}
.index_application .list .list_content li:hover {
  background-color: rgba(12, 32, 91, 0.8);
}
.index_application .list .list_content li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4.375rem;
  margin-bottom: 2.5rem;
}
.index_application .list .list_content li .icon img {
  display: block;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.index_application .list .list_content li .text h4 {
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.index_application .list .list_content li .text p {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 1.75em;
  opacity: 0.3;
}
.index_partner {
  padding: 6.125rem 0;
}
.index_partner .index_common_title {
  margin-bottom: 2.5rem;
}
.index_partner_content {
  position: relative;
}
.index_partner_content .partner_swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.index_partner_content .partner_swiper .swiper-wrapper {
  width: 100%;
}
.index_partner_content .partner_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.index_partner_content .partner_swiper .swiper-slide .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75%;
  height: 7.75rem;
  background-color: #fff;
  margin-bottom: 1.25rem;
}
.index_partner_content .partner_swiper .swiper-slide .item img {
  display: block;
  max-width: 94%;
  max-height: 94%;
  object-fit: contain;
}
.index_partner_content .swiper-pagination {
  bottom: -2rem !important;
}
.index_partner_content .swiper-pagination-bullet-active {
  background-color: #0c205b;
}
.index_about {
  display: flex;
  width: 100%;
  height: 46.875rem;
}
.index_about .left {
  position: relative;
  width: 58.4375%;
  height: 100%;
}
.index_about .left .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.index_about .left .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .left .text {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10% 14%;
  z-index: 2;
}
.index_about .left .text_title {
  margin-bottom: 7%;
}
.index_about .left .text_title h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 2.5rem;
}
.index_about .left .text_title h3 {
  font-size: 2.375rem;
  color: #fff;
}
.index_about .left .text .intro {
  margin-bottom: 8%;
}
.index_about .left .text .intro p {
  font-size: 1rem;
  line-height: 2.25rem;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_about .left .text .numbx {
  width: 100%;
  margin-bottom: 8%;
}
.index_about .left .text .numbx ul {
  display: flex;
  justify-content: space-between;
}
.index_about .left .text .numbx ul li .num {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
}
.index_about .left .text .numbx ul li .num span {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.25rem;
}
.index_about .left .text .numbx ul li .num p {
  display: flex;
  font-size: 0.75rem;
  line-height: 2.5rem;
  color: #fff;
}
.index_about .left .text .numbx ul li p {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
.index_about .left .text .aboutpage i {
  font-size: 1.25rem;
  color: #fff;
}
.index_about .left .text .aboutpage:hover i {
  color: #0c205b;
}
.index_about .right {
  display: flex;
  flex-direction: column;
  width: 41.5625%;
  height: 100%;
}
.index_about .right_imgbx {
  position: relative;
  width: 100%;
  height: 50%;
}
.index_about .right_imgbx .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.index_about .right_imgbx .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .right .text {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6% 8%;
  z-index: 2;
}
.index_about .right .text h4 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
}
.index_about .right .text em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #fff;
  margin: 1.125rem 0 0.875rem;
}
.index_about .right .text .intro {
  max-width: 50%;
  margin-bottom: 2rem;
}
.index_about .right .text .intro p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2rem;
}
.index_about .right .text .descbtn i {
  font-size: 1.25rem;
  color: #fff;
}
.index_about .right .text .descbtn:hover i {
  color: #0c205b;
}
.index_new {
  padding: 6.25rem 0;
}
.index_new .index_common_title {
  align-items: flex-end;
  margin-bottom: 3.125rem;
}
.index_new .index_common_title .rightnav {
  display: flex;
  justify-content: flex-end;
}
.index_new .index_common_title .rightnav li {
  width: 6.875rem;
  height: 2.5rem;
}
.index_new .index_common_title .rightnav li:not(:first-child) {
  margin-left: 1.25rem;
}
.index_new .index_common_title .rightnav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.8);
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid rgba(17, 17, 17, 0.2);
  box-sizing: border-box;
}
.index_new_content .list {
  display: none;
  justify-content: space-between;
}
.index_new_content .list.active {
  display: flex;
}
.index_new_content .list .item {
  position: relative;
  width: 31.25%;
  transition: all 0.4s;
}
.index_new_content .list .item:hover {
  -webkit-box-shadow: 0px 10px 13px -7px rgba(12, 32, 91, 0.4), 5px 15px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px rgba(12, 31, 91, 0.4), 5px 15px 15px 5px rgba(0, 0, 0, 0);
}
.index_new_content .list .item:hover .item_img img {
  transform: scale(1.1);
}
.index_new_content .list .item:hover .item_text .text h4 {
  color: #0c205b;
}
.index_new_content .list .item:hover .item_text .time a {
  left: 1rem;
}
.index_new_content .list .item .item_img {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
}
.index_new_content .list .item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_new_content .list .item .item_text {
  width: 100%;
  padding: 2rem 1.75rem 1rem;
  box-sizing: border-box;
}
.index_new_content .list .item .item_text .text {
  margin-bottom: 2.25rem;
}
.index_new_content .list .item .item_text .text h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.75rem;
  transition: all 0.4s;
}
.index_new_content .list .item .item_text .text .intro {
  font-size: 0.875rem;
  color: #999;
  line-height: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_content .list .item .item_text .time {
  display: flex;
  justify-content: space-between;
}
.index_new_content .list .item .item_text .time span {
  font-size: 0.875rem;
  color: #999;
}
.index_new_content .list .item .item_text .time a {
  position: relative;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 0.75rem;
  transition: all 0.4s;
}
.index_new_content .list .item .item_text .time a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer {
  background-color: #050f31;
  z-index: 22;
}
.index_footer_content {
  display: flex;
  justify-content: space-between;
  padding-top: 3.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_footer_content .left {
  position: relative;
  display: flex;
  justify-content: center;
  width: 17.625%;
}
.index_footer_content .left::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0.0625rem;
  height: 93%;
  background-color: #fff;
  opacity: 0.2;
}
.index_footer_content .left .logo {
  margin-top: 22%;
  display: block;
  width: 9.75rem;
  height: 8.875rem;
}
.index_footer_content .left .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content .list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 65.5%;
  padding: 0 8%;
  box-sizing: border-box;
}
.index_footer_content .list::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0.0625rem;
  height: 93%;
  background-color: #fff;
  opacity: 0.2;
}
.index_footer_content .list dl dt {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.75rem;
}
.index_footer_content .list dl dd {
  margin-bottom: 1.25rem;
}
.index_footer_content .list dl dd a {
  font-size: 1rem;
  color: #e9e9e9;
  opacity: 0.2;
}
.index_footer_content .list dl dd a:hover {
  opacity: 1;
}
.index_footer_content .infobx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 16.875%;
}
.index_footer_content .infobx h4 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
}
.index_footer_content .infobx .tel {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.625rem;
}
.index_footer_content .infobx .erweima {
  display: block;
  width: 8.625rem;
  height: 8.625rem;
  margin-bottom: 1.25rem;
}
.index_footer_content .infobx .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content .infobx ul {
  display: flex;
}
.index_footer_content .infobx ul li:not(:first-child) {
  margin-left: 1.25rem;
}
.index_footer_content .infobx ul li a i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}
.index_footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_footer_copyright p,
.index_footer_copyright a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  line-height: 3.75rem;
}
.index_footer_copyright p:not(:last-child),
.index_footer_copyright a:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_copyright p a,
.index_footer_copyright a a {
  font-size: 0.75rem;
}
.index_footer_copyright a:hover {
  color: #fff;
}
.index_sidebar {
  position: fixed;
  right: -3.25rem;
  bottom: 20%;
  z-index: 23;
  opacity: 0;
  transition: all 0.3s;
}
.index_sidebar.show {
  right: 1rem;
  opacity: 1;
}
.index_sidebar #goToTop {
  width: 3.75rem;
  height: 3.75rem;
}
.index_sidebar #goToTop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background-color: #0c205b;
  overflow: hidden;
}
.index_sidebar #goToTop a i {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.index_sidebar #goToTop a p {
  font-size: 0.75rem;
  color: #fff;
}
.index_sidebar #goToTop:hover a {
  background-color: #050f31;
}
.index_sidebar #goToTop:hover a i {
  color: #ffffff;
}
.index_sidebar #goToTop:hover p {
  color: #ffffff;
}
.product {
  background-color: #fff;
}
.product_content {
  padding: 3.75rem 0;
}
.product_content .navbox {
  float: left;
  width: 19.375%;
}
.product_content .navbox_M {
  display: none;
}
.product_content .navbox .list:not(:last-child) {
  margin-bottom: 2.625rem;
}
.product_content .navbox .list_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 1.5rem;
  background-color: #0c205b;
  border-radius: 0px 1.5625rem 0px 0px;
}
.product_content .navbox .list_title em {
  width: 1rem;
  height: 0.25rem;
  margin-right: 0.625rem;
  background-color: #fff;
}
.product_content .navbox .list_title h3 {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
}
.product_content .navbox .list_content > ul > li {
  position: relative;
  width: 100%;
  height: 3.125rem;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
}
.product_content .navbox .list_content > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.product_content .navbox .list_content > ul > li.active a {
  color: #fff;
  background-color: #0c205b;
}
.product_content .navbox .list_content > ul > li:hover .dropdown {
  max-height: 80rem;
}
.product_content .navbox .list_content > ul > li:hover a {
  color: #fff;
  background-color: #0c205b;
}
.product_content .navbox .list_content > ul > li .dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 3;
}
.product_content .navbox .list_content > ul > li .dropdown ul li {
  width: 15rem;
  height: 2.5rem;
  box-sizing: border-box;
}
.product_content .navbox .list_content > ul > li .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.product_content .navbox .list_content > ul > li .dropdown ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #111;
  line-height: 2.5rem;
  padding: 0 0.875rem;
  background-color: #eaeaea;
  box-sizing: border-box;
}
.product_content .navbox .list_content > ul > li .dropdown ul li a:hover {
  color: #0c205b;
}
.product_content .navbtnM {
  display: none;
}
.product_content .rightbox {
  float: right;
  width: 73.625%;
}
.product_content .rightbox .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product_content .rightbox .list > i {
  display: block;
  width: 28.2%;
  height: 0;
}
.product_content .rightbox .list .item {
  position: relative;
  width: 28.2%;
  margin-bottom: 2.375rem;
}
.product_content .rightbox .list .item:hover .item_img img {
  transform: scale(1.08);
}
.product_content .rightbox .list .item:hover .item_title {
  background-color: #0c205b;
}
.product_content .rightbox .list .item:hover .item_title h4 {
  color: #fff;
}
.product_content .rightbox .list .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.625rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.product_content .rightbox .list .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.product_content .rightbox .list .item_title {
  width: 100%;
  background-color: #e9e9e9;
  padding: 0 2rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.product_content .rightbox .list .item_title h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  line-height: 3.75rem;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productdetail_content .rightbox_info {
  margin-bottom: 2.5rem;
}
.productdetail_content .rightbox_info .bigimg {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42.4%;
  height: 28.125rem;
  margin-bottom: 2rem;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}
.productdetail_content .rightbox_info .bigimg img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.productdetail_content .rightbox_info .rightinfo {
  float: right;
  width: 52.3%;
  padding-top: 4%;
  padding-right: 10%;
}
.productdetail_content .rightbox_info .rightinfo h3 {
  font-size: 2rem;
  color: #0c205b;
  margin-bottom: 10%;
}
.productdetail_content .rightbox_info .rightinfo .intro {
  margin-bottom: 10%;
}
.productdetail_content .rightbox_info .rightinfo .intro p {
  font-size: 1rem;
  color: #232323;
  line-height: 2.25rem;
}
.productdetail_content .rightbox_info .rightinfo .contactbtn {
  width: 9.375rem;
  height: 2.875rem;
}
.productdetail_content .rightbox_info .rightinfo .contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.875rem;
  background-color: #0c205b;
}
.productdetail_content .rightbox_info .imglist {
  width: 100%;
  height: 8.125rem;
  overflow: hidden;
}
.productdetail_content .rightbox_info .imglist .imglist_swiper {
  height: 100%;
}
.productdetail_content .rightbox_info .imglist .imglist_swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 100%;
  margin-bottom: 3.75rem;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  overflow: hidden;
}
.productdetail_content .rightbox_info .imglist .imglist_swiper .swiper-slide.active {
  border-color: #0c205b;
}
.productdetail_content .rightbox_info .imglist .imglist_swiper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.3s;
}
.productdetail_content .rightbox_descbx {
  margin-bottom: 5rem;
}
.productdetail_content .rightbox_descbx .title {
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.productdetail_content .rightbox_descbx .title h3 {
  display: inline-block;
  font-size: 1rem;
  color: #232323;
  font-weight: 400;
  line-height: 2.25rem;
  padding: 0 1.75rem;
  background-color: #e8e8e8;
}
.productdetail_content .rightbox_descbx .text p {
  font-size: 0.875rem;
  color: #232323;
  letter-spacing: 1px;
  line-height: 2.25rem;
}
.about_content {
  padding: 2.5rem 0 3.125rem;
}
.about_content .title {
  margin-bottom: 2.5rem;
}
.about_content .title h3 {
  display: inline-block;
  font-size: 2.5rem;
  color: #111;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00a1e9;
}
.about_content .desc p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.6);
  line-height: 2.5rem;
  text-indent: 2em;
  text-align: justify;
}
.about_content .imgbx {
  position: relative;
  width: 100%;
  height: auto;
}
.about_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_content .imgbx .numbx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 3%;
}
.about_content .imgbx .numbx ul {
  display: flex;
}
.about_content .imgbx .numbx ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_content .imgbx .numbx ul li .num {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
}
.about_content .imgbx .numbx ul li .num span {
  font-size: 4.75rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.25rem;
}
.about_content .imgbx .numbx ul li .num p {
  display: flex;
  font-size: 0.75rem;
  line-height: 2.5rem;
  color: #fff;
}
.about_content .imgbx .numbx ul li p {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
.honor {
  padding: 2.5rem 0;
}
.honor .list:not(:last-child) {
  margin-bottom: 1.25rem;
}
.honor .list .title {
  margin-bottom: 1.875rem;
}
.honor .list .title h3 {
  position: relative;
  font-size: 1.625rem;
  color: #111;
  line-height: 2.5rem;
  padding-left: 1.25rem;
}
.honor .list .title h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: #0c205b;
}
.honor .list_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor .list_content > i {
  display: block;
  width: 17.25%;
  height: auto;
}
.honor .list_content .item {
  width: 17.25%;
  height: auto;
  margin-bottom: 2.5rem;
  box-shadow: 0 0 1rem 0px rgba(0, 0, 0, 0.1);
}
.honor .list_content .item:hover {
  cursor: pointer;
}
.honor .list_content .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.partner {
  padding: 6.25rem 0 3.125rem;
}
.partner_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner_content > i {
  display: block;
  width: 14.375%;
  height: 0;
}
.partner_content .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.375%;
  height: 6.75rem;
  background: #fff;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
  box-shadow: 1px 2px 18px 0px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.partner_content .item:hover img {
  transform: scale(1.1);
}
.partner_content .item img {
  max-width: 88%;
  max-height: 92%;
  object-fit: contain;
  transition: all 0.4s;
}
.application {
  padding: 3.125rem 0;
}
.application_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application_content > i {
  display: block;
  width: 23.56%;
  height: 0;
}
.application_content .item {
  position: relative;
  width: 23.56%;
  height: 28.125rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.application_content .item:hover img {
  transform: scale(1.1);
}
.application_content .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.application_content .item .title {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
}
.application_content .item .title h4 {
  font-size: 1.25rem;
  color: #fff;
}
.manufacture_content .item {
  padding: 4rem 0;
}
.manufacture_content .item .imgbx {
  width: 68.75%;
  height: 25rem;
}
.manufacture_content .item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacture_content .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28%;
  height: 25rem;
}
.manufacture_content .item .text .title {
  margin-bottom: 2.5rem;
}
.manufacture_content .item .text .title h4 {
  font-size: 1.5rem;
  color: #0c205b;
  line-height: 2.5rem;
  font-weight: 400;
}
.manufacture_content .item .text .title p {
  font-size: 1rem;
  color: #0c205b;
  margin-bottom: 1.125rem;
}
.manufacture_content .item .text .title em {
  display: block;
  width: 5rem;
  height: 0.125rem;
  background-color: #0c205b;
}
.manufacture_content .item .text .desc > span {
  display: inline-block;
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}
.manufacture_content .item .text .desc p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
}
.manufacture_content .item .text .desc p span {
  font-size: 3.75rem;
  font-weight: 700;
}
.manufacture_content .item:nth-child(odd) {
  background-color: #fff;
}
.manufacture_content .item:nth-child(odd) .imgbx {
  float: right;
}
.manufacture_content .item:nth-child(odd) .text {
  float: left;
}
.manufacture_content .item:nth-child(even) {
  background-color: #e9e9e9;
}
.manufacture_content .item:nth-child(even) .imgbx {
  float: left;
}
.manufacture_content .item:nth-child(even) .text {
  float: right;
  align-items: flex-end;
}
.manufacture_content .item:nth-child(even) .text .title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.manufacture_content .item:nth-child(even) .text .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.news {
  padding: 3.125rem 0;
  background-color: #f1f1f1;
}
.news_content_left {
  float: left;
  width: 81.25%;
  padding: 0.75rem 0 2.5rem;
  background-color: #fff;
}
.news_content_left .list {
  margin-bottom: 1.25rem;
}
.news_content_left .item {
  position: relative;
  display: flex;
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
}
.news_content_left .item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.news_content_left .item:hover .item_img img {
  transform: scale(1.1);
}
.news_content_left .item:hover .item_text .title h4 {
  color: #0c205b;
}
.news_content_left .item_img {
  width: 24%;
  height: 11.25rem;
  overflow: hidden;
}
.news_content_left .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news_content_left .item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 76%;
  padding-left: 3%;
}
.news_content_left .item_text .title {
  margin-bottom: 2%;
}
.news_content_left .item_text .title h4 {
  font-size: 1.125rem;
  color: #111;
  margin-bottom: 1.25rem;
  transition: all 0.4s;
}
.news_content_left .item_text .title span {
  font-size: 0.875rem;
  color: #aaa;
}
.news_content_left .item_text .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content_right {
  float: right;
  width: 17.5%;
  background-color: #fff;
  padding: 1.25rem 0.875rem;
}
.news_content_right .item {
  position: relative;
}
.news_content_right .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.news_content_right .item:hover .item_img img {
  transform: scale(1.1);
}
.news_content_right .item:hover .item_title h4 {
  color: #0c205b;
}
.news_content_right .item_img {
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.news_content_right .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news_content_right .item_title h4 {
  font-size: 0.875rem;
  color: #111;
  font-weight: 400;
  line-height: 1.5rem;
  transition: all 0.4s;
}
.newdetail_content {
  padding: 3.75rem 0 4.375rem;
}
.newdetail_content .title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eaeaea;
}
.newdetail_content .title h4 {
  font-size: 1.25rem;
  color: #0c205b;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.25rem;
}
.newdetail_content .title .time {
  display: flex;
  justify-content: center;
}
.newdetail_content .title .time p {
  font-size: 0.875rem;
  color: #ccc;
}
.newdetail_content .title .time p:not(:last-child) {
  margin-right: 4%;
}
.newdetail_content .descbx {
  padding-top: 1.5rem;
}
.newdetail_content .descbx p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  text-indent: 2em;
}
.newdetail_content .descbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.contact {
  background-color: #f1f1f1;
}
.contact_mapbox {
  width: 100%;
  padding-top: 3.75rem;
}
.contact_mapbox .title {
  margin-bottom: 2.25rem;
}
.contact_mapbox .title h3 {
  font-size: 2.125rem;
  color: #111;
  text-align: center;
  margin-bottom: 1rem;
}
.contact_mapbox .title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact_mapbox .content {
  display: flex;
  width: 100%;
  height: 40.625rem;
  margin-bottom: 5rem;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
}
.contact_mapbox .content .maplist {
  width: 23.625%;
  height: 100%;
  background-color: #fff;
}
.contact_mapbox .content .maplist > ul > li {
  position: relative;
  width: 100%;
  padding: 1.875rem 1.5rem;
  box-sizing: border-box;
}
.contact_mapbox .content .maplist > ul > li:hover {
  cursor: default;
}
.contact_mapbox .content .maplist > ul > li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 92%;
  height: 1px;
  background-color: rgba(53, 53, 53, 0.1);
}
.contact_mapbox .content .maplist > ul > li h4 {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 1.25rem;
}
.contact_mapbox .content .maplist > ul > li .desc ul li {
  display: flex;
}
.contact_mapbox .content .maplist > ul > li .desc ul li p {
  flex: 1;
}
.contact_mapbox .content .maplist > ul > li .desc ul li span,
.contact_mapbox .content .maplist > ul > li .desc ul li p {
  font-size: 0.875rem;
  color: #b8b8b8;
  line-height: 1.5rem;
}
.contact_mapbox .content .map {
  width: 76.375%;
  height: 100%;
}
.contact_mapbox .content .map .iw_poi_title {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}
.contact_mapbox .content .map .iw_poi_content {
  font-size: 0.75rem;
  color: #777;
  line-height: 1.25rem;
}
.contact_mapbox .infobx {
  width: 100%;
}
.contact_mapbox .infobx h4 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  text-align: center;
  margin: 3.125rem 0 1.875rem;
}
.contact_mapbox .infobx ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
}
.contact_mapbox .infobx ul li {
  display: flex;
  align-items: center;
}
.contact_mapbox .infobx ul li .icon {
  width: 5rem;
  height: 5rem;
}
.contact_mapbox .infobx ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_mapbox .infobx ul li .text {
  padding-left: 1.125rem;
}
.contact_mapbox .infobx ul li .text p {
  font-size: 1.325rem;
  color: #111;
  font-weight: 700;
  line-height: 2.25rem;
}
.contact_mapbox .infobx ul li .text span {
  font-size: 1.125rem;
  color: #666;
  line-height: 2.25rem;
}
.contact_mapbox .infobx ul li .infotxt {
  padding-left: 1.125rem;
}
.contact_mapbox .infobx ul li .infotxt h5 {
  font-size: 1.325rem;
  color: #111;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
}
.contact_mapbox .infobx ul li .infotxt p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
}
.contact_message {
  padding: 4.625rem 0 2.75rem;
}
.contact_message .title {
  margin-bottom: 2.25rem;
}
.contact_message .title h3 {
  font-size: 2.125rem;
  color: #111;
  text-align: center;
  margin-bottom: 1rem;
}
.contact_message .title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact_message .content {
  width: 100%;
}
.contact_message .content .formbx {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact_message .content .formbx .left {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 2%;
}
.contact_message .content .formbx input::-webkit-input-placeholder,
.contact_message .content .formbx textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #111;
}
.contact_message .content .formbx input:-moz-placeholder,
.contact_message .content .formbx textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #111;
}
.contact_message .content .formbx input::-moz-placeholder,
.contact_message .content .formbx textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #111;
}
.contact_message .content .formbx input:-ms-input-placeholder,
.contact_message .content .formbx textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #111;
}
.contact_message .content .formbx_item {
  width: 49%;
  height: 2.75rem;
  margin-bottom: 1.5rem;
}
.contact_message .content .formbx_item input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
  padding: 0 1.25rem;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  outline: none;
  box-sizing: border-box;
}
.contact_message .content .formbx_text {
  width: 100%;
}
.contact_message .content .formbx_text textarea {
  width: 100%;
  height: 6.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.contact_message .content .formbx_btnbx {
  width: 10rem;
  height: 11.25rem;
}
.contact_message .content .formbx_btnbx button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  background: #0c205b;
  outline: none;
  border: 0;
}
.contact_message .content .formbx_btnbx button:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    width: 100%;
    height: 28vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text h3 {
    font-size: 1.5rem;
  }
  .common_banner_text p {
    white-space: nowrap;
    font-size: 2rem;
  }
  .common_banner_productdetail .common_banner_text h3 {
    font-size: 2rem;
  }
  .common_banner_solution .common_banner_text {
    padding: 0 1.5rem;
  }
  .common_banner_solution .common_banner_text p {
    white-space: normal;
  }
  .common_crumb_content .rightnav {
    display: none;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_logo {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 45%;
    height: auto;
  }
  .index_header .navbx {
    height: 100%;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #0c205b;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .rightbx .searchbx {
    width: 8.5rem;
    margin-left: 0;
  }
  .index_header .rightbx .langbx {
    margin-left: 1rem;
  }
  .index_header .rightbx .langbx::before {
    display: none;
  }
  .index_header .rightbx .langbx a {
    font-size: 1.125rem;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 0.75rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: auto;
    margin-top: 6rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .index_product .list_content .item {
    width: 49%;
    height: 10rem;
    padding: 0.875rem 0.75rem;
  }
  .index_product .list_content .item_text .title h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .index_product .list_content .item_text .title p {
    font-size: 0.625rem;
    line-height: 2em;
  }
  .index_application {
    width: 100%;
  }
  .index_application .list .list_content {
    display: none;
  }
  .index_application .list .list_content_M {
    display: block;
  }
  .index_application .list .list_content_M .application_M_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 8rem;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .index_application .list .list_content_M .application_M_swiper .swiper-slide:hover {
    background-color: #eee;
  }
  .index_application .list .list_content_M .application_M_swiper .swiper-slide .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 1.875rem;
    margin-bottom: 1rem;
  }
  .index_application .list .list_content_M .application_M_swiper .swiper-slide .icon img {
    display: block;
    max-height: 100%;
    width: auto;
    object-fit: contain;
  }
  .index_application .list .list_content_M .application_M_swiper .swiper-slide .text h4 {
    font-size: 1rem;
    color: #333;
    text-align: center;
  }
  .index_application .list .bg {
    position: static;
    width: 100%;
    height: 12rem;
  }
  .index_partner_content .partner_swiper .swiper-slide .item {
    height: 5rem;
  }
  .index_about {
    flex-wrap: wrap;
    height: auto;
  }
  .index_about .left {
    width: 100%;
  }
  .index_about .left .text {
    padding: 1.25rem;
  }
  .index_about .left .text .numbx ul li .num span {
    font-size: 3rem;
  }
  .index_about .right {
    width: 100%;
  }
  .index_about .right_imgbx .text {
    padding: 1.25rem;
  }
  .index_about .right_imgbx .text .intro {
    max-width: 60%;
  }
  .index_new {
    padding: 4rem 0;
  }
  .index_new .index_new_content .list {
    flex-wrap: wrap;
  }
  .index_new .index_new_content .list .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_footer_content {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.25rem;
  }
  .index_footer_content .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_footer_content .left .logo {
    margin-top: 0;
  }
  .index_footer_content .left::after {
    display: none;
  }
  .index_footer_content .list {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .index_footer_content .list::after {
    display: none;
  }
  .index_footer_content .list dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .index_footer_content .list dl dt {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .index_footer_content .list dl dd {
    margin-right: 2%;
    margin-bottom: 0.625rem;
  }
  .index_footer_content .infobx {
    width: 100%;
    align-items: flex-start;
  }
  .index_footer_copyright {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_footer_copyright p:first-child {
    width: 100%;
    margin-right: 0;
  }
  .index_footer_copyright p,
  .index_footer_copyright a {
    line-height: 2rem;
  }
  .product_content {
    padding: 2rem 0 3.75rem;
  }
  .product_content .navbox {
    display: none;
  }
  .product_content .navbox_M {
    position: fixed;
    top: 6.25rem;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 6.25rem);
    background-color: rgba(0, 0, 0, 0);
    z-index: 99;
    pointer-events: none;
    transition: all 0.3s;
  }
  .product_content .navbox_M.show {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
  }
  .product_content .navbox_M.show .content {
    transform: translateX(0);
  }
  .product_content .navbox_M.show .guanbibtn {
    display: block;
  }
  .product_content .navbox_M .guanbibtn {
    position: absolute;
    top: 1%;
    left: 58%;
    display: none;
  }
  .product_content .navbox_M .guanbibtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_content .navbox_M .guanbibtn a i {
    font-size: 1.75rem;
    color: #fff;
  }
  .product_content .navbox_M .content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-105%);
    width: 55%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.4s;
  }
  .product_content .navbox_M .list:not(:last-child) {
    margin-bottom: 2.625rem;
  }
  .product_content .navbox_M .list_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    padding: 0 1rem;
    background-color: #0c205b;
  }
  .product_content .navbox_M .list_title em {
    width: 1rem;
    height: 0.25rem;
    margin-right: 0.625rem;
    background-color: #fff;
  }
  .product_content .navbox_M .list_title h3 {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM {
    width: 100%;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM ul {
    /* by default hide all sub menus */
    display: none;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li {
    padding: 0 0 0 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li .level1 {
    display: flex;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li .level1 a {
    flex: 1;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li .level1 .down i {
    display: none;
    color: #666;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li .level1 .down i.active {
    display: block;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM a {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #f0f1f2;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
  }
  .product_content .navbox_M .list_content .has-children.active > .level1 > a {
    color: #0c205b;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM > li:last-of-type > a {
    box-shadow: none;
  }
  .product_content .navbox_M .list_content .cd-accordion-menuM ul ul a {
    padding-left: 3rem;
  }
  .product_content .navbox_M .list_content .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .product_content .navbtnM {
    display: block;
    margin-bottom: 1.25rem;
  }
  .product_content .navbtnM a {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .product_content .rightbox {
    width: 100%;
  }
  .product_content .rightbox .list .item {
    width: 49%;
  }
  .product_content .rightbox .list .item .item_img {
    height: 13.5rem;
  }
  .productdetail_content .rightbox_info .rightinfo {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  .productdetail_content .rightbox_info .bigimg {
    float: none;
    width: 100%;
    height: 23rem;
  }
  .productdetail_content .rightbox_info .imglist .imglist_swiper .swiper-slide {
    width: 32%;
  }
  .application_content .item {
    width: 49%;
    height: 17rem;
  }
  .application_content .item .title {
    padding: 0 1rem;
    bottom: 1rem;
  }
  .manufacture_content .item {
    padding: 2rem 0;
  }
  .manufacture_content .item .imgbx {
    float: none !important;
    width: 100%;
    height: auto;
  }
  .manufacture_content .item .text {
    float: none !important;
    width: 100%;
    height: auto;
    padding: 2rem 0;
  }
  .about_content .imgbx .numbx {
    display: none;
  }
  .honor .list_content .item {
    width: 49%;
  }
  .partner_content .item {
    width: 32%;
  }
  .news_content_right {
    display: none;
  }
  .news_content_left {
    width: 100%;
  }
  .news_content_left .list .item_img {
    width: 43%;
    height: 7.5rem;
  }
  .news_content_left .list .item_text {
    width: 57%;
  }
  .contact_mapbox .content {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 2rem;
  }
  .contact_mapbox .content .maplist {
    width: 100%;
    height: 18rem;
  }
  .contact_mapbox .content .map {
    width: 100%;
    height: 25rem;
  }
  .contact_mapbox .infobx ul {
    flex-wrap: wrap;
  }
  .contact_mapbox .infobx ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact_message .content .formbx {
    flex-direction: column;
  }
  .contact_message .content .formbx .left {
    width: 100%;
    padding-right: 0;
  }
  .contact_message .content .formbx_btnbx {
    width: 9.375rem;
    height: 3.75rem;
    margin: 2rem auto 0;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header_nav_item > a {
    padding: 0 0.875rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 4rem;
  }
  .index_header_nav_item > a {
    padding: 0 0.875rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header_nav_item > a {
    padding: 0 1.5rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
