@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.w1400 {
  width: 87.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1500 {
  width: 93.75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1600 {
  width: 100rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: #5dc2d0;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 1.875rem;
}
.swiper-btn:hover {
  background: #044891;
}

.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}

.bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.AddFadeInUp {
  -webkit-animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.AddFadeInDown {
  -webkit-animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.AddFadeInRight {
  -webkit-animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

:root::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #160d02;
}

:root::-webkit-scrollbar-thumb {
  background-color: #044891;
}

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common_banner_textbx .w1600 {
  position: relative;
  height: 100%;
}
.common_banner_textbx h2 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-top: 4%;
}
.common_banner_crumb {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-top: 2.5rem;
}
.common_banner_crumb a {
  font-size: 1rem;
  color: #fff;
  margin: 0 0.25rem;
}
.common_navbox {
  position: sticky;
  top: 6.25rem;
  left: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  z-index: 9;
}
.common_navbox ul li:not(:last-child) {
  margin-right: 3.125rem;
}
.common_navbox ul li a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #111;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "MiSans";
}
.common_navbox ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #044891;
  opacity: 0;
}
.common_navbox ul li a:hover {
  color: #044891;
}
.common_navbox ul li.active a::after {
  opacity: 1;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 0.1875rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #044891;
  border-color: #044891;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #044891;
  border-color: #044891;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
  font-size: 0.875rem;
  background-color: transparent;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #044891;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #044891;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.index_header:hover, .index_header.first {
  gap: 16px;
  border-radius: 0px;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.8);
}
.index_header:hover .logoimg img.headlogo1, .index_header.first .logoimg img.headlogo1 {
  display: none;
}
.index_header:hover .logoimg img.headlogo2, .index_header.first .logoimg img.headlogo2 {
  display: block;
}
.index_header:hover .index_header_nav_item > a, .index_header.first .index_header_nav_item > a {
  color: #010101;
}
.index_header:hover .index_header_nav_item > a:hover, .index_header.first .index_header_nav_item > a:hover {
  color: #044891;
}
.index_header:hover .rightbx .langbx a, .index_header.first .rightbx .langbx a {
  color: #010101;
}
.index_header:hover .rightbx .search_top i, .index_header.first .rightbx .search_top i {
  color: #010101;
}
.index_header.inside {
  background: #fff !important;
}
.index_header.inside .logoimg img.headlogo1 {
  display: none;
}
.index_header.inside .logoimg img.headlogo2 {
  display: block;
}
.index_header.inside .index_header_nav_item > a {
  color: #111;
}
.index_header.inside .index_header_nav_item.active > a {
  color: #044891;
}
.index_header.inside .rightbx::after {
  background-color: #e2e2e2;
}
.index_header.inside .rightbx .langbx a {
  color: #111;
}
.index_header.inside .rightbx .search_top i {
  color: #111;
}
.index_header .w1500 {
  height: 100%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 3.5rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .logoimg img.headlogo1 {
  display: block;
}
.index_header .logoimg img.headlogo2 {
  display: none;
}
.index_header .navbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
}
.index_header_nav {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
  margin-right: 4rem;
  margin-right: 3.125rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li {
  position: relative;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  font-size: 1rem;
  color: #2b2b2b;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a:hover {
  background-color: #044891;
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background-color: #fff;
  min-width: 10rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li:hover .dropdown2 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item:hover a {
  color: #044891;
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx {
  position: relative;
  z-index: 3;
}
.index_header .rightbx .langbx {
  position: relative;
}
.index_header .rightbx .langbx:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx .langbx a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 6.25rem;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx a:hover {
  color: #044891;
}
.index_header .rightbx .langbx .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  height: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) scaleY(0);
      -ms-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx .dropdown li a {
  display: block;
  font-size: 1rem;
  color: #2b2b2b;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx .dropdown li a:hover {
  background-color: #044891;
  color: #fff;
}
.index_header .rightbx .search {
  position: relative;
  margin-left: 1.5rem;
}
.index_header .rightbx .search_M {
  display: none;
}
.index_header .rightbx .search:hover {
  cursor: pointer;
}
.index_header .rightbx .search:hover .search_downdrop {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx .search_top {
  width: 4rem;
  height: 6.25rem;
}
.index_header .rightbx .search_top i {
  font-size: 1.5rem;
  color: #fff;
}
.index_header .rightbx .search_downdrop {
  position: absolute;
  top: 6.25rem;
  right: 0;
  height: auto;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .search_downdrop form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.625rem;
  background: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.index_header .rightbx .search_downdrop form input::-webkit-input-placeholder,
.index_header .rightbx .search_downdrop form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .search_downdrop form input:-moz-placeholder,
.index_header .rightbx .search_downdrop form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .search_downdrop form input::-moz-placeholder,
.index_header .rightbx .search_downdrop form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .search_downdrop form input:-ms-input-placeholder,
.index_header .rightbx .search_downdrop form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .search_downdrop form input {
  display: block;
  width: 12rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #010101;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #010101;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .rightbx .search_downdrop form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_header .rightbx .search_downdrop form button i {
  font-size: 1.5rem;
  color: #010101;
}
.index_header .rightbx .inner-header-icon {
  display: none;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide .textbx .w1600 {
  height: auto;
}
.index_banner_swiper .swiper-slide .textbx .page {
  margin-bottom: 2.5rem;
}
.index_banner_swiper .swiper-slide .textbx .page p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.25rem;
  color: #ccc;
  line-height: 1em;
}
.index_banner_swiper .swiper-slide .textbx .page p span {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1em;
}
.index_banner_swiper .swiper-slide .textbx .en {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  text-transform: uppercase;
}
.index_banner_swiper .swiper-slide .textbx h3 {
  font-size: 4rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  letter-spacing: 0.125rem;
  margin: 1.25rem 0 2.5rem;
}
.index_banner_swiper .swiper-slide .textbx p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_banner_swiper .bottombx {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  width: 100%;
  height: 1.875rem;
  z-index: 2;
}
.index_banner_swiper .bottombx .w1600 {
  height: 100%;
}
.index_banner_swiper .bottombx .swiper-pagination {
  position: static;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-align: left;
}
.index_banner_swiper .bottombx .swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_banner_swiper .bottombx .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_banner_swiper .bottombx .swiper-pagination-bullet:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: 1.75rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_banner_swiper .bottombx .swiper-pagination-bullet-active {
  border-color: rgb(255, 255, 255);
  margin-right: 1.875rem !important;
}
.index_banner_swiper .bottombx .swiper-pagination-bullet-active::after {
  width: 1.875rem !important;
}
.index_banner_M {
  display: none;
}
.index_common_morebtn {
  width: 8.75rem;
  height: 2.25rem;
}
.index_common_morebtn a {
  width: 100%;
  height: 100%;
  border: 1px solid #044891;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a i {
  font-size: 1rem;
  color: #044891;
  margin-left: 0.625rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a:hover {
  background-color: #044891;
  color: #fff;
}
.index_common_morebtn a:hover i {
  color: #fff;
}
.index_about {
  padding: 6.25rem 0;
  background: url(../images/indexabout_bg1.png) no-repeat center bottom;
  background-size: contain;
}
.index_about_center .textbx {
  width: 46%;
}
.index_about_center .textbx_txt {
  margin-bottom: 2.5rem;
}
.index_about_center .textbx_txt h3 {
  font-size: 2.5rem;
  color: #010101;
  line-height: 3.75rem;
  font-weight: 700;
  font-family: "MiSans";
  margin-bottom: 1.875rem;
}
.index_about_center .textbx_txt .intro {
  margin-bottom: 3.5rem;
}
.index_about_center .textbx_txt .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.index_about_center .textbx .index_numbox ul li .numbx {
  margin-bottom: 1rem;
}
.index_about_center .textbx .index_numbox ul li .numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  color: #666;
  line-height: 1rem;
}
.index_about_center .textbx .index_numbox ul li .numbx p span {
  font-size: 3.75rem;
  color: #044891;
  font-weight: 400;
  line-height: 3.75rem;
  font-family: "Impact";
  margin-right: 0.25rem;
}
.index_about_center .textbx .index_numbox ul li > p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_about_center .imgbx {
  position: relative;
  width: 50%;
}
.index_about_center .imgbx .aboutimg1 {
  display: block;
  width: 88%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0;
}
.index_about_center .imgbx .aboutimg2 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 43.75%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.index_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46.875rem;
}
.index_type .item {
  position: relative;
  width: 25%;
  background-position: 50% center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.index_type .item.active {
  width: 50%;
}
.index_type .item.active .mask {
  opacity: 0;
}
.index_type .item.active .profileinfo {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.index_type .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_type .item .mask span {
  font-size: 3.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_type .item .mask h4 {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin: 1.25rem 0 1.875rem;
}
.index_type .item .mask em {
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.index_type .item .profileinfo {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  width: 68.75%;
  height: 13.125rem;
  padding: 0 2.5rem;
  background-color: #04498e;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.25s;
  transition: all 0.4s linear 0.25s;
}
.index_type .item .profileinfo span {
  position: absolute;
  bottom: -1.25rem;
  right: 2.5rem;
  font-size: 11.25rem;
  color: rgba(255, 255, 255, 0.1);
  font-family: "MiSans-Bold";
  line-height: 11.25rem;
  z-index: 0;
}
.index_type .item .profileinfo h4 {
  position: relative;
  z-index: 1;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_type .item .profileinfo em {
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1.5rem 0;
}
.index_type .item .profileinfo .intro p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_equipment {
  position: relative;
  padding: 6.25rem 0;
}
.index_equipment::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "equipment";
  font-size: 18.75rem;
  color: rgba(0, 0, 0, 0.05);
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  z-index: -1;
}
.index_equipment_title {
  margin-bottom: 5rem;
}
.index_equipment_title h3 {
  font-size: 2.5rem;
  color: #010101;
  line-height: 3.75rem;
  font-weight: 700;
  font-family: "MiSans";
}
.index_equipment_title .navlist li:not(:last-child) {
  margin-right: 5rem;
}
.index_equipment_title .navlist li a {
  position: relative;
  font-size: 1.25rem;
  color: #010101;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_equipment_title .navlist li a::after {
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  content: "";
  display: block;
  width: 104%;
  height: 0.375rem;
  background-color: #4d9aed;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_equipment_title .navlist li.active a::after {
  -webkit-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.index_equipment_center .swiperbox {
  position: relative;
  display: none;
}
.index_equipment_center .swiperbox.active {
  display: block;
}
.index_equipment_center .swiperbox .index_equipment_swiper {
  overflow: hidden;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide {
  position: relative;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide .imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 50/35;
  overflow: hidden;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide .imgbx img {
  max-width: 90%;
  max-height: 80%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide .imgbx .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(4, 72, 145, 0.8);
  z-index: 1;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide .imgbx .mask h4 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-bottom: 2.25rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide .imgbx .mask .intro {
  max-width: 60%;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide .imgbx .mask .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 2.25em;
  font-weight: 400;
  font-family: "MiSans";
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide:hover .imgbx .mask {
  height: 100%;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide:hover .imgbx .mask h4 {
  opacity: 1;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide:hover .imgbx .mask .intro {
  opacity: 1;
}
.index_equipment_center .swiperbox .index_equipment_swiper .swiper-slide:hover h4 {
  opacity: 0;
}
.index_equipment_center .swiperbox .swiper-btn {
  top: 50%;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.125rem solid #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_equipment_center .swiperbox .swiper-btn:hover {
  background-color: #044891;
  border-color: #044891;
}
.index_equipment_center .swiperbox .swiper-btn:hover span {
  color: #fff;
}
.index_equipment_center .swiperbox .swiper-btn span {
  line-height: 3.375rem;
  font-size: 1.5rem;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_equipment_center .swiperbox .swiper-btn-prev {
  left: -3.75rem;
}
.index_equipment_center .swiperbox .swiper-btn-next {
  right: -3.75rem;
}
.index_partner {
  padding: 6.25rem 0;
  background-image: url(../images/indexpartner_bg1.jpg);
}
.index_partner_center {
  width: 40%;
}
.index_partner_center .textbx {
  margin-bottom: 2.5rem;
}
.index_partner_center .textbx h3 {
  font-size: 2.5rem;
  color: #010101;
  line-height: 3.75rem;
  font-weight: 700;
  font-family: "MiSans";
}
.index_partner_center .textbx .intro {
  margin: 3.25rem 0;
}
.index_partner_center .textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.index_partner_center .logolist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1.25rem 1.25rem;
}
.index_partner_center .logolist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 40/19;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_partner_center .logolist .item:hover {
  border: 1px solid #044891;
}
.index_partner_center .logolist .item img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_new {
  padding: 6.25rem 0;
}
.index_new_title {
  margin-bottom: 5rem;
}
.index_new_title h3 {
  font-size: 2.5rem;
  color: #010101;
  line-height: 3.75rem;
  font-weight: 700;
  font-family: "MiSans";
}
.index_new_title .navlist li:not(:last-child) {
  margin-right: 5rem;
}
.index_new_title .navlist li a {
  position: relative;
  font-size: 1.25rem;
  color: #010101;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_new_title .navlist li a::after {
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  content: "";
  display: block;
  width: 104%;
  height: 0.375rem;
  background-color: #4d9aed;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_title .navlist li.active a::after {
  -webkit-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.index_new_center .listbx {
  display: none;
}
.index_new_center .listbx.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_new_center .listbx .item {
  position: relative;
  width: 31.25%;
  background: #f4f4f4;
  -webkit-box-shadow: 3px 4px 11px 0px rgba(5, 20, 38, 0.07);
          box-shadow: 3px 4px 11px 0px rgba(5, 20, 38, 0.07);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .listbx .item:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.26);
          box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.26);
  background-color: #044891;
}
.index_new_center .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new_center .listbx .item:hover .item_textbx .typebx span,
.index_new_center .listbx .item:hover .item_textbx .typebx p {
  color: #fff;
}
.index_new_center .listbx .item:hover .item_textbx h4 {
  color: #fff;
}
.index_new_center .listbx .item:hover .item_textbx a {
  color: #fff;
}
.index_new_center .listbx .item:hover .item_textbx a i {
  color: #fff;
}
.index_new_center .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 50/29;
  overflow: hidden;
}
.index_new_center .listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .listbx .item_textbx {
  width: 100%;
  padding: 2rem 1.5rem;
}
.index_new_center .listbx .item_textbx .typebx {
  margin-bottom: 1rem;
}
.index_new_center .listbx .item_textbx .typebx span {
  font-size: 0.875rem;
  color: #044891;
}
.index_new_center .listbx .item_textbx .typebx p {
  font-size: 0.875rem;
  color: #ccc;
}
.index_new_center .listbx .item_textbx h4 {
  font-size: 1.375rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .listbx .item_textbx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_center .listbx .item_textbx a i {
  font-size: 0.875rem;
  color: #044891;
  margin-left: 0.625rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_center .listbx .item_textbx a:hover {
  background-color: #044891;
  color: #fff;
}
.index_new_center .listbx .item_textbx a:hover i {
  color: #fff;
}
.index_new .index_common_morebtn {
  margin: 2.5rem auto 0;
}
.index_bottom {
  padding: 5rem 0;
  background-image: url(../images/indexbottom_bg.jpg);
}
.index_bottom .item {
  width: 20%;
}
.index_bottom .item svg {
  font-size: 5rem;
}
.index_bottom .item_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 1.5rem;
}
.index_bottom .item_text h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-bottom: 1rem;
}
.index_bottom .item_text p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer {
  background-color: #000;
}
.index_footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125rem 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_content .leftbx {
  width: 23%;
}
.index_footer_content .leftbx .logobx {
  width: 64%;
  height: auto;
}
.index_footer_content .leftbx .logobx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .leftbx .telbx {
  margin: 2.5rem 0 3.125rem;
}
.index_footer_content .leftbx .telbx span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .leftbx .telbx p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-top: 1rem;
}
.index_footer_content .leftbx .media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_content .leftbx .media ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_content .leftbx .media ul li a {
  font-size: 1.25rem;
  color: #fff;
}
.index_footer_content .rightbx {
  width: 83.5%;
  padding-left: 8%;
  padding-top: 2rem;
  border-left: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_content .rightbx dl:not(:last-child) {
  margin-right: 8%;
}
.index_footer_content .rightbx dl dt {
  margin-bottom: 1.25rem;
}
.index_footer_content .rightbx dl dt a {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .rightbx dl dt a:hover {
  color: #044891;
}
.index_footer_content .rightbx dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .rightbx dl dd a {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .rightbx dl dd a:hover {
  color: #fff;
}
.index_footer_copyright {
  height: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.index_footer_copyright .w1600 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1600 p,
.index_footer_copyright .w1600 a {
  font-size: 0.875rem;
  color: #8b8b8b;
}
.index_footer_copyright .w1600 a:hover {
  color: #fff;
}

.about_common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_common_title h3 {
  font-size: 2.25rem;
  color: #010101;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-bottom: 0.75rem;
}
.about_common_title p {
  font-size: 0.875rem;
  color: #aaaaaa;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  text-transform: uppercase;
}
.about_profile {
  padding: 4.375rem 0;
  background-color: #f7f7f7;
}
.about_profile .center_textbx {
  width: 52%;
}
.about_profile .center_textbx .intro {
  margin: 1.5rem 0 1.875rem;
}
.about_profile .center_textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  text-indent: 2em;
}
.about_profile .center_textbx .numbox ul li .numbx {
  margin-bottom: 1.25rem;
}
.about_profile .center_textbx .numbox ul li .numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  color: #666;
}
.about_profile .center_textbx .numbox ul li .numbx p span {
  font-size: 3.75rem;
  color: #044891;
  font-weight: 400;
  font-family: "Impact";
  margin-left: 0.125rem;
}
.about_profile .center_textbx .numbox ul li p {
  font-size: 1rem;
  color: #666;
}
.about_profile .center_imgbx {
  width: 42.5%;
  aspect-ratio: 17/15;
}
.about_strengths {
  padding: 4.375rem 0;
}
.about_strengths .about_common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_strengths .center {
  margin-top: 2.5rem;
}
.about_strengths .center .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23%;
  aspect-ratio: 36/35;
  padding: 3% 2%;
  background-color: #044891;
}
.about_strengths .center .item svg {
  font-size: 5rem;
}
.about_strengths .center .item h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin: 2rem 0;
}
.about_strengths .center .item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
}
.about_strengths .center .item em {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.about_culture {
  padding: 7.5rem 0;
  background-image: url(../images/about_bg1.jpg);
}
.about_culture .center {
  margin-top: 5rem;
}
.about_culture .center .about_culture_swiper {
  width: 60%;
  margin-left: 0;
}
.about_culture .center .about_culture_swiper .swiper-slide {
  opacity: 0 !important;
}
.about_culture .center .about_culture_swiper .swiper-slide h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.about_culture .center .about_culture_swiper .swiper-slide .intro {
  margin-top: 1.25rem;
}
.about_culture .center .about_culture_swiper .swiper-slide .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
}
.about_culture .center .about_culture_swiper .swiper-slide-active {
  opacity: 1 !important;
}
.about_culture .center .pagebtn {
  position: static;
  margin-top: 3.75rem;
}
.about_culture .center .pagebtn .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 3.375rem;
  height: 3.375rem;
  border: 0.125rem solid #aaa;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_culture .center .pagebtn .swiper-btn:hover {
  border-color: #044891;
  background-color: #044891;
  opacity: 1;
}
.about_culture .center .pagebtn .swiper-btn:hover span {
  color: #fff;
}
.about_culture .center .pagebtn .swiper-btn span {
  font-size: 2rem;
  color: #aaa;
  line-height: 3.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_culture .center .pagebtn .swiper-btn-prev {
  margin-right: 1.875rem;
}
.about_structure {
  padding: 5rem 0 2.5rem;
}
.about_structure .about_common_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_structure .center {
  margin-top: 2.5rem;
}
.about_structure .center img {
  width: 100%;
  height: auto;
}
.about_envir {
  padding: 2.5rem 0 5rem;
}
.about_envir .about_common_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_envir .center {
  position: relative;
  margin-top: 2.5rem;
}
.about_envir .center .about_envir_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_envir .center .swiper-btn {
  top: 50%;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.125rem solid #aaa;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_envir .center .swiper-btn:hover {
  border-color: #044891;
  background-color: #044891;
  opacity: 1;
}
.about_envir .center .swiper-btn:hover span {
  color: #fff;
}
.about_envir .center .swiper-btn span {
  font-size: 2rem;
  color: #aaa;
  line-height: 3.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_envir .center .swiper-btn-prev {
  left: -6.25rem;
}
.about_envir .center .swiper-btn-next {
  right: -6.25rem;
}
.about_partner {
  padding: 4rem 0;
  background-color: #f4f4f4;
}
.about_partner .about_common_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_partner .center {
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -3.125rem;
}
.about_partner .center .zhanwei {
  width: 14.375%;
  height: 0;
}
.about_partner .center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.375%;
  aspect-ratio: 23/11;
  background-color: #fff;
  margin-bottom: 3.125rem;
}
.about_partner .center .item img {
  display: block;
  max-width: 65%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_partner .center .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.path_content {
  padding: 4.375rem 0;
}
.path_content .center .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
}
.path_content .center .item::after {
  position: absolute;
  top: 0.75rem;
  left: 5.7%;
  content: "";
  display: block;
  width: 1px;
  height: 94%;
  background-color: #eee;
  z-index: -1;
}
.path_content .center .item span {
  width: 4%;
  font-size: 1.5rem;
  color: #111;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans";
}
.path_content .center .item em {
  position: absolute;
  top: 0.75rem;
  left: 5.5%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #111111;
}
.path_content .center .item_text {
  margin-left: 2.5rem;
  width: 92%;
}
.path_content .center .item_text h4 {
  font-size: 1.375rem;
  color: #111;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 0.5rem;
}
.path_content .center .item_text .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}

.activites_content {
  padding: 4.375rem 0;
}
.activites_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.activites_content .listbx .zhanwei {
  width: 29.375%;
  height: 0;
}
.activites_content .listbx .item {
  position: relative;
  width: 29.375%;
  margin-bottom: 3.125rem;
}
.activites_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.activites_content .listbx .item:hover h4 {
  color: #044891;
}
.activites_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 47/30;
  overflow: hidden;
}
.activites_content .listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.activites_content .listbx .item h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
}

.product_content {
  padding: 4.375rem 0;
}
.product_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_content .listbx .zhanwei {
  width: 30%;
  height: 0;
}
.product_content .listbx .item {
  position: relative;
  width: 30%;
  margin-bottom: 4rem;
}
.product_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.product_content .listbx .item:hover .item_text h4 {
  color: #044891;
}
.product_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 16/11;
  background: #f4f4f4;
  overflow: hidden;
}
.product_content .listbx .item_imgbx img {
  max-width: 90%;
  max-height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .listbx .item_text {
  padding: 1.25rem;
}
.product_content .listbx .item_text h4 {
  display: none;
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .listbx .item_text p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
  margin-top: 0.625rem;
}

.productdetail_content {
  padding: 4.375rem 0;
}
.productdetail_content .profile {
  margin-bottom: 3.125rem;
}
.productdetail_content .profile_l {
  width: 50%;
  height: 31.25rem;
}
.productdetail_content .profile_l .leftswiper {
  float: left;
  height: 100%;
}
.productdetail_content .profile_l .leftswiper .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 1.875rem;
  background-color: #f5f5f5;
}
.productdetail_content .profile_l .leftswiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .profile_l .leftswiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .profile_l .leftswiper .swiper-btn:hover {
  border-color: #044891;
  background-color: #044891;
}
.productdetail_content .profile_l .leftswiper .swiper-btn:hover span {
  color: #fff;
}
.productdetail_content .profile_l .leftswiper .swiper-btn span {
  font-size: 1.5rem;
  color: #666;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_content .profile_l .leftswiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail_content .profile_l .leftswiper .swiper-btn-prev {
  left: 0.5%;
}
.productdetail_content .profile_l .leftswiper .swiper-btn-prev span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.productdetail_content .profile_l .leftswiper .swiper-btn-next {
  right: 0.5%;
}
.productdetail_content .profile_l .leftswiper .swiper-btn-next span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.productdetail_content .profile_l .productdetail_swiper {
  float: right;
  position: relative;
  width: 84%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
}
.productdetail_content .profile_l .productdetail_swiper .smallimg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetail_content .profile_l .productdetail_swiper .smallimg > img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_l .productdetail_swiper .smallimg .mask {
  width: 10rem;
  height: 10rem;
  background-color: #ccc;
  position: absolute; /*在box类里面定位 层级高于展示图*/
  top: 0px;
  left: 0px;
  opacity: 0.5; /*设置遮罩层的透明度*/
  cursor: move; /*鼠标经过的时候变成十字拖动样式*/
  display: none; /*默认不显示 鼠标经过box时显示*/
}
.productdetail_content .profile_l .productdetail_swiper .smallimg .bigimg {
  position: absolute;
  left: 100%;
  top: 0;
  width: 30rem;
  height: 30rem;
  overflow: hidden; /*超出部分隐藏*/
  border: 1px solid #ccc;
  display: none; /*默认不显示 鼠标经过box时显示*/
  background-color: #fff;
  z-index: 10;
}
.productdetail_content .profile_l .productdetail_swiper .smallimg .bigimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200% !important;
  height: auto;
}
.productdetail_content .profile_l .productdetail_list_swiper {
  display: block;
  width: 5.625rem;
  height: 26.25rem;
  background-color: #fff;
  overflow: hidden;
}
.productdetail_content .profile_l .productdetail_list_swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow: hidden;
}
.productdetail_content .profile_l .productdetail_list_swiper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_l .productdetail_list_swiper .swiper-slide-thumb-active {
  border-color: #044891;
}
.productdetail_content .profile_r {
  width: 47%;
  padding-top: 1rem;
}
.productdetail_content .profile_r .hd {
  margin-bottom: 3.75rem;
}
.productdetail_content .profile_r .hd h3 {
  display: none;
  font-size: 1.75rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-bottom: 1.875rem;
}
.productdetail_content .profile_r .hd .type {
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
}
.productdetail_content .profile_r .intro {
  margin-bottom: 5rem;
}
.productdetail_content .profile_r .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.productdetail_content .detailbx {
  margin-bottom: 5rem;
}
.productdetail_content .detailbx_hd h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans";
  padding: 0 1.875rem;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail_content .detailbx_center {
  padding: 1.25rem 0;
}
.productdetail_content .detailbx_center p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  text-indent: 2em;
}
.productdetail_content .detailbx_center strong {
  color: #333;
  font-weight: 700;
}

.part_profile {
  padding: 4.375rem 0 6.25rem;
}
.part_profile .center_imgbx {
  position: relative;
  width: 43.125%;
  height: auto;
}
.part_profile .center_imgbx::after {
  position: absolute;
  bottom: -9%;
  right: -11%;
  content: "";
  display: block;
  width: 70%;
  height: 80%;
  background: url("../images/part_img2.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.part_profile .center_imgbx img {
  width: 100%;
  height: auto;
}
.part_profile .center_textbx {
  width: 46.25%;
  padding-top: 1.875rem;
}
.part_profile .center_textbx .intro {
  margin: 3.75rem 0 5rem;
}
.part_profile .center_textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
  text-indent: 2em;
}
.part_product {
  padding: 5.625rem 0;
  background: #f7fbff;
}
.part_product .about_common_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.part_product .center {
  position: relative;
  margin-top: 2.5rem;
}
.part_product .center .part_product_swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 16.25rem;
}
.part_product .center .part_product_swiper .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.part_product .center .part_product_swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.part_product .center .swiper-btn {
  top: 50%;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.125rem solid #aaa;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.part_product .center .swiper-btn:hover {
  border-color: #044891;
  background-color: #044891;
  opacity: 1;
}
.part_product .center .swiper-btn:hover span {
  color: #fff;
}
.part_product .center .swiper-btn span {
  font-size: 2rem;
  color: #aaa;
  line-height: 3.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.part_product .center .swiper-btn-prev {
  left: -5rem;
}
.part_product .center .swiper-btn-next {
  right: -5rem;
}
.part_product .center .swiper-pagination {
  bottom: -2.5rem;
}
.part_product .center .swiper-pagination-bullet {
  width: 1.625rem;
  height: 0.25rem;
  background-color: rgba(4, 72, 145, 0.2);
  border-radius: 0.125rem;
  opacity: 1;
}
.part_product .center .swiper-pagination-bullet-active {
  background-color: rgb(4, 72, 145);
}

.equipment_content {
  padding: 4.375rem 0;
}
.equipment_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.equipment_content .listbx .zhanwei {
  width: 31.25%;
  height: 0;
}
.equipment_content .listbx .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 4rem;
}
.equipment_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.equipment_content .listbx .item:hover h4 {
  color: #044891;
}
.equipment_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 25/18;
  background: #fff;
  overflow: hidden;
}
.equipment_content .listbx .item_imgbx img {
  max-width: 96%;
  max-height: 96%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.equipment_content .listbx .item h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 700;
  font-family: "MiSans";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.equipmentdetail_content {
  padding: 4.375rem 0;
}
.equipmentdetail_content .center {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 20, 23, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 20, 23, 0.1);
}
.equipmentdetail_content .center_imgbx {
  width: 46.875%;
  aspect-ratio: 15/12;
  background-color: #f4f4f4;
}
.equipmentdetail_content .center_imgbx img {
  width: 85%;
  height: 85%;
}
.equipmentdetail_content .center_textbx {
  width: 53.125%;
  padding: 4% 5%;
}
.equipmentdetail_content .center_textbx .hd h3 {
  font-size: 2.25rem;
  color: #010101;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans";
  margin-bottom: 0.875rem;
}
.equipmentdetail_content .center_textbx .hd em {
  display: block;
  width: 2.25rem;
  height: 0.125rem;
  background-color: #044891;
}
.equipmentdetail_content .center_textbx .infobx {
  margin: 2.5rem 0;
}
.equipmentdetail_content .center_textbx .infobx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.equipmentdetail_content .center_textbx .infobx p:not(:last-child) {
  margin-right: 1.875rem;
}
.equipmentdetail_content .center_textbx .infobx p span {
  color: #666;
  font-family: "MiSans-Bold";
}
.equipmentdetail_content .center_textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans";
  text-indent: 2em;
}
.equipmentdetail .returnbtn {
  margin: 2.5rem auto 0;
  width: 8.75rem;
  height: 2.25rem;
}
.equipmentdetail .returnbtn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #044891;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.equipmentdetail .returnbtn a:hover {
  background-color: #044891;
  color: #fff;
}

