@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
  scroll-padding-top: 7rem;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bgbx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  width: 80px;
  height: 100px;
  color: #283593;
  line-height: 100px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 30px;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.container {
  width: 87.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #283593;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #999;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #999;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_textbx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_banner_textbx h2 {
  font-size: 2.25rem;
  color: #fff;
}
.common_banner_textbx em {
  display: flex;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #fff;
  margin: 1.25rem auto 0;
}
.common_crumb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}
.common_crumb_content p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common_crumb_content p i {
  font-size: 1.25rem;
  color: #012461;
  line-height: 2.5rem;
}
.common_crumb_content p a {
  color: #111;
}
.common_crumb_content p a:hover {
  color: #012461;
}
.common_navbox {
  margin-bottom: 2.5rem;
}
.common_navbox ul {
  display: flex;
  justify-content: center;
}
.common_navbox ul li:not(:last-child) {
  margin-right: 2%;
}
.common_navbox ul li.active a,
.common_navbox ul li:hover a {
  background-color: #012461;
  color: #fff;
}
.common_navbox ul li a {
  display: inline-block;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 1px solid #012461;
  border-radius: 1.25rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  color: #012461;
  box-sizing: border-box;
  transition: all 0.3s;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.375rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #283593;
  border-color: #ccc;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #283593;
  border-color: #ccc;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
}
.common_pagination li:first-child > a {
  transform: rotate(180deg);
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 80%;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #012461;
}
.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.showvideo_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  height: 70vh;
}
.showvideo_content .closebtn {
  position: absolute;
  top: 0;
  right: -2.5rem;
  z-index: 89;
}
.showvideo_content .closebtn:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
.showvideo_content .closebtn:hover i {
  color: #012461;
}
.showvideo_content .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showvideo_content video {
  display: block;
  width: 100%;
  height: 100%;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  z-index: 9999;
  transition: all 0.4s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_navbox {
  width: 100%;
  height: 6.25rem;
}
.index_header_navbox .logobox {
  display: flex;
  align-items: center;
}
.index_header_navbox .logobox_M {
  display: none;
}
.index_header_navbox .logobox .logoimg {
  display: block;
  width: auto;
  height: 3.125rem;
}
.index_header_navbox .logobox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_header_navbox .logobox .textbx {
  margin-left: 1.25rem;
}
.index_header_navbox .logobox .textbx h1 {
  font-size: 1.625rem;
  color: #012461;
  margin-bottom: 0.125rem;
}
.index_header_navbox .logobox .textbx p {
  font-size: 0.875rem;
  color: #012461;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
.index_header_nav {
  display: flex;
  height: 100%;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6.25rem;
  font-size: 1rem;
  color: #111;
  padding: 0 1.25rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 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: #333;
  text-align: center;
  line-height: 2.5rem;
}
.index_header_nav_item .dropdown_list li a:hover {
  background-color: #012461;
  color: #fff;
}
.index_header_nav_item.active > a {
  color: #fff;
  background: #012461;
}
.index_header_nav_item:hover > a {
  color: #fff;
  background: #012461;
}
.index_header_nav_item:hover .dropdown {
  max-height: 42rem;
  opacity: 1;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner .bg {
  width: 100%;
  height: auto;
}
.index_banner .bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_banner .mask_text {
  margin-bottom: 4%;
}
.index_banner .mask_text h2 {
  font-size: 3.125rem;
  color: #fff;
  text-align: center;
}
.index_banner .mask_text em {
  display: block;
  width: 6.25rem;
  height: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 2.125rem auto 0;
}
.index_banner .mask_list {
  width: 100%;
}
.index_banner .mask_list ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_banner .mask_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 1.3%;
}
.index_banner .mask_list ul li img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  display: flex;
  justify-content: center;
  font-size: 1.875rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.875rem;
}
.index_common_title p {
  position: relative;
  top: 1.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(39, 55, 124, 0.1);
  text-align: center;
  opacity: 0.5;
  text-transform: uppercase;
}
.index_common_title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #27377C;
  margin: 0 auto;
}
.index_product {
  padding: 3.75rem 0 5rem;
}
.index_product_content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.index_product_content .leftbx {
  display: flex;
  flex-direction: column;
  width: 21%;
}
.index_product_content .leftbx .navbox_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  background: #27377C;
  margin-bottom: 1px;
}
.index_product_content .leftbx .navbox_title .text {
  position: relative;
  top: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_product_content .leftbx .navbox_title h3 {
  font-size: 1.625rem;
  color: #fff;
}
.index_product_content .leftbx .navbox_title p {
  position: relative;
  top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
.index_product_content .leftbx .navbox_list {
  margin-bottom: 1px;
}
.index_product_content .leftbx .navbox_list ul {
  width: 100%;
}
.index_product_content .leftbx .navbox_list ul li {
  width: 100%;
  height: 3.125rem;
}
.index_product_content .leftbx .navbox_list ul li:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
.index_product_content .leftbx .navbox_list ul li.active a,
.index_product_content .leftbx .navbox_list ul li:hover a {
  color: #fff;
  background: #27377C;
}
.index_product_content .leftbx .navbox_list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  padding: 0 1.75rem;
  font-size: 1rem;
  color: #111;
  line-height: 2.8125rem;
  box-sizing: border-box;
}
.index_product_content .leftbx .contactinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem 0;
  background-color: #012461;
}
.index_product_content .leftbx .contactinfo h4 {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.index_product_content .leftbx .contactinfo p {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
}
.index_product_content .leftbx .contactinfo p i {
  font-size: 1.75rem;
  color: #fff;
  margin-right: 0.875rem;
}
.index_product_content .rightbx {
  width: 73%;
}
.index_product_content .rightbx_center {
  margin-bottom: -2.75rem;
  overflow: hidden;
}
.index_product_content .rightbx_center .list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_product_content .rightbx_center .list.active {
  display: flex;
}
.index_product_content .rightbx_center .list > i {
  display: block;
  width: 29%;
  height: 0;
}
.index_product_content .rightbx_center .list .item {
  position: relative;
  width: 29%;
  margin-bottom: 2.75rem;
}
.index_product_content .rightbx_center .list .item:hover .item_img img {
  transform: scale(1.05);
}
.index_product_content .rightbx_center .list .item:hover .item_text h4,
.index_product_content .rightbx_center .list .item:hover .item_text span {
  color: #012461;
}
.index_product_content .rightbx_center .list .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.25rem;
  background: #DFDFDF;
}
.index_product_content .rightbx_center .list .item_img img {
  display: block;
  max-width: 90%;
  max-height: 98%;
  object-fit: contain;
  transition: all 0.3s;
}
.index_product_content .rightbx_center .list .item_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  transition: all 0.3s;
}
.index_product_content .rightbx_center .list .item_text h4 {
  flex: 1;
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  line-height: 2.5rem;
  margin-right: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.index_product_content .rightbx_center .list .item_text span {
  font-size: 1rem;
  color: #999;
}
.index_about {
  padding: 6.25rem 0 8.75rem;
  background: url("../images/indexaboutbg.webp") no-repeat center center;
  background-size: cover;
}
.index_about .container {
  display: flex;
  justify-content: space-between;
}
.index_about .textbx {
  width: 46%;
}
.index_about .textbx_title h4 {
  font-size: 1.875rem;
  color: #111;
  margin-bottom: 0.75rem;
}
.index_about .textbx_title h3 {
  font-size: 1.875rem;
  color: #012461;
}
.index_about .textbx_intro {
  margin: 8% 0;
}
.index_about .textbx_intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.6em;
}
.index_about .textbx_btnbx {
  width: 4.375rem;
  height: 3.125rem;
}
.index_about .textbx_btnbx a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.875rem;
  color: #fff;
  background-color: #27377C;
}
.index_about .imgbx {
  position: relative;
  width: 48%;
  height: 31.25rem;
}
.index_about .imgbx::after {
  position: absolute;
  bottom: -4.375rem;
  right: -4.375rem;
  content: '';
  display: block;
  width: 17.875rem;
  height: 16.125rem;
  background-color: #27377C;
  z-index: 0;
}
.index_about .imgbx img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.index_new {
  padding: 6.25rem 0;
}
.index_new_center {
  margin-top: 3.125rem;
}
.index_new_center .newnav {
  margin-bottom: 3.125rem;
}
.index_new_center .newnav ul {
  display: flex;
  justify-content: center;
}
.index_new_center .newnav ul li {
  width: 7.5rem;
  height: 2.5rem;
}
.index_new_center .newnav ul li.active a {
  color: #fff;
  background-color: #012461;
}
.index_new_center .newnav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #27377C;
  line-height: 2.5rem;
  text-align: center;
  background-color: #F1F1F1;
}
.index_new_center .listbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_new_center .listbox > em {
  display: block;
  width: 28.6%;
  height: 0;
}
.index_new_center .listbox .item {
  position: relative;
  width: 28.6%;
}
.index_new_center .listbox .item:hover .item_imgbx img {
  transform: scale(1.05);
}
.index_new_center .listbox .item:hover .item_text h4 {
  color: #012461;
}
.index_new_center .listbox .item_imgbx {
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
.index_new_center .listbox .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_new_center .listbox .item_text {
  padding: 1.625rem 0.625rem;
}
.index_new_center .listbox .item_text h4 {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_new_center .listbox .item_text .intro {
  margin: 1.25rem 0;
}
.index_new_center .listbox .item_text .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_center .listbox .item_text .time {
  font-size: 0.75rem;
  color: #999;
}
.index_new_center .morebtn {
  display: block;
  width: 10rem;
  height: 3.125rem;
  margin: 3.125rem auto 0;
  transition: all 0.3s;
  overflow: hidden;
}
.index_new_center .morebtn:hover {
  border-radius: 0.625rem;
}
.index_new_center .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  background-color: #012461;
}
.index_contact {
  padding: 5rem 0;
  background: url("../images/indexcontactbg.webp") no-repeat center center;
  background-size: cover;
}
.index_contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_contact .textbx {
  width: 50%;
}
.index_contact .textbx .title {
  margin-bottom: 2.5rem;
}
.index_contact .textbx .title h3 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.index_contact .textbx .title em {
  display: block;
  width: 4rem;
  height: 0.125rem;
  background-color: #fff;
}
.index_contact .textbx .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.6em;
}
.index_contact .listbx {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.index_contact .listbx .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  height: auto;
  padding: 1.875rem 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.index_contact .listbx .item:not(:last-child) {
  margin-right: 8%;
}
.index_contact .listbx .item i {
  font-size: 3.5rem;
  color: #fff;
  font-weight: lighter;
  margin-bottom: 0.75rem;
}
.index_contact .listbx .item h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.index_footer {
  background: #27377C;
}
.index_footer_content {
  padding: 5.625rem 0;
}
.index_footer_content .container {
  display: flex;
  justify-content: space-between;
}
.index_footer_content .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_footer_content .leftbx .links ul {
  display: flex;
  align-items: center;
}
.index_footer_content .leftbx .links ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_footer_content .leftbx .links ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_content .leftbx .links ul li a {
  font-size: 1rem;
  color: #fff;
}
.index_footer_content .leftbx .links ul li em {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
}
.index_footer_content .leftbx .copyright p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2em;
}
.index_footer_content .leftbx .copyright .linkbx {
  display: flex;
  flex-wrap: wrap;
}
.index_footer_content .leftbx .copyright .linkbx p,
.index_footer_content .leftbx .copyright .linkbx a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2em;
}
.index_footer_content .leftbx .copyright .linkbx a:hover {
  color: #fff;
}
.index_footer_content .leftbx .copyright .linkbx .beian {
  margin-right: 0.75rem;
}
.index_footer_content .rightbx {
  display: flex;
  align-items: center;
}
.index_footer_content .rightbx .infobx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 2.25rem;
}
.index_footer_content .rightbx .infobx .text h4 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .infobx .text p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .infobx .media ul {
  display: flex;
  justify-content: flex-end;
}
.index_footer_content .rightbx .infobx .media ul li:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_content .rightbx .infobx .media ul li a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}
.index_footer_content .rightbx .erweima {
  display: block;
  width: 7.25rem;
  height: 7.25rem;
}
.index_footer_content .rightbx .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_sidebar {
  position: fixed;
  right: 0.625rem;
  bottom: 30%;
  z-index: 23;
  opacity: 1;
  transition: all 0.3s;
}
.index_sidebar ul li {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
}
.index_sidebar ul li:hover {
  cursor: pointer;
}
.index_sidebar ul li:hover .item {
  background-color: #283593;
}
.index_sidebar ul li:hover .item i {
  color: #fff;
}
.index_sidebar ul li:hover .text {
  display: block;
}
.index_sidebar ul li:hover .erweima {
  display: block;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 0.0625rem;
}
.index_sidebar ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
  transition: all 0.4s;
}
.index_sidebar ul li .item_icon i {
  font-size: 1.75rem;
  color: #0000DA;
}
.index_sidebar ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-104%);
  display: none;
  width: 9rem;
  height: 100%;
  background-color: #283593;
  box-sizing: border-box;
}
.index_sidebar ul li .text p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
}
.index_sidebar ul li .erweima {
  position: absolute;
  top: 0;
  right: 3.25rem;
  display: none;
  width: 6.125rem;
  height: 6.125rem;
  background-color: #fff;
  box-sizing: 0 0 0.5rem 0px rgba(0, 0, 0, 0.1);
}
.index_sidebar ul li .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_profile {
  background-color: #fff;
}
.about_profile_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.5rem 0 5rem;
}
.about_profile_content .imgbx {
  width: 47.8%;
  height: auto;
}
.about_profile_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_profile_content .textbx {
  width: 50%;
  padding: 1rem 2.5rem 0 0;
}
.about_profile_content .textbx_title {
  margin-bottom: 1.5rem;
}
.about_profile_content .textbx_title span {
  position: relative;
  top: 1.25rem;
  font-size: 2.5rem;
  color: #111;
  font-weight: 700;
  opacity: 0.05;
  z-index: 1;
}
.about_profile_content .textbx_title h3 {
  position: relative;
  font-size: 1.875rem;
  color: #012461;
  z-index: 2;
}
.about_profile_content .textbx_title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background: #012461;
  margin-top: 1.875rem;
}
.about_profile_content .textbx_bd h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
}
.about_profile_content .textbx_bd em {
  display: block;
  width: 2.625rem;
  height: 0.25rem;
  background-color: #142CC9;
  margin: 1rem 0;
}
.about_profile_content .textbx_bd .intro p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6em;
}
.about_profile_content .imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5.625rem;
}
.about_profile_content .imglist > i {
  display: block;
  width: 23%;
  height: 0;
}
.about_profile_content .imglist .item {
  width: 23%;
  height: auto;
  margin-bottom: 1.875rem;
}
.about_profile_content .imglist .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product_content_bd {
  padding: 2.5rem 0;
}
.product_content_bd .leftbx {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18%;
}
.product_content_bd .leftbx .navbox_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  background: #27377C;
  margin-bottom: 1px;
}
.product_content_bd .leftbx .navbox_title .text {
  position: relative;
  top: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_content_bd .leftbx .navbox_title h3 {
  font-size: 1.625rem;
  color: #fff;
}
.product_content_bd .leftbx .navbox_title p {
  position: relative;
  top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
.product_content_bd .leftbx .navbox_list {
  margin-bottom: 1px;
}
.product_content_bd .leftbx .navbox_list ul {
  width: 100%;
}
.product_content_bd .leftbx .navbox_list ul li {
  width: 100%;
  height: 3.125rem;
}
.product_content_bd .leftbx .navbox_list ul li:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
.product_content_bd .leftbx .navbox_list ul li.active a,
.product_content_bd .leftbx .navbox_list ul li:hover a {
  color: #fff;
  background: #27377C;
}
.product_content_bd .leftbx .navbox_list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  padding: 0 1.75rem;
  font-size: 1rem;
  color: #111;
  line-height: 2.8125rem;
  box-sizing: border-box;
}
.product_content_bd .leftbx .contactinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem 0;
  background-color: #012461;
}
.product_content_bd .leftbx .contactinfo h4 {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.product_content_bd .leftbx .contactinfo p {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
}
.product_content_bd .leftbx .contactinfo p i {
  font-size: 1.75rem;
  color: #fff;
  margin-right: 0.875rem;
}
.product_content_bd .rightbx {
  float: right;
  width: 76.8%;
}
.product_content_bd .rightbx .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product_content_bd .rightbx .listbx > i {
  display: block;
  width: 29%;
  height: 0;
}
.product_content_bd .rightbx .item {
  position: relative;
  width: 29%;
  margin-bottom: 2.75rem;
}
.product_content_bd .rightbx .item:hover .item_img img {
  transform: scale(1.05);
}
.product_content_bd .rightbx .item:hover .item_text h4,
.product_content_bd .rightbx .item:hover .item_text span {
  color: #012461;
}
.product_content_bd .rightbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  background: #DFDFDF;
}
.product_content_bd .rightbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 98%;
  object-fit: contain;
  transition: all 0.3s;
}
.product_content_bd .rightbx .item_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  transition: all 0.3s;
}
.product_content_bd .rightbx .item_text h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  line-height: 2.5rem;
  transition: all 0.3s;
}
.product_content_bd .rightbx .item_text span {
  font-size: 1rem;
  color: #999;
}
.productdetail_content {
  padding: 2.5rem 0;
}
.productdetail_content .topbx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.productdetail_content .topbx .imgbox {
  width: 41%;
}
.productdetail_content .topbx .imgbox_big {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  border: 1px solid #e9e9e9;
  margin-bottom: 1rem;
}
.productdetail_content .topbx .imgbox_big img {
  display: block;
  max-width: 96%;
  max-height: 96%;
  object-fit: contain;
}
.productdetail_content .topbx .imgbox_list {
  display: flex;
  justify-content: start;
}
.productdetail_content .topbx .imgbox_list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 7.5rem;
  border: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.productdetail_content .topbx .imgbox_list .item:not(:last-child) {
  margin-right: calc(2%);
}
.productdetail_content .topbx .imgbox_list .item img {
  display: block;
  max-width: 90%;
  max-height: 96%;
  object-fit: contain;
}
.productdetail_content .topbx .infobx {
  width: 59%;
  padding: 2.5rem;
}
.productdetail_content .topbx .infobx_title {
  margin-bottom: 1.5rem;
}
.productdetail_content .topbx .infobx_title h3 {
  font-size: 1.875rem;
  color: #111;
  margin-bottom: 1.5rem;
}
.productdetail_content .topbx .infobx_intro h4 {
  font-size: 1.125rem;
  color: #012461;
  margin-bottom: 0.25rem;
}
.productdetail_content .topbx .infobx_intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2em;
}
.productdetail_content .topbx .infobx_contact {
  display: block;
  width: 9.375rem;
  height: 3rem;
  margin-top: 3rem;
}
.productdetail_content .topbx .infobx_contact a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #27377C;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}
.productdetail_content .descbx {
  width: 100%;
}
.productdetail_content .descbx_title {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
}
.productdetail_content .descbx_title h4 {
  display: inline-block;
  font-size: 0.875rem;
  color: #232323;
  font-weight: 400;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  background-color: #E8E8E8;
}
.productdetail_content .descbx_center {
  padding: 3.75rem 2.5rem 3rem;
}
.productdetail_content .descbx_center p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.productdetail_content .descbx_downbtn {
  position: relative;
  padding: 0 2.5rem 2rem;
}
.productdetail_content .descbx_downbtn .item {
  position: relative;
}
.productdetail_content .descbx_downbtn .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.25rem;
  background: url("../images/icons/downbg.jpg") repeat-x top center;
  background-size: contain;
  box-sizing: border-box;
}
.productdetail_content .descbx_downbtn .item a:hover .left span {
  color: #012461;
}
.productdetail_content .descbx_downbtn .item a:hover > i {
  color: #012461;
}
.productdetail_content .descbx_downbtn .item a .left {
  display: flex;
  align-items: center;
}
.productdetail_content .descbx_downbtn .item a .left i {
  font-size: 1.5rem;
  color: #0000DA;
  margin-right: 0.625rem;
}
.productdetail_content .descbx_downbtn .item a .left span {
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
}
.productdetail_content .descbx_downbtn .item a > i {
  font-size: 1.5rem;
  color: #333;
}
.news_content {
  padding: 2.5rem 0 5rem;
}
.news_content .newlist {
  margin-bottom: 1.5rem;
}
.news_content .newlist_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
}
.news_content .newlist_item:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.news_content .newlist_item_img {
  width: 21.43%;
  height: 11.25rem;
}
.news_content .newlist_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content .newlist_item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85.8%;
  padding-left: 1.625rem;
}
.news_content .newlist_item_text_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  padding: 2% 0;
}
.news_content .newlist_item_text_desc > h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_content .newlist_item_text_desc > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content .newlist_item_text_desc > p.timebx {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #C6C6C6;
}
.newdetail_content .title {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newdetail_content .title h3 {
  font-size: 1.25rem;
  color: #111;
  text-align: center;
  margin-bottom: 0.75rem;
}
.newdetail_content .title .subtitle {
  display: flex;
  justify-content: center;
}
.newdetail_content .title .subtitle p {
  font-size: 0.875rem;
  color: #999;
}
.newdetail_content .title .subtitle p:not(:last-child) {
  margin-right: 2.5rem;
}
.newdetail_content .center {
  width: 100%;
  min-height: 24rem;
  padding: 1.25rem 0 0;
}
.newdetail_content .center p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2em;
  text-indent: 2em;
}
.contact_content {
  padding: 2.5rem 0 3rem;
}
.contact_content_mapmd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_content_mapmd #map {
  display: block;
  width: 62.3%;
  height: 25rem;
  object-fit: contain;
}
.contact_content_mapmd .infobx {
  width: 32%;
}
.contact_content_mapmd .infobx h4 {
  font-size: 1.625rem;
  color: #27377C;
  margin-bottom: 2.25rem;
}
.contact_content_mapmd .infobx ul li {
  display: flex;
  box-sizing: border-box;
}
.contact_content_mapmd .infobx ul li:not(:last-child) {
  margin-bottom: 1.75rem;
}
.contact_content_mapmd .infobx ul li .iconbx {
  margin-right: 0.875rem;
}
.contact_content_mapmd .infobx ul li .iconbx i {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.5em;
}
.contact_content_mapmd .infobx ul li .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact_content_mapmd .infobx ul li .text p {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact_formmd {
  background: url("../images/contactbg.webp") no-repeat center center;
  background-size: cover;
  padding: 3.75rem 0;
}
.contact_formmd .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
.contact_formmd .title h4 {
  font-size: 1.625rem;
  color: #27377C;
  margin-bottom: 0.875rem;
}
.contact_formmd_body {
  width: 100%;
}
.contact_formmd_body .formbx {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.contact_formmd_body .formbx_item {
  width: 28.6%;
  height: 2.875rem;
  margin-bottom: 2.5rem;
}
.contact_formmd_body .formbx_item:not(:nth-child(3n)) {
  margin-right: calc(14.2%/2);
}
.contact_formmd_body .formbx_item input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 1px solid #999999;
  outline: none;
  box-sizing: border-box;
}
.contact_formmd_body .formbx_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  color: #171717;
}
.contact_formmd_body .formbx_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
  color: #171717;
}
.contact_formmd_body .formbx_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  color: #171717;
}
.contact_formmd_body .formbx_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  color: #171717;
}
.contact_formmd_body .formbx_text {
  width: 100%;
}
.contact_formmd_body .formbx_text textarea {
  width: 100%;
  height: 10rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333;
  padding: 1.25rem;
  background-color: transparent;
  border: 1px solid #999999;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.contact_formmd_body .formbx_btnbx {
  width: 100%;
}
.contact_formmd_body .formbx_btnbx button {
  display: block;
  width: 11.25rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  background: #012461;
  margin: 3.375rem auto 0;
  outline: none;
  border: 0;
}
.contact_formmd_body .formbx_btnbx button:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo_content {
    width: 76vw;
    height: auto;
  }
  .showvideo_content video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .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;
  }
  .common_pagebtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 50%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    max-width: 60%;
  }
  .index_header_navbox .textbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #012461;
  }
  .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 .searchbx {
    display: none;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 0.75rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: 50vh;
    margin-top: 6rem;
  }
  .index_banner_M .bg {
    width: 100%;
    height: 100%;
  }
  .index_banner_M .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_banner_M .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .index_banner_M .mask_text {
    margin-bottom: 4%;
  }
  .index_banner_M .mask_text h2 {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
  }
  .index_banner_M .mask_text em {
    display: block;
    width: 6.25rem;
    height: 0.1875rem;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 2.125rem auto 0;
  }
  .index_banner_M .mask_list {
    width: 100%;
  }
  .index_banner_M .mask_list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_banner_M .mask_list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 1.3%;
  }
  .index_banner_M .mask_list ul li img {
    display: block;
    max-width: 76%;
    max-height: 76%;
    object-fit: contain;
  }
  .index_product {
    padding: 2.5rem 0;
  }
  .index_product_content {
    flex-wrap: wrap;
  }
  .index_product_content .leftbx {
    width: 100%;
  }
  .index_product_content .leftbx .navbox_title {
    justify-content: center;
  }
  .index_product_content .leftbx .navbox_title > span {
    display: none;
  }
  .index_product_content .leftbx .navbox_title .text {
    align-items: center;
    width: 100%;
  }
  .index_product_content .leftbx .navbox_list {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
  }
  .index_product_content .leftbx .navbox_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_product_content .leftbx .navbox_list ul li {
    width: 49%;
  }
  .index_product_content .leftbx .navbox_list ul li a::after {
    display: none;
  }
  .index_product_content .leftbx .contactinfo {
    display: none;
  }
  .index_product_content .rightbx {
    width: 100%;
  }
  .index_product_content .rightbx_center {
    margin-bottom: 0;
  }
  .index_product_content .rightbx_center .list .item {
    width: 49%;
    margin-bottom: 0.75rem;
  }
  .index_about {
    padding: 3rem 0;
  }
  .index_about .container {
    flex-wrap: wrap;
  }
  .index_about .textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_about .imgbx {
    width: 100%;
    height: auto;
  }
  .index_about .imgbx img {
    height: auto;
    object-fit: contain;
  }
  .index_about .imgbx::after {
    display: none;
  }
  .index_new {
    padding: 3rem 0;
  }
  .index_new_center .listbox .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_new_center .morebtn {
    margin: 2rem auto 0;
  }
  .index_contact .container {
    flex-wrap: wrap;
  }
  .index_contact .textbx {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .index_contact .listbx {
    width: 100%;
    justify-content: center;
  }
  .index_contact .listbx .item {
    width: 40%;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .index_footer_content .leftbx .links {
    max-width: 80%;
    margin: 0 auto;
  }
  .index_footer_content .leftbx .links ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .links ul li {
    margin-bottom: 1rem;
  }
  .index_footer_content .leftbx .links ul li:nth-child(even) {
    display: none;
  }
  .index_footer_content .leftbx .copyright p {
    text-align: center;
    line-height: 1.75em;
  }
  .index_footer_content .leftbx .copyright .linkbx {
    justify-content: center;
  }
  .index_footer_content .rightbx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .index_footer_content .rightbx .infobx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
  .index_footer_content .rightbx .infobx .text h4 {
    text-align: center;
  }
  .about_profile_content {
    flex-wrap: wrap;
  }
  .about_profile_content .textbx {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
  .about_profile_content .textbx_bd .intro p {
    line-height: 1.8em;
  }
  .about_profile_content .imgbx {
    width: 100%;
  }
  .product_content_bd .leftbx {
    float: none;
    width: 100%;
  }
  .product_content_bd .leftbx .navbox_title {
    justify-content: center;
  }
  .product_content_bd .leftbx .navbox_title > span {
    display: none;
  }
  .product_content_bd .leftbx .navbox_title .text {
    align-items: center;
    width: 100%;
  }
  .product_content_bd .leftbx .navbox_list {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
  }
  .product_content_bd .leftbx .navbox_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product_content_bd .leftbx .navbox_list ul li {
    width: 49%;
  }
  .product_content_bd .leftbx .navbox_list ul li a::after {
    display: none;
  }
  .product_content_bd .leftbx .contactinfo {
    display: none;
  }
  .product_content_bd .rightbx {
    float: none;
    width: 100%;
  }
  .product_content_bd .rightbx .listbx .item {
    width: 49%;
  }
  .productdetail_content .topbx {
    flex-wrap: wrap;
  }
  .productdetail_content .topbx .imgbox {
    width: 100%;
  }
  .productdetail_content .topbx .imgbox_big {
    height: 21rem;
  }
  .productdetail_content .topbx .infobx {
    width: 100%;
    padding-left: 0;
  }
  .productdetail_content .descbx_center {
    padding-left: 0;
    padding-right: 0;
  }
  .productdetail_content .descbx_downbtn {
    padding-left: 0;
    padding-right: 0;
  }
  .news_content .newlist_item {
    flex-wrap: wrap;
  }
  .news_content .newlist_item_img {
    width: 100%;
    height: 18rem;
    border-radius: 0.625rem;
    overflow: hidden;
  }
  .news_content .newlist_item_text {
    width: 100%;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .newdetail_content_bd .rightbx {
    padding: 2.5rem 0;
  }
  .newdetail_content_bd .rightbx .center {
    min-height: 34rem;
  }
  .contact_content_mapmd {
    flex-direction: column;
  }
  .contact_content_mapmd .infobx {
    width: 100%;
    margin-top: 1rem;
  }
  .contact_content_mapmd #map {
    width: 100%;
  }
  .contact_formmd_body .formbx_item {
    width: 100%;
  }
  .contact_formmd_body .formbx_item:not(:nth-child(3)) {
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_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: 16px !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;
  }
}