.step_content {
  padding: 4.375rem 0;
}
.step_content .center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.step_content .center .zhanwei {
  width: 16.25%;
  height: 0;
}
.step_content .center .item {
  width: 16.25%;
}
.step_content .center .item_hd {
  width: 100%;
  height: 3.75rem;
  margin-bottom: 1.25rem;
}
.step_content .center .item_hd h4 {
  font-size: 1.625rem;
  color: #111;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "MiSans";
  padding-left: 2.5rem;
}
.step_content .center .item .intro {
  padding: 0 1rem;
}
.step_content .center .item .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
}
.step_content .center .item:nth-child(2n) {
  background: url("../images/step_bg2.png") repeat-x top left;
  background-size: contain;
}
.step_content .center .item:nth-child(2n-1) {
  background: url("../images/step_bg1.png") repeat-x top left;
  background-size: contain;
}
.step_content .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.step_content .listbox_item {
  position: relative;
  width: 31.25%;
  padding: 5rem 2.5% 1.5rem;
  margin-bottom: 3.125rem;
  background-color: #f6f6f6;
}
.step_content .listbox_item .num {
  position: absolute;
  top: 1.875rem;
  left: 8%;
  font-size: 5rem;
  font-weight: 800;
  color: #044891;
  z-index: 0;
}
.step_content .listbox_item .num::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: rgb(246, 246, 246);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(44%, rgb(246, 246, 246)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(0deg, rgb(246, 246, 246) 44%, rgba(255, 255, 255, 0.1) 100%);
}
.step_content .listbox_item h4 {
  position: relative;
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 1.5rem;
  z-index: 1;
}
.step_content .listbox_item .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 6.875rem;
}
.step_content .listbox_item .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
}

.service_content {
  padding: 4.375rem 0;
}
.service_content .item {
  position: relative;
  width: 100%;
  height: 31.25rem;
}
.service_content .item:not(:last-child) {
  margin-bottom: 6.25rem;
}
.service_content .item .w1600 {
  height: 100%;
}
.service_content .item .bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.service_content .item .textbx {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 3.125rem 2.5rem;
}
.service_content .item .textbx h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.service_content .item .textbx p {
  font-size: 1rem;
  color: #999;
  line-height: 2.125rem;
  font-weight: 400;
  font-family: "MiSans";
}
.service_content .item .textbx strong {
  font-weight: 700;
  color: #333;
}
.service_content .item:nth-child(2n) .bg {
  left: 0;
}
.service_content .item:nth-child(2n) .textbx {
  margin-left: auto;
}
.service_content .item:nth-child(2n-1) .bg {
  right: 0;
}

.shipping_content {
  padding: 4.375rem 0;
  background-image: url(../images/shipping_bg2.png);
}
.shipping_content .center {
  position: relative;
}
.shipping_content .center .imgbx {
  width: 54%;
  height: auto;
}
.shipping_content .center .imgbx img {
  width: 100%;
  height: auto;
}
.shipping_content .center .textbx {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: auto;
  padding: 3.75rem 6%;
  background-image: url(../images/shipping_bg1.png);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.shipping_content .center .textbx h3 {
  font-size: 1.625rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 3.125rem;
}
.shipping_content .center .textbx .intro {
  margin-bottom: 2.5rem;
}
.shipping_content .center .textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans";
}
.shipping_content .center .textbx .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shipping_content .center .textbx .list .tag {
  width: 7.5rem;
  height: 2.25rem;
  margin-right: 1.875rem;
  border-radius: 1.125rem;
  background-color: #044891;
  font-size: 1rem;
  color: #fff;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
}

.new_content {
  padding: 5rem 0;
}
.new_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new_content .listbx .zhanwei {
  width: 31.25%;
  height: auto;
}
.new_content .listbx .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 3.125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 20, 23, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 20, 23, 0.1);
}
.new_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .listbx .item:hover .item_textbx h4 {
  color: #044891;
}
.new_content .listbx .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 50/33;
  overflow: hidden;
}
.new_content .listbx .item_imgbx img {
  display: block;
  width: 100%;
  height: 86%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item_textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.25rem;
}
.new_content .listbx .item_textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item_textbx .item {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.new_content .morebtn {
  width: 9.375rem;
  height: 2.5rem;
  margin: 0 auto;
}
.new_content .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.new_content .morebtn a i {
  font-size: 0.875rem;
  color: #111;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5rem;
}
.new_content .morebtn a:hover {
  background-color: #044891;
  border-color: #044891;
  color: #fff;
}
.new_content .morebtn a:hover i {
  color: #fff;
}

.newdetail_content {
  padding: 5rem 0;
}
.newdetail_content .detailbx {
  float: left;
  width: 71%;
}
.newdetail_content .detailbx_title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ececec;
}
.newdetail_content .detailbx_title h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 0.625rem;
}
.newdetail_content .detailbx_title .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.newdetail_content .detailbx_center {
  padding: 1.875rem 0;
}
.newdetail_content .detailbx_center p {
  font-size: 1rem;
  color: #919191;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.newdetail_content .detailbx_center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail_content .rightbx {
  float: right;
  width: 25%;
}
.newdetail_content .rightbx_title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx_title h3 {
  position: relative;
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  padding-left: 1rem;
}
.newdetail_content .rightbx_title h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
}
.newdetail_content .rightbx_list .item {
  padding: 1.25rem 0;
}
.newdetail_content .rightbx_list .item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx_list .item a {
  display: block;
  width: 100%;
  height: auto;
}
.newdetail_content .rightbx_list .item a span {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.newdetail_content .rightbx_list .item a h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-top: 1rem;
}
.newdetail_content .rightbx_list .item a:hover h4 {
  color: #044891;
}

.contact_infobx {
  padding: 4.375rem 0;
}
.contact_infobx .about_common_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_infobx .center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.contact_infobx .center .zhanwei {
  width: 21.25%;
  height: 0;
}
.contact_infobx .center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.25%;
  aspect-ratio: 17/15;
  padding: 3% 1.5%;
  margin-bottom: 3.125rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.625rem;
}
.contact_infobx .center .item:nth-child(5), .contact_infobx .center .item:last-child {
  opacity: 0;
}
.contact_infobx .center .item svg {
  font-size: 4rem;
}
.contact_infobx .center .item h4 {
  font-size: 1.75rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin: 1.875rem 0 1.25rem;
}
.contact_infobx .center .item .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
}
.contact_mapbx {
  width: 100%;
  height: 36.25rem;
}
.contact_mapbx #map {
  width: 100%;
  height: 100%;
}
.contact_message {
  padding: 6.25rem 0;
}
.contact_message .about_common_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_message .center {
  margin-top: 2.5rem;
  padding: 0 12%;
}
.contact_message .center .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.contact_message .center .formbx_item {
  width: 31.67%;
  height: auto;
  margin-bottom: 2.5rem;
}
.contact_message .center .formbx_item input::-webkit-input-placeholder,
.contact_message .center .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input:-moz-placeholder,
.contact_message .center .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input::-moz-placeholder,
.contact_message .center .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input:-ms-input-placeholder,
.contact_message .center .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  background-color: transparent;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_message .center .formbx_text {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}
.contact_message .center .formbx_text input::-webkit-input-placeholder,
.contact_message .center .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text input:-moz-placeholder,
.contact_message .center .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text input::-moz-placeholder,
.contact_message .center .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text input:-ms-input-placeholder,
.contact_message .center .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text textarea {
  display: block;
  width: 100%;
  height: 13.75rem;
  padding: 1rem;
  background-color: transparent;
  border: 1px solid #cccccc;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact_message .center .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 2.5rem;
}
.contact_message .center .formbx_codebx input {
  display: block;
  width: 65%;
  height: 3.75rem;
  padding: 0 1rem;
  background-color: transparent;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_message .center .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.75rem;
  border: 1px solid #f8f8f8;
  background: pink;
  margin-left: 1rem;
}
.contact_message .center .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_message .center .formbx_btnbx {
  width: 100%;
}
.contact_message .center .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.5rem;
  height: 2.875rem;
  margin: 0 auto;
  border: 0;
  border-radius: 1.4375rem;
  background: #044891;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
.contact_message .center .formbx_btnbx button:hover {
  cursor: pointer;
}

.job_content {
  padding: 4rem 0;
}
.job_content .center_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4.375rem;
  padding: 0 2.5%;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
}
.job_content .center_head_md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}
.job_content .center_head_md p {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #111;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job_content .center .list {
  padding: 0 2.5%;
  margin-bottom: 2.5rem;
  background-color: #fbfbfb;
}
.job_content .center .item {
  width: 100%;
}
.job_content .center .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.job_content .center .item_hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4.375rem;
}
.job_content .center .item_hd:hover {
  cursor: pointer;
}
.job_content .center .item_hd_md {
  position: relative;
  width: 25%;
}
.job_content .center .item_hd_md p {
  font-size: 1.125rem;
  color: #111;
  line-height: 4.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job_content .center .item_hd_md .xiala {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 2rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.job_content .center .item_bd {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.job_content .center .item_bd .detail_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.job_content .center .item_bd .detail_text .md {
  position: relative;
  width: 50%;
}
.job_content .center .item_bd .detail_text .md:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.job_content .center .item_bd .detail_text .md:first-child {
  padding-right: 5%;
}
.job_content .center .item_bd .detail_text .md:last-child {
  padding-left: 5%;
}
.job_content .center .item_bd .detail_text .md h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.job_content .center .item_bd .detail_text .md p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
}
.job_content .center .item_bd .detail_emailbtn {
  padding: 1.25rem 0;
}
.job_content .center .item_bd .detail_emailbtn a {
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  background-color: #044891;
  border-radius: 1.25rem;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
}
.job_content .center .item.active .item_hd_md .xiala {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.job_content .center .item.active .item_bd {
  max-height: 60rem;
  overflow: hidden;
  opacity: 1;
}

.searchbd {
  margin-top: 6.25rem;
}
.searchbd_content {
  padding: 5rem 0;
}
.searchbd_content .w1500 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchbd_content .zhanwei {
  display: block;
  width: 24%;
  height: 0;
}
.searchbd_content .item {
  position: relative;
  width: 24%;
  margin-bottom: 1rem;
}
.searchbd_content .item:hover .item_img img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.searchbd_content .item_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.searchbd_content .item_img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchbd_content .item_text {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbd_content .item_text h4 {
  font-size: 1.5rem;
  color: #044891;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2.75rem;
}
.searchbd_content .item_text .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.import-color {
  color: #7ebaf7 !important;
}

.Pcimg {
  display: block !important;
}

.Mimg {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcimg {
    display: none !important;
  }
  .Mimg {
    display: block !important;
  }
  .common_banner {
    width: 100%;
    height: 35vh;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .common_banner_textbx h1 {
    font-size: 2.75rem;
  }
  .common_crumb .w1500 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_crumb_list {
    width: 100%;
  }
  .common_crumb_navbox {
    max-width: 100%;
    overflow-x: auto;
  }
  .common_crumb_navbox ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .common_crumb_navbox ul li a {
    white-space: nowrap;
  }
  .common_navbox {
    top: 5rem;
  }
  .common_navbox ul {
    width: 100%;
    overflow-x: auto;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99;
  }
  .index_header .w1600 {
    height: 100%;
  }
  .index_header .logoimg {
    height: 3rem;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            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;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #044891;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .rightbx {
    position: static;
    margin-left: auto;
  }
  .index_header .rightbx::after {
    display: none;
  }
  .index_header .rightbx .search {
    display: none;
  }
  .index_header .rightbx .search_M {
    display: block;
  }
  .index_header .rightbx .search_M_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 100%;
  }
  .index_header .rightbx .search_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .rightbx .search_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .rightbx .search_M_top i {
    display: none;
    font-size: 1.75rem;
    color: #fff;
  }
  .index_header .rightbx .search_M_top i.iconbx1 {
    display: block;
  }
  .index_header .rightbx .search_M_top i.iconbx2 {
    display: none;
  }
  .index_header .rightbx .search_M_downdrop {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index_header .rightbx .search_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .rightbx .search_M_downdrop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .index_header .rightbx .search_M_downdrop form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 3.625rem;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 0.625rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index_header .rightbx .search_M_downdrop form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 3.625rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index_header .rightbx .search_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .langbx {
    margin-left: 0;
    margin-right: 0;
  }
  .index_header .rightbx .langbx a {
    font-size: 1.5rem;
  }
  .index_header .rightbx .langbx_downdrop {
    top: 5rem;
  }
  .index_header .rightbx .inner-header-icon {
    display: none;
    color: #fff;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index_header .rightbx .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header .rightbx .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #010101;
  }
  .index_header .rightbx .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index_header .rightbx .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header .rightbx .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index_header .rightbx .inner-header-icon-click span {
    background: #fff;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index_header .rightbx .inner-header-icon-out span {
    background: #fff;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @-webkit-keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index_header.first .rightbx .search_M_top i, .index_header:hover .rightbx .search_M_top i, .index_header.inside .rightbx .search_M_top i {
    color: #111;
  }
  .index_header.first .inner-header-icon, .index_header:hover .inner-header-icon, .index_header.inside .inner-header-icon {
    display: none;
    color: #111;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index_header.first .inner-header-icon:hover, .index_header:hover .inner-header-icon:hover, .index_header.inside .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header.first .inner-header-icon span, .index_header:hover .inner-header-icon span, .index_header.inside .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #010101;
  }
  .index_header.first .inner-header-icon span:nth-child(1), .index_header:hover .inner-header-icon span:nth-child(1), .index_header.inside .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index_header.first .inner-header-icon span:nth-child(2), .index_header:hover .inner-header-icon span:nth-child(2), .index_header.inside .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header.first .inner-header-icon span:nth-child(3), .index_header:hover .inner-header-icon span:nth-child(3), .index_header.inside .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index_header.first .inner-header-icon-click span, .index_header:hover .inner-header-icon-click span, .index_header.inside .inner-header-icon-click span {
    background: #111;
  }
  .index_header.first .inner-header-icon-click span:nth-child(1), .index_header:hover .inner-header-icon-click span:nth-child(1), .index_header.inside .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index_header.first .inner-header-icon-click span:nth-child(2), .index_header:hover .inner-header-icon-click span:nth-child(2), .index_header.inside .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index_header.first .inner-header-icon-click span:nth-child(3), .index_header:hover .inner-header-icon-click span:nth-child(3), .index_header.inside .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index_header.first .inner-header-icon-out span, .index_header:hover .inner-header-icon-out span, .index_header.inside .inner-header-icon-out span {
    background: #111;
  }
  .index_header.first .inner-header-icon-out span:nth-child(1), .index_header:hover .inner-header-icon-out span:nth-child(1), .index_header.inside .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index_header.first .inner-header-icon-out span:nth-child(2), .index_header:hover .inner-header-icon-out span:nth-child(2), .index_header.inside .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index_header.first .inner-header-icon-out span:nth-child(3), .index_header:hover .inner-header-icon-out span:nth-child(3), .index_header.inside .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: 45vh;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: 100%;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet-active {
    background: #044891;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_about {
    padding: 3rem 0;
  }
  .index_about_center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_about_center .textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_about_center .textbx .index_numbox ul li .numbx p span {
    font-size: 3.5rem;
  }
  .index_about_center .imgbx {
    width: 100%;
  }
  .index_type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_type .item {
    width: 100%;
  }
  .index_type .item.active {
    width: 100%;
  }
  .index_type .item .profileinfo {
    width: 100%;
    height: 100%;
  }
  .index_type .item .profileinfo span {
    top: -2rem;
    right: 0;
    font-size: 8rem;
  }
  .index_equipment {
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_equipment_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .index_equipment_title .navlist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }
  .index_equipment_center .swiperbox .swiper-btn-prev {
    left: -1rem;
  }
  .index_equipment_center .swiperbox .swiper-btn-next {
    right: -1rem;
  }
  .index_partner {
    padding: 3rem 0;
  }
  .index_partner_center {
    width: 100%;
  }
  .index_new {
    padding: 3rem 0;
  }
  .index_new_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .index_new_title .navlist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }
  .index_new_center .listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new_center .listbx .item {
    width: 100%;
  }
  .index_new_center .listbx .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_bottom {
    display: none;
  }
  .index_footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_footer_content .leftbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-right: 0;
  }
  .index_footer_content .leftbx .logobx {
    width: 50%;
  }
  .index_footer_content .leftbx .telbx {
    margin: 1.5rem 0;
  }
  .index_footer_content .leftbx .telbx span {
    display: block;
    text-align: center;
  }
  .index_footer_content .leftbx .media ul li a {
    font-size: 1.5rem;
  }
  .index_footer_content .rightbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .index_footer_content .rightbx dl {
    width: 30%;
  }
  .index_footer_content .rightbx dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content .rightbx dl dt {
    text-align: center;
  }
  .index_footer_content .rightbx dl dd {
    display: none;
  }
  .index_footer_content .weixinimg {
    margin: 0 auto;
  }
  .index_footer_copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_copyright .w1600 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1600 p:first-child {
    margin-right: 0;
  }
  .index_footer_copyright .w1600 p:last-child {
    display: none;
  }
  .about_profile {
    padding: 3rem 0;
  }
  .about_profile .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .center_textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_profile .center_imgbx {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .about_profile .center_imgbx img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about_strengths {
    padding: 3rem 0;
  }
  .about_strengths .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_strengths .center .item {
    width: 49%;
    aspect-ratio: 36/48;
    margin-bottom: 0.625rem;
  }
  .about_strengths .center .item p {
    font-size: 0.875rem;
  }
  .about_culture {
    padding: 5rem 0;
  }
  .about_culture .center .about_culture_swiper {
    width: 100%;
  }
  .about_structure {
    padding: 3rem 0;
  }
  .about_envir {
    padding: 3rem 0;
  }
  .about_envir .center .swiper-btn-prev {
    left: 0;
  }
  .about_envir .center .swiper-btn-next {
    right: 0;
  }
  .about_partner {
    padding: 3rem 0;
  }
  .about_partner .center {
    margin-bottom: -1.25rem;
  }
  .about_partner .center .item {
    width: 32%;
    margin-bottom: 1.25rem;
  }
  .path_content .center .item span {
    width: 12%;
  }
  .path_content .center .item em {
    left: 15.5%;
  }
  .path_content .center .item::after {
    left: 16%;
  }
  .activites_content {
    padding: 3rem 0;
  }
  .activites_content .listbx .item {
    width: 100%;
  }
  .product_content .listbx .item {
    width: 49%;
    margin-bottom: 1.5rem;
  }
  .productdetail_content .profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_content .profile_l {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .productdetail_content .profile_l .leftswiper {
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 7.5rem;
  }
  .productdetail_content .profile_l .leftswiper .swiper-btn {
    width: 2.5rem;
    height: 100%;
  }
  .productdetail_content .profile_l .leftswiper .swiper-btn span {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .productdetail_content .profile_l .leftswiper .swiper-btn-prev {
    left: 0;
  }
  .productdetail_content .profile_l .leftswiper .swiper-btn-next {
    right: 0;
  }
  .productdetail_content .profile_l .leftswiper .productdetail_list_swiper {
    width: calc(100% - 6.25rem);
    height: 100%;
  }
  .productdetail_content .profile_l .productdetail_swiper {
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
  }
  .productdetail_content .profile_l .productdetail_swiper .swiper-slide img {
    max-width: 70%;
    max-height: 70%;
  }
  .productdetail_content .profile_r {
    width: 100%;
  }
  .equipment_content {
    padding: 3rem 0;
  }
  .equipment_content .listbx .item {
    width: 49%;
  }
  .equipmentdetail_content {
    padding: 3rem 0;
  }
  .equipmentdetail_content .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equipmentdetail_content .center_imgbx {
    width: 100%;
  }
  .equipmentdetail_content .center_textbx {
    width: 100%;
  }
  .equipmentdetail_content .center_textbx .infobx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equipmentdetail_content .center_textbx .infobx p {
    width: 50%;
  }
  .equipmentdetail_content .center_textbx .infobx p:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .step_content {
    padding: 3rem 0;
  }
  .step_content .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step_content .center .item {
    width: 50%;
    margin-bottom: 1.25rem;
  }
  .step_content .listbox_item {
    width: 100%;
    padding: 5rem 7% 1.5rem;
  }
  .service_content {
    padding: 3rem 0;
  }
  .service_content .item {
    height: auto;
  }
  .service_content .item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .service_content .item .bg {
    position: static;
    width: 100%;
    height: auto;
  }
  .service_content .item .bg img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service_content .item .w1600 {
    padding: 0;
  }
  .service_content .item .textbx {
    width: 100%;
  }
  .shipping_content {
    padding: 3rem 0;
  }
  .shipping_content .center .imgbx {
    width: 100%;
  }
  .shipping_content .center .textbx {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .shipping_content .center .textbx .list .tag {
    margin-bottom: 1rem;
  }
  .new_content {
    padding: 3rem 0;
  }
  .new_content .listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new_content .listbx .item {
    width: 100%;
  }
  .new_content .listbx .item_img {
    width: 100%;
    height: 19rem;
  }
  .new_content .listbx .item_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .new_content .listbx .item_text .intro {
    margin: 1rem 0 1.5rem;
  }
  .newdetail_content {
    padding: 3rem 0;
  }
  .newdetail_content .detailbx {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  .newdetail_content .rightbx {
    display: none;
    float: none;
    width: 100%;
  }
  .contact_infobx {
    padding: 3rem 0;
  }
  .contact_infobx .center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_infobx .center .item {
    width: 49%;
    aspect-ratio: 17/20;
    margin-bottom: 0.625rem;
  }
  .contact_infobx .center .item:nth-child(5), .contact_infobx .center .item:last-child {
    display: none;
  }
  .contact_mapbx {
    height: 25rem;
  }
  .contact_message {
    padding: 3rem 0;
  }
  .contact_message .center {
    padding: 0;
  }
  .contact_message .center .formbx_item {
    width: 100%;
  }
  .contact_message .center .formbx_codebx {
    width: 100%;
  }
  .job_content {
    padding: 3rem 0;
  }
  .job_content .center_head_md {
    width: 33%;
  }
  .job_content .center_head_md:nth-child(2) {
    display: none;
  }
  .job_content .center .list .item_hd_md {
    width: 33%;
  }
  .job_content .center .list .item_hd_md:nth-child(2) {
    display: none;
  }
  .job_content .center .list .item_bd .detail_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .job_content .center .list .item_bd .detail_text .md {
    width: 100%;
  }
  .job_content .center .list .item_bd .detail_text .md:not(:last-child)::after {
    display: none;
  }
  .job_content .center .list .item_bd .detail_text .md:first-child {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
  }
  .job_content .center .list .item_bd .detail_text .md:last-child {
    padding-left: 0;
  }
  .searchbd_content .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header .navmain {
    padding: 0 2%;
  }
  .index_header_navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index_header_nav_item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}