@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;
}

.w1320 {
  width: 82.5rem;
  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: #003f84;
}

.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: #000;
}

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

#main {
  margin-top: 5.625rem;
}

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.common_banner_textbx .w1280 {
  position: relative;
  height: 100%;
}
.common_banner_textbx h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.common_banner_textbx .intro {
  margin-top: 1.5rem;
}
.common_banner_textbx .intro p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-transform: capitalize;
}
.common_crumb {
  padding: 1rem 0;
}
.common_crumb p {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #2b2b2b;
}
.common_crumb p i {
  font-size: 1rem;
  color: #2b2b2b;
}
.common_crumb p a {
  font-size: 1rem;
  color: #2b2b2b;
  margin: 0 0.25rem;
}
.common_crumb p a:hover {
  color: #003f84;
}
.common_crumb p a:not(:last-child) {
  pointer-events: none;
}
.common_navbox {
  width: 100%;
  height: 5rem;
  border-bottom: 1px solid #dddddd;
}
.common_navbox .w1320 {
  height: 100%;
}
.common_navbox ul {
  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;
  height: 100%;
}
.common_navbox ul li {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.common_navbox ul li:nth-child(even) {
  margin: 0 1rem;
}
.common_navbox ul li a {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.common_navbox ul li a:hover {
  color: #003f84;
}
.common_morebtn a {
  width: 9.375rem;
  height: 2.5rem;
  padding: 0 0.1875rem 0 1rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common_morebtn a:hover {
  background-color: #fff;
}
.common_morebtn a:hover p,
.common_morebtn a:hover i {
  color: #003f84;
}
.common_morebtn a p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common_morebtn a i {
  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: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.125rem;
  color: #003f84;
}
.common_morebtn2 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  padding: 0 1.25rem;
  white-space: nowrap;
  background-color: #bc2729;
  border-radius: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.common_morebtn2:link {
  color: #fff;
}
.common_morebtn2:visited {
  color: #fff;
}
.common_morebtn2:hover {
  background-color: #003f84;
  text-decoration: underline;
}
.common_title_l p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-transform: uppercase;
}
.common_title_l h2 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-top: 1rem;
}
.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: #e9e9e9;
  -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: #003f84;
  border-color: #003f84;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #003f84;
  border-color: #003f84;
}
.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: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #003f84;
}
.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: 45%;
  font-size: 1.125rem;
  font-family: "Arial";
  line-height: 2rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #003f84;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.index_header .w1320 {
  height: 100%;
}
.index_header .logobox {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
}
.index_header .logobox img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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: 0 1rem;
}
.index_header_nav_item:last-child {
  margin-right: 0;
}
.index_header_nav_item:first-child {
  margin-left: 0;
}
.index_header_nav_item:nth-child(4) > .dropdown > ul > li .dropdown2 {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
}
.index_header_nav_item:nth-child(4) > .dropdown > ul > li .dropdown2 ul li .level2 a {
  padding: 0.625rem 1.5rem;
  height: auto;
}
.index_header_nav_item:nth-child(4) > .dropdown > ul > li .dropdown2 ul li .level2 a p {
  width: 10rem;
  line-height: 1.4em;
  white-space: wrap;
}
.index_header_nav_item:nth-child(4) > .dropdown > ul > li .dropdown2 ul li .dropdown3 {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
}
.index_header_nav_item:nth-child(4) > .dropdown > ul > li .dropdown2 ul li .dropdown3 ul li a {
  padding: 0.625rem 1.5rem;
  width: 14rem;
  white-space: wrap;
  line-height: 1.4em;
}
.index_header_nav_item > a,
.index_header_nav_item > p {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  line-height: 5.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5.625rem;
  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 {
  position: relative;
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li:hover {
  cursor: pointer;
}
.index_header_nav_item .dropdown ul li:hover .level1 {
  background-color: #003f84;
}
.index_header_nav_item .dropdown ul li:hover .level1 p,
.index_header_nav_item .dropdown ul li:hover .level1 i {
  color: #fff;
}
.index_header_nav_item .dropdown ul li .level1 {
  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;
  width: 100%;
  padding: 0 1.5rem;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li .level1 a {
  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;
  width: 100%;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li .level1 p {
  font-size: 0.875rem;
  color: #000;
  line-height: 2.5rem;
  white-space: nowrap;
  margin-right: 1.875rem;
}
.index_header_nav_item .dropdown ul li .level1 i {
  font-size: 1rem;
  color: #000;
}
.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;
  min-height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li:hover .level2 a {
  background-color: #003f84;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li:hover .level2 a p,
.index_header_nav_item .dropdown ul li .dropdown2 ul li:hover .level2 a i {
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .level2 {
  width: 100%;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .level2 a {
  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;
  width: 100%;
  padding: 0 1.5rem;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .level2 a p {
  font-size: 0.875rem;
  color: #000;
  line-height: 2.5rem;
  white-space: nowrap;
  margin-right: 1.875rem;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .level2 a i {
  font-size: 1rem;
  color: #000;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .dropdown3 {
  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-height: 10rem;
  min-width: 10rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .dropdown3 ul li a {
  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;
  width: 100%;
  padding: 0 1.5rem;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #000;
  line-height: 2.5rem;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li .dropdown3 ul li:hover a {
  background-color: #003f84;
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown2 ul li:hover .dropdown3 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item .dropdown ul li:hover .dropdown2 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a {
  color: #003f84;
}
.index_header_nav_item:hover {
  cursor: pointer;
}
.index_header_nav_item:hover a,
.index_header_nav_item:hover p {
  color: #003f84;
}
.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;
  height: 100%;
  z-index: 3;
}
.index_header .rightbx .langbx {
  position: relative;
  height: 100%;
}
.index_header .rightbx .langbx a {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx a:hover {
  color: #003f84;
}
.index_header .rightbx .search {
  position: relative;
  height: 100%;
  margin-right: 1rem;
}
.index_header .rightbx .search_M {
  display: none;
}
.index_header .rightbx .search_top {
  width: 4rem;
  height: 4rem;
}
.index_header .rightbx .search_top:hover {
  cursor: pointer;
}
.index_header .rightbx .search_top i {
  font-size: 1rem;
  color: #111;
}
.index_header .rightbx .search_downdrop {
  position: absolute;
  top: 5.625rem;
  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.show {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx .search_downdrop form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.625rem 0.5rem 0.625rem;
  background: rgba(0, 0, 0, 0.4);
  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;
  font-family: "Arial";
}
.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;
  font-family: "Arial";
}
.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;
  font-family: "Arial";
}
.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;
  font-family: "Arial";
}
.index_header .rightbx .search_downdrop form input {
  display: block;
  width: 12rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  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_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: #fff;
}
.index_header .rightbx .inner-header-icon {
  display: none;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  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 .banner_bg {
  width: 100%;
  max-height: auto;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx .w1280 {
  position: relative;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx_center p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.index_banner_swiper .swiper-slide .textbx_center .topbx {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-transform: uppercase;
}
.index_banner_swiper .swiper-slide .textbx_center h2 {
  position: relative;
  font-size: 5rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  font-style: italic;
  margin: 1.875rem 0 3.125rem;
  z-index: 2;
}
.index_banner_swiper .swiper-slide .textbx_center h2::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  display: block;
  width: 16.25rem;
  height: 1rem;
  background-color: #018cee;
  z-index: -1;
}
.index_banner_swiper .swiper-slide .textbx .common_morebtn {
  margin-top: 6%;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 0.1875rem;
  opacity: 0.5;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
}
.index_banner_swiper .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.2);
}
.index_banner_swiper .swiper-btn-prev {
  left: 0;
}
.index_banner_swiper .swiper-btn-next {
  right: 0;
}
.index_banner_swiper .swiper-btn:hover {
  cursor: pointer;
  background: #003f84;
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
}
.index_banner_M {
  display: none;
}
.index_about {
  padding: 5rem 0;
}
.index_about_md {
  background-color: #f4f4f4;
}
.index_about_md:not(:last-child) {
  margin-bottom: 2rem;
}
.index_about_md:nth-child(even) .textbx {
  float: right;
}
.index_about_md:nth-child(even) .imgbx {
  float: left;
  aspect-ratio: 22/18;
}
.index_about_md .textbx {
  float: left;
  width: 50%;
  aspect-ratio: 22/14;
  padding: 1.875rem 1.75rem;
}
.index_about_md .textbx h4 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.index_about_md .textbx_bd {
  margin-top: 1.5rem;
}
.index_about_md .textbx_bd p {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Arial";
}
.index_about_md .imgbx {
  float: right;
  width: 50%;
  aspect-ratio: 22/14;
}
.index_demand {
  padding: 5rem 0;
  background-color: #003f89;
}
.index_demand_hd {
  margin-bottom: 5rem;
}
.index_demand_hd h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 1.875rem;
}
.index_demand_hd p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.index_demand .listbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_demand .listbox .zhanwei {
  width: 31.67%;
  height: 0;
}
.index_demand .listbox_item {
  width: 31.67%;
}
.index_demand .listbox_item .imgbx {
  width: 100%;
  aspect-ratio: 42/27;
}
.index_demand .listbox_item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_demand .listbox_item .textbx {
  background-color: #fff;
  padding: 1.875rem;
}
.index_demand .listbox_item .textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.index_demand .listbox_item .textbx em {
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.index_demand .listbox_item .textbx .intro {
  min-height: 4.5rem;
}
.index_demand .listbox_item .textbx .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Arial";
}
.index_adva {
  padding: 5rem 0 2.5rem;
}
.index_adva .features {
  margin-bottom: 5rem;
}
.index_adva .features_hd {
  margin-bottom: 5rem;
}
.index_adva .features_hd h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 1.875rem;
}
.index_adva .features_hd p {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.index_adva .features_list {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(43, 43, 43, 0.2);
}
.index_adva .features_list_item {
  width: 22%;
}
.index_adva .features_list_item h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.index_adva .features_list_item em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.index_adva .features_list_item .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Arial";
}
.index_adva .using_hd {
  margin-bottom: 2.5rem;
}
.index_adva .using_hd h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.index_adva .using_list {
  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;
}
.index_adva .using_list .zhanwei {
  width: 31.67%;
  height: 0;
}
.index_adva .using_list_item {
  width: 31.67%;
  background-color: #f4f4f4;
}
.index_adva .using_list_item .imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 42/27;
  overflow: hidden;
}
.index_adva .using_list_item .imgbx:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_adva .using_list_item .imgbx::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 61, 125, 0)), to(rgba(0, 61, 125, 0.4)));
  background: linear-gradient(180deg, rgba(0, 61, 125, 0) 0%, rgba(0, 61, 125, 0.4));
}
.index_adva .using_list_item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_adva .using_list_item .imgbx h4 {
  position: absolute;
  bottom: 1rem;
  left: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  z-index: 2;
}
.index_adva .using_list_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;
  padding: 1.875rem 2.5rem;
}
.index_adva .using_list_item .textbx a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Arial";
}
.index_adva .using_list_item .textbx a:hover {
  text-decoration: underline;
}
.index_new {
  padding: 2.5rem 0 5rem;
}
.index_new h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.index_new_center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index_new_center .left {
  position: relative;
  width: 50%;
  background-color: #f4f4f4;
}
.index_new_center .left:hover .left_imgbx img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.index_new_center .left:hover .left_textbx h4 {
  color: #003f84;
}
.index_new_center .left_imgbx {
  width: 100%;
  aspect-ratio: 660/386;
  overflow: hidden;
}
.index_new_center .left_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .left_textbx {
  padding: 2.5rem;
}
.index_new_center .left_textbx h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .left_textbx .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin: 1rem 0;
}
.index_new_center .left_textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_center .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}
.index_new_center .right_topbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.index_new_center .right_topbx .item {
  position: relative;
  width: 47%;
}
.index_new_center .right_topbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index_new_center .right_topbx .item:hover .item_textbx h4 {
  color: #003f84;
}
.index_new_center .right_topbx .item_imgbx {
  width: 100%;
  aspect-ratio: 28/21;
  overflow: hidden;
}
.index_new_center .right_topbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .right_topbx .item_textbx {
  padding: 0.5rem 0;
}
.index_new_center .right_topbx .item_textbx h4 {
  min-height: 3.75rem;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .right_topbx .item_textbx .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.index_new_center .right_listbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_new_center .right_listbx .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  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;
  border-bottom: 1px solid #efefef;
}
.index_new_center .right_listbx .item:first-child {
  border-top: 1px solid #efefef;
}
.index_new_center .right_listbx .item:hover h4 {
  color: #003f84;
}
.index_new_center .right_listbx .item h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_center .right_listbx .item .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-left: 1rem;
}
.index_bottom {
  position: relative;
}
.index_bottom .bgimg {
  width: 100%;
  height: auto;
}
.index_bottom .bgimg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_bottom_center {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.index_bottom_center .w1320 {
  height: 100%;
}
.index_bottom_center h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.index_bottom_center .intro {
  max-width: 50%;
  margin: 2.5% 0;
}
.index_bottom_center .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.index_bottom_center .contactbtn {
  width: 7.5rem;
  height: 1.875rem;
}
.index_bottom_center .contactbtn 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%;
  background-color: #bc2729;
  border-radius: 1.125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_bottom_center .contactbtn a:hover {
  letter-spacing: 0.125rem;
  text-decoration: underline;
}
.index_footer {
  background-color: #003f84;
}
.index_footer_content {
  padding: 3.75rem 0 1.875rem;
}
.index_footer_content .leftbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_footer_content .leftbx dl {
  width: 17%;
}
.index_footer_content .leftbx dl dt {
  position: relative;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  white-space: nowrap;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_footer_content .leftbx dl dt::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #fff;
}
.index_footer_content .leftbx dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
.index_footer_content .leftbx dl dd a {
  font-size: 1rem;
  color: #677fa8;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .leftbx dl dd a:hover {
  color: #fff;
}
.index_footer_content .rightbx {
  width: 25%;
  margin-left: 3%;
}
.index_footer_content .rightbx_media li {
  width: 2.5rem;
  height: 2.5rem;
}
.index_footer_content .rightbx_media li:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_content .rightbx_media li 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%;
  background-color: #195392;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .rightbx_media li a:hover {
  background-color: #fff;
  color: #003f84;
}
.index_footer_content .rightbx_info {
  margin-top: 1rem;
}
.index_footer_content .rightbx_info p {
  font-size: 1rem;
  color: #677fa8;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.index_footer_copyright {
  height: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1320 {
  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 .w1320 .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_footer_copyright .w1320 .left ul li {
  font-size: 1rem;
  color: #677fa8;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.index_footer_copyright .w1320 .left ul li:nth-child(even) {
  margin: 0 1rem;
}
.index_footer_copyright .w1320 .left ul li a {
  font-size: 1rem;
  color: #677fa8;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_copyright .w1320 .left ul li a:hover {
  color: #fff;
}
.index_footer_copyright .w1320 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1320 p,
.index_footer_copyright .w1320 a {
  font-size: 1rem;
  color: #677fa8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_copyright .w1320 a:hover {
  color: #fff;
}

.productclass_center {
  padding: 5rem 0 3.125rem;
}
.productclass_center .topbx {
  margin-bottom: 5rem;
}
.productclass_center .topbx h2 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.productclass_center .topbx_intro {
  margin-top: 1rem;
}
.productclass_center .topbx_intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_center .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;
  width: 83%;
  margin: 0 auto;
}
.productclass_center .listbox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47.8%;
  border: 1px solid #818181;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.productclass_center .listbox .item_imgbx {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 1.875rem;
  background-color: #fff;
}
.productclass_center .listbox .item_imgbx .img {
  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: 526/200;
}
.productclass_center .listbox .item_imgbx .img img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productclass_center .listbox .item_imgbx h4 {
  padding: 0 2.5rem;
  margin: 1.875rem 0 0.625rem;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_center .listbox .item_textbx {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.875rem 2.5rem;
  background-color: #003f84;
}
.productclass_center .listbox .item_textbx h4 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 0.625rem;
}
.productclass_center .listbox .item_textbx ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.productclass_center .listbox .item_textbx ul li p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_center .listbox .item_textbx .morebtn {
  position: absolute;
  bottom: 1.875rem;
  right: 2.5rem;
  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: 6.875rem;
  height: 1.875rem;
  background-color: #bc2729;
  border-radius: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_center .listbox .item_textbx .morebtn:hover {
  text-decoration: underline;
}
.productclass_features {
  padding: 0 0 2.5rem;
}
.productclass_features h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 5rem;
}
.productclass_features .features_list_item {
  width: 22%;
}
.productclass_features .features_list_item .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 3.75rem;
}
.productclass_features .features_list_item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_features .features_list_item em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.productclass_features .features_list_item .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_using {
  padding: 2.5rem 0 5rem;
}
.productclass_using h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 2.5rem;
}
.productclass_using .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
}
.productclass_using .center_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 59.5%;
}
.productclass_using .center_l .listbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productclass_using .center_l .listbx_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: 30%;
  aspect-ratio: 23/15;
  background: #ffffff;
  border-radius: 0px 1rem 0px 0px;
  border: 1px solid #818181;
}
.productclass_using .center_l .listbx_item img {
  display: none;
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productclass_using .center_l .listbx_item img.icon2 {
  display: block;
}
.productclass_using .center_l .listbx_item:hover {
  cursor: pointer;
}
.productclass_using .center_l .listbx_item.active {
  background-color: #003f84;
}
.productclass_using .center_l .listbx_item.active img.icon1 {
  display: block;
}
.productclass_using .center_l .listbx_item.active img.icon2 {
  display: none;
}
.productclass_using .center_l .textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5rem 2.5rem;
}
.productclass_using .center_l .textbx_md {
  display: none;
  -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;
  height: 100%;
}
.productclass_using .center_l .textbx_md.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productclass_using .center_l .textbx_md_txt h4 {
  font-size: 1.625rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_using .center_l .textbx_md_txt em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.productclass_using .center_l .textbx_md_txt .intro p,
.productclass_using .center_l .textbx_md_txt .intro a {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_using .center_l .textbx_md_txt .intro a:hover {
  color: #003f84;
  text-decoration: underline;
}
.productclass_using .center_l .textbx_md .morebtn {
  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: 6.875rem;
  height: 1.875rem;
  background-color: #bc2729;
  border-radius: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productclass_using .center_l .textbx_md .morebtn:hover {
  text-decoration: underline;
}
.productclass_using .center_r {
  position: relative;
  width: 40.5%;
  aspect-ratio: 107/90;
}
.productclass_using .center_r .useimg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productclass_using .center_r .useimg.show {
  opacity: 1;
}

.productdetail_profile {
  padding: 5rem 0 2.5rem;
}
.productdetail_profile .infobox {
  margin-bottom: 4rem;
}
.productdetail_profile .infobox h2 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1.5rem;
}
.productdetail_profile .infobox_intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_profile .infobox_intro .morebtn {
  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: 6.875rem;
  height: 1.875rem;
  background-color: #bc2729;
  border-radius: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_profile .infobox_intro .morebtn:hover {
  text-decoration: underline;
}
.productdetail_profile .numbox_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: 45%;
}
.productdetail_profile .numbox_imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_profile .numbox_r {
  width: 50%;
}
.productdetail_profile .numbox_r .profileinfo {
  margin-bottom: 1.875rem;
}
.productdetail_profile .numbox_r .profileinfo h2 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1rem;
}
.productdetail_profile .numbox_r .profileinfo p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_profile .numbox_r .profileinfo strong {
  font-weight: 700;
}
.productdetail_profile .numbox_r h3 {
  font-size: 1.625rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_profile .numbox_r .numtable {
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}
.productdetail_profile .numbox_r .numtable table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}
.productdetail_profile .numbox_r .numtable table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productdetail_profile .numbox_r .numtable table th,
.productdetail_profile .numbox_r .numtable table td {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}
.productdetail_profile .numbox_r .numtable table th,
.productdetail_profile .numbox_r .numtable table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  vertical-align: center;
}
.productdetail_profile .numbox_r .numtable table tr td:first-child {
  vertical-align: left;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
.productdetail_profile .numbox_r .numtable table tr td:last-child {
  vertical-align: left;
}
.productdetail_profile .numbox_r .numtable p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
}
.productdetail_features {
  padding: 2.5rem 0;
}
.productdetail_features .title {
  margin-bottom: 4rem;
}
.productdetail_features .title h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 1rem;
}
.productdetail_features .title .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.productdetail_features .features_list_item {
  width: 18%;
}
.productdetail_features .features_list_item .iconbx {
  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: 6.5rem;
  height: 6.5rem;
  background-color: #c2c6c0;
  border-radius: 50%;
  margin-bottom: 2.5rem;
}
.productdetail_features .features_list_item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_features .features_list_item em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.productdetail_features .features_list_item .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_using2 {
  padding: 5rem 0;
  background-color: #f4f4f4;
}
.productdetail_using2 h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.productdetail_using2 .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_solution {
  padding: 5rem 0 2.5rem;
}
.productdetail_solution h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.productdetail_solution .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.productdetail_solution .listbox .item {
  width: 48%;
}
.productdetail_solution .listbox .item_imgbx {
  width: 100%;
  aspect-ratio: 63/27;
}
.productdetail_solution .listbox .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_solution .listbox .item_textbx {
  padding: 1rem 0;
}
.productdetail_solution .listbox .item_textbx h4 {
  font-size: 1.625rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_solution .listbox .item_textbx em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.productdetail_solution .listbox .item_textbx .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_solution .morebtn {
  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: 6.875rem;
  height: 1.875rem;
  background-color: #bc2729;
  border-radius: 0.9375rem;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_solution .morebtn:hover {
  text-decoration: underline;
}
.productdetail_download {
  padding: 2.5rem 0 5rem;
}
.productdetail_download h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 2.5rem;
}
.productdetail_download .item {
  position: relative;
  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;
  width: 100%;
  height: 4.5rem;
  padding: 0 1rem;
  background-color: #f4f4f4;
}
.productdetail_download .item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.productdetail_download .item_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetail_download .item_l .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.75rem;
  margin-right: 1.875rem;
}
.productdetail_download .item_l .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_download .item_l h4 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.productdetail_download .item i {
  font-size: 1.5rem;
  color: #2b2b2b;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popup_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 43.75rem;
  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.3125rem;
}
.popup_center .title {
  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: 5rem;
  padding: 0 2rem;
  border-bottom: 1px solid #eee;
}
.popup_center .title h4 {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
}
.popup_center .title .closebtn:hover {
  cursor: pointer;
}
.popup_center .title .closebtn i {
  font-size: 1.5rem;
  color: #666;
}
.popup_center .downloadForm {
  padding-top: 3.125rem;
}
.popup_center .downloadForm .formbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3.75rem;
  margin-bottom: 2rem;
}
.popup_center .downloadForm .formbx_item label {
  width: 30%;
  text-align: right;
  margin-right: 0.625rem;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_item label span {
  color: #003f84;
}
.popup_center .downloadForm .formbx_item input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.125rem;
  outline: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.popup_center .downloadForm .formbx_item input::-webkit-input-placeholder,
.popup_center .downloadForm .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_item input:-moz-placeholder,
.popup_center .downloadForm .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_item input::-moz-placeholder,
.popup_center .downloadForm .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_item input:-ms-input-placeholder,
.popup_center .downloadForm .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 0 3.75rem;
}
.popup_center .downloadForm .formbx_text input::-webkit-input-placeholder,
.popup_center .downloadForm .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_text input:-moz-placeholder,
.popup_center .downloadForm .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_text input::-moz-placeholder,
.popup_center .downloadForm .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_text input:-ms-input-placeholder,
.popup_center .downloadForm .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Arial";
}
.popup_center .downloadForm .formbx_text label {
  width: 30%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  margin-right: 0.625rem;
}
.popup_center .downloadForm .formbx_text label span {
  color: #003f84;
}
.popup_center .downloadForm .formbx_text textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0.75rem 1.125rem;
  outline: none;
  resize: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5rem;
}
.popup_center .downloadForm .formbx .down_href {
  display: none;
}
.popup_center .formbtnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
}
.popup_center .formbtnbx button {
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  outline: none;
  border: 0;
  background-color: #003f84;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup_center .formbtnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}

.pipeline_navbox {
  background-color: #f4f4f4;
}
.pipeline_navbox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pipeline_navbox .list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pipeline_navbox .list li.active .level1 {
  background-color: #003f84;
}
.pipeline_navbox .list li.active .level1 p,
.pipeline_navbox .list li.active .level1 i {
  color: #fff;
}
.pipeline_navbox .list li .level1 {
  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: 3.125rem;
}
.pipeline_navbox .list li .level1 p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipeline_navbox .list li .level1 i {
  font-size: 1rem;
  color: #2b2b2b;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0.75rem;
}
.pipeline_navbox .list li:hover {
  cursor: pointer;
}
.pipeline_navbox .list li:hover .dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.pipeline_navbox .list li .dropdown {
  position: absolute;
  top: 3.125rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4;
  z-index: 19;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pipeline_navbox .list li .dropdown li {
  width: 100%;
  height: 3.125rem;
  background-color: #f4f4f4;
}
.pipeline_navbox .list li .dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pipeline_navbox .list li .dropdown li:hover a {
  color: #003f84;
  text-decoration: underline;
}
.pipeline_center {
  padding: 5rem 0;
}
.pipeline_center .listbox {
  margin-bottom: 3.125rem;
}
.pipeline_center .listbox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.17);
}
.pipeline_center .listbox .item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.pipeline_center .listbox .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: 33%;
  aspect-ratio: 2/1;
}
.pipeline_center .listbox .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pipeline_center .listbox .item_textbx {
  width: 60%;
}
.pipeline_center .listbox .item_textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1.875rem;
}
.pipeline_center .listbox .item_textbx .intro p {
  font-size: 1rem;
  color: #004e7f;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipeline_center .listbox .item .mark {
  position: absolute;
  bottom: 0;
  right: 0;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.75rem;
  height: 3.125rem;
  background-color: #004e7f;
  overflow: hidden;
}
.pipeline_center .listbox .item .mark::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 1.875rem solid #fff;
  border-right: 1.875rem solid transparent;
  border-top: 3.125rem solid transparent;
  border-bottom: 3.125rem solid transparent;
}
.pipeline_center .listbox .item .mark p {
  font-size: 1rem;
  color: #fff;
}

.pipelinedetail2_profile {
  padding: 5rem 0 2.5rem;
}
.pipelinedetail2_profile .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_profile .intro .morebtn {
  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: 6.875rem;
  height: 1.875rem;
  background-color: #bc2729;
  border-radius: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_profile .intro .morebtn:hover {
  text-decoration: underline;
}
.pipelinedetail2_adva {
  padding: 2.5rem 0;
}
.pipelinedetail2_adva h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_adva .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pipelinedetail2_adva .listbox .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.pipelinedetail2_adva .listbox .item_iconbx {
  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%;
  padding: 2.5rem 0;
  background-color: #003f84;
}
.pipelinedetail2_adva .listbox .item_iconbx img {
  display: block;
  width: 55%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.pipelinedetail2_adva .listbox .item span {
  margin: 1.875rem 0 1rem;
}
.pipelinedetail2_adva .listbox .item span,
.pipelinedetail2_adva .listbox .item h4 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_adva .listbox .item h4 {
  padding: 0 6%;
  text-align: center;
}
.pipelinedetail2_adva .listbox .item em {
  display: block;
  width: 0;
  height: 0;
  border: 0.8125rem solid transparent;
  border-top-color: #2b2b2b;
}
.pipelinedetail2_md1 {
  padding: 2.5rem 0 5rem;
}
.pipelinedetail2_md1 .item {
  position: relative;
  background-color: #e0f1fb;
}
.pipelinedetail2_md1 .item_imgbx {
  float: right;
  width: 50%;
  aspect-ratio: 66/38;
}
.pipelinedetail2_md1 .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pipelinedetail2_md1 .item_textbx {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 50%;
  height: 100%;
  padding: 0 5%;
}
.pipelinedetail2_md1 .item_textbx_txt {
  margin-bottom: 10%;
}
.pipelinedetail2_md1 .item_textbx_txt h4 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1rem;
}
.pipelinedetail2_md1 .item_textbx_txt .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md2 {
  padding: 5rem 0;
  background-color: #f4f4f4;
}
.pipelinedetail2_md2 h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md2 .center p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.pipelinedetail2_md2 .center strong {
  font-weight: 700;
}
.pipelinedetail2_md2 .center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.pipelinedetail2_md3 {
  padding: 5rem 0 2.5rem;
}
.pipelinedetail2_md3 h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md3 .center .tablebx {
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}
.pipelinedetail2_md3 .center .tablebx table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}
.pipelinedetail2_md3 .center .tablebx table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pipelinedetail2_md3 .center .tablebx table th,
.pipelinedetail2_md3 .center .tablebx table td {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}
.pipelinedetail2_md3 .center .tablebx table th,
.pipelinedetail2_md3 .center .tablebx table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  vertical-align: center;
}
.pipelinedetail2_md3 .center .tablebx p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
}
.pipelinedetail2_md4 {
  padding: 2.5rem 0;
}
.pipelinedetail2_md4 h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md4 .center p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md4 .center strong {
  font-weight: 700;
}
.pipelinedetail2_md4 .center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.pipelinedetail2_md4 .center .pipeline_list {
  margin-top: 5rem;
}
.pipelinedetail2_md4 .center .pipeline_list .item {
  width: 22%;
}
.pipelinedetail2_md4 .center .pipeline_list .item .iconbx {
  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: 6.5rem;
  height: 6.5rem;
  background-color: #c2c6c0;
  border-radius: 50%;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md4 .center .pipeline_list .item .iconbx img {
  display: block;
  width: 85%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.pipelinedetail2_md4 .center .pipeline_list .item .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 3.75rem;
}
.pipelinedetail2_md4 .center .pipeline_list .item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md4 .center .pipeline_list .item em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0 0.875rem;
}
.pipelinedetail2_md4 .center .pipeline_list .item .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md5 {
  padding: 2.5rem 0;
}
.pipelinedetail2_md5 h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md5 .center .item {
  position: relative;
  background-color: #dededc;
  margin-bottom: 6rem;
}
.pipelinedetail2_md5 .center .item_l {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 55%;
  height: 100%;
  padding: 0 2.5rem;
  z-index: 1;
}
.pipelinedetail2_md5 .center .item_l h4 {
  font-size: 1.625rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md5 .center .item_l em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1rem 0;
}
.pipelinedetail2_md5 .center .item_l ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cfcfcd;
}
.pipelinedetail2_md5 .center .item_l ul li p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md5 .center .item_r {
  float: right;
  position: relative;
  width: 45%;
  aspect-ratio: 60/34;
}
.pipelinedetail2_md5 .center .item_r .pipelinedetail_swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pipelinedetail2_md5 .center .item_r .pipelinedetail_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.pipelinedetail2_md5 .center .item_r .pipelinedetail_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pipelinedetail2_md5 .center .item_r .swiper-pagination {
  bottom: -2.5rem;
}
.pipelinedetail2_md5 .center .item_r .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #e0e0de;
  background-color: transparent;
  opacity: 1;
}
.pipelinedetail2_md5 .center .item_r .swiper-pagination-bullet-active {
  background-color: #e0e0de;
}
.pipelinedetail2_md5 .center .item_r .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
.pipelinedetail2_md5 .center .item_r .swiper-btn span {
  font-size: 1rem;
  color: #fff;
}
.pipelinedetail2_md5 .center .item_r .swiper-btn-prev {
  left: 0;
}
.pipelinedetail2_md5 .center .item_r .swiper-btn-next {
  right: 0;
}
.pipelinedetail2_md6 {
  padding: 10rem 0 5rem;
}
.pipelinedetail2_md6 .w1320 {
  padding-top: 2.5rem;
  border-top: 1px solid #ececec;
}
.pipelinedetail2_md6 h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md6 .center .navlist {
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md6 .center .navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pipelinedetail2_md6 .center .navlist ul li {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  padding: 0 1rem;
  margin-right: 0.5rem;
  background-color: #dededc;
}
.pipelinedetail2_md6 .center .navlist ul li:nth-child(4) {
  display: none;
}
.pipelinedetail2_md6 .center .navlist ul li:hover {
  cursor: pointer;
}
.pipelinedetail2_md6 .center .navlist ul li span {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md6 .center .navlist ul li.active {
  background-color: #003f84;
}
.pipelinedetail2_md6 .center .navlist ul li.active span {
  color: #fff;
}
.pipelinedetail2_md6 .center .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;
}
.pipelinedetail2_md6 .center .listbox .zhanwei {
  width: 21.4%;
  height: 0;
}
.pipelinedetail2_md6 .center .listbox .item {
  position: relative;
  width: 21.4%;
  margin-bottom: 2.5rem;
}
.pipelinedetail2_md6 .center .listbox .item:hover .item_textbx h4 {
  color: #003f84;
}
.pipelinedetail2_md6 .center .listbox .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: 28/13;
  border: 1px solid #dbdbdb;
}
.pipelinedetail2_md6 .center .listbox .item_imgbx img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pipelinedetail2_md6 .center .listbox .item_textbx {
  padding: 1rem 0;
}
.pipelinedetail2_md6 .center .listbox .item_textbx h4 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pipelinedetail2_md6 .center .listbox .item_textbx .intro {
  margin-top: 1rem;
}
.pipelinedetail2_md6 .center .listbox .item_textbx .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pipelinedetail2_md7 {
  position: relative;
  width: 100%;
  height: auto;
}
.pipelinedetail2_md7 img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 31rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.pipelinedetail2_md7 .center {
  position: absolute;
  inset: 0;
}
.pipelinedetail2_md7 .center .w1320 {
  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;
  height: 100%;
}
.pipelinedetail2_md7 .center h3 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md7 .center .intro {
  margin: 2.5rem 0;
}
.pipelinedetail2_md7 .center .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md8 {
  padding: 2.5rem 0;
}
.pipelinedetail2_md8 .center .item {
  position: relative;
  background-color: #dededc;
}
.pipelinedetail2_md8 .center .item:not(:last-child) {
  margin-bottom: 5rem;
}
.pipelinedetail2_md8 .center .item_l {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  height: 100%;
  padding: 1.875rem 2.5rem;
  z-index: 1;
}
.pipelinedetail2_md8 .center .item_l h4 {
  font-size: 1.625rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md8 .center .item_l em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #2b2b2b;
  margin: 1.875rem 0 1.5rem;
}
.pipelinedetail2_md8 .center .item_l p,
.pipelinedetail2_md8 .center .item_l a {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.pipelinedetail2_md8 .center .item_r {
  float: right;
  position: relative;
  width: 45%;
  aspect-ratio: 60/34;
}
.pipelinedetail2_md8 .center .item_r img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_profile {
  padding: 4em 0;
}
.about_profile_center {
  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;
  margin-top: 2.5rem;
}
.about_profile_center .leftbx {
  width: 68%;
}
.about_profile_center .leftbx h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem，400;
  font-weight: "Arial";
  font-family: "Arial";
}
.about_profile_center .leftbx p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.about_profile_center .rightbx {
  width: 30%;
  aspect-ratio: 37/35;
}
.about_profile_center .numbox {
  width: 100%;
  margin-top: 3.125rem;
}
.about_profile_center .numbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.about_profile_center .numbox ul li {
  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_profile_center .numbox ul li .num {
  margin-bottom: 0.25rem;
}
.about_profile_center .numbox ul li .num p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.875rem;
  color: #111;
}
.about_profile_center .numbox ul li .num p span {
  font-size: 3.875rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #003f84;
}
.about_profile_center .numbox ul li > p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.about_history {
  padding: 4rem 0;
  background-image: url(../images/about_bg1.jpg);
}
.about_history_center {
  margin-top: 2.5rem;
}
.about_history_center .about_history_swiper {
  overflow: hidden;
}
.about_history_center .about_history_swiper .swiper-slide {
  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;
}
.about_history_center .about_history_swiper .swiper-slide .imgbx {
  width: 48%;
}
.about_history_center .about_history_swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_history_center .about_history_swiper .swiper-slide .textbx {
  width: 46.875%;
}
.about_history_center .about_history_swiper .swiper-slide .textbx h4 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1rem;
}
.about_history_center .about_history_swiper .swiper-slide .textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.about_history_center .aboutlist {
  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;
  margin-top: 2.5rem;
}
.about_history_center .aboutlist_swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 1rem 0;
  overflow: hidden;
}
.about_history_center .aboutlist_swiper .swiper-slide {
  position: relative;
  height: 2.5rem;
}
.about_history_center .aboutlist_swiper .swiper-slide::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}
.about_history_center .aboutlist_swiper .swiper-slide em {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #004592;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_history_center .aboutlist_swiper .swiper-slide span {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  color: #004592;
  font-weight: 400;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_history_center .aboutlist_swiper .swiper-slide-thumb-active em {
  background-color: #004592;
  opacity: 1;
}
.about_history_center .aboutlist_swiper .swiper-slide-thumb-active span {
  opacity: 1;
}
.about_history_center .aboutlist .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  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: 2.5rem;
  height: 2.5rem;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: transparent;
}
.about_history_center .aboutlist .swiper-btn span {
  font-size: 1rem;
  color: #666;
}
.about_history_center .aboutlist .swiper-btn:hover {
  border-color: #003f84;
}
.about_history_center .aboutlist .swiper-btn:hover span {
  color: #003f84;
}
.about_common_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.5rem;
}
.about_common_head h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.about_common_head p {
  font-size: 1rem;
  color: #666;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-transform: capitalize;
}
.about_strength {
  padding-top: 4rem;
}
.about_strength .common_title {
  margin-bottom: 3.125rem;
}
.about_strength_md1 {
  padding: 0 0 4rem;
}
.about_strength_md1 .w1280 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_strength_md1 .leftbx {
  width: 56.875%;
}
.about_strength_md1 .leftbx_txt p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.about_strength_md1 .rightbx {
  width: 39%;
  aspect-ratio: 10/7;
}
.about_strength_md1 .rightbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_strength_md1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 2.5rem;
}
.about_strength_md1 .list_item {
  width: 31.25%;
}
.about_strength_md1 .list_item .imgbx {
  width: 100%;
  height: auto;
}
.about_strength_md1 .list_item .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_strength_md1 .list_item p {
  font-size: 1rem;
  color: #666;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.about_strength_md2 {
  padding: 4rem 0;
  background-image: url(../images/about_bg2.jpg);
}
.about_strength_md2 .leftbx {
  width: 56.875%;
  padding: 3% 0;
}
.about_strength_md2 .leftbx_txt p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.about_strength_md2 .rightbx {
  width: 39%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.about_strength_md2 .rightbx .item:first-child {
  grid-area: 1/1/2/2;
}
.about_strength_md2 .rightbx .item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.about_strength_md2 .rightbx .item:nth-child(3) {
  grid-area: 2/1/3/2;
}
.about_strength_md2 .rightbx .item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.about_strength_md3 {
  padding: 4rem 0;
}
.about_strength_md3 .leftbx {
  position: relative;
  width: 48%;
  padding-bottom: 1.875rem;
  overflow: hidden;
}
.about_strength_md3 .leftbx .strength_swiper .swiper-slide {
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about_strength_md3 .leftbx .strength_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_strength_md3 .leftbx .strength_swiper .swiper-slide-active {
  z-index: 2;
}
.about_strength_md3 .leftbx .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.about_strength_md3 .leftbx .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: rgba(0, 69, 146, 0.5);
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_strength_md3 .leftbx .swiper-pagination-bullet-active {
  width: 1rem;
}
.about_strength_md3 .rightbx {
  width: 48.5%;
  padding: 3% 0;
}
.about_strength_md3 .rightbx_txt p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.about_star {
  padding: 4rem 0 2.75rem;
  background-image: url(../images/about_bg3.jpg);
}
.about_star .common_title .common_morebtn a {
  border-color: #003f84;
}
.about_star .common_title .common_morebtn a p {
  color: #003f84;
}
.about_star .common_title .common_morebtn a i {
  background-color: #003f84;
  color: #fff;
}
.about_star .common_title .common_morebtn a:hover {
  background-color: #003f84;
}
.about_star .common_title .common_morebtn a:hover p {
  color: #fff;
}
.about_star_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.about_star_center .zhanwei {
  width: 19.3%;
  height: 0;
}
.about_star_center .item {
  position: relative;
  width: 19.3%;
  margin-bottom: 1rem;
}
.about_star_center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.about_star_center .item:hover h4 {
  color: #003f84;
}
.about_star_center .item_imgbx {
  width: 100%;
  aspect-ratio: 247/172;
  overflow: hidden;
}
.about_star_center .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_star_center .item h4 {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.about_certificate {
  padding: 4rem 0 0;
}
.about_certificate .common_title .swiperbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_certificate .common_title .swiperbtn .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  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: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 50%;
}
.about_certificate .common_title .swiperbtn .swiper-btn span {
  font-size: 1rem;
  color: #666;
}
.about_certificate .common_title .swiperbtn .swiper-btn:hover {
  border-color: #003f84;
}
.about_certificate .common_title .swiperbtn .swiper-btn:hover span {
  color: #003f84;
}
.about_certificate .common_title .swiperbtn .swiper-btn-next {
  margin-left: 1rem;
}
.about_certificate_center {
  margin-top: 2.5rem;
  overflow: hidden;
}
.about_certificate_center .certificate_swiper .swiper-slide {
  position: relative;
  background-color: #f8f8f8;
  padding: 1.875rem 1.875rem 0;
}
.about_certificate_center .certificate_swiper .swiper-slide .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%;
  height: 247/172;
}
.about_certificate_center .certificate_swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_certificate_center .certificate_swiper .swiper-slide .textbx {
  padding: 1rem 0 0.625rem;
}
.about_certificate_center .certificate_swiper .swiper-slide .textbx h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.about_certificate_center .certificate_swiper .swiper-slide .mask {
  position: absolute;
  inset: 0;
  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: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_certificate_center .certificate_swiper .swiper-slide .mask i {
  font-size: 3rem;
  color: #003f84;
}
.about_certificate_center .certificate_swiper .swiper-slide:hover .mask {
  opacity: 1;
}
.about_invention {
  padding: 4rem 0;
}
.about_invention_center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 2.5rem;
}
.about_invention_center .leftbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 22.6%;
  padding: 1rem;
  background-image: url(../images/about_bg4.jpg);
}
.about_invention_center .leftbx .head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.about_invention_center .leftbx .head p {
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
  text-transform: uppercase;
}
.about_invention_center .leftbx .head h3 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-top: 0.625rem;
}
.about_invention_center .leftbx .swiperbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_invention_center .leftbx .swiperbtn .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  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;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}
.about_invention_center .leftbx .swiperbtn .swiper-btn span {
  font-size: 0.875rem;
  color: #fff;
}
.about_invention_center .leftbx .swiperbtn .swiper-btn:hover {
  background-color: #fff;
}
.about_invention_center .leftbx .swiperbtn .swiper-btn:hover span {
  color: #003f84;
}
.about_invention_center .leftbx .swiperbtn .swiper-btn-next {
  margin-left: 1rem;
}
.about_invention_center .rightbx {
  width: 74.2%;
}
.about_invention_center .rightbx .invention_swiper {
  overflow: hidden;
}
.about_invention_center .rightbx .invention_swiper .swiper-slide {
  padding: 1rem 1.875rem;
  border: 1px solid #cfcfcf;
}
.about_invention_center .rightbx .invention_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_partner {
  padding: 4rem 0 2.75rem;
  background-color: #f6f6f6;
}
.about_partner_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.about_partner_center .zhanwei {
  width: 15.3%;
  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: 15.3%;
  aspect-ratio: 196/98;
  margin-bottom: 1rem;
  background-color: #fff;
}
.about_partner_center .item img {
  display: block;
  max-width: 80%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_zixun {
  padding: 5rem 0;
}
.service_zixun h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.service_zixun_formbox {
  margin-top: 2.5rem;
}
.service_zixun_formbox .formbx {
  width: 100%;
  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;
}
.service_zixun_formbox .formbx_item {
  width: 31.5%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.service_zixun_formbox .formbx_item input::-webkit-input-placeholder,
.service_zixun_formbox .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_item input:-moz-placeholder,
.service_zixun_formbox .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_item input::-moz-placeholder,
.service_zixun_formbox .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_item input:-ms-input-placeholder,
.service_zixun_formbox .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  outline: none;
  border: 0;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_text {
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1rem;
}
.service_zixun_formbox .formbx_text input::-webkit-input-placeholder,
.service_zixun_formbox .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_text input:-moz-placeholder,
.service_zixun_formbox .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_text input::-moz-placeholder,
.service_zixun_formbox .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_text input:-ms-input-placeholder,
.service_zixun_formbox .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_text textarea {
  width: 100%;
  height: 100%;
  padding: 1rem;
  outline: none;
  border: 0;
  resize: none;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "Arial";
  line-height: 1.5rem;
}
.service_zixun_formbox .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.service_zixun_formbox .formbx_codebx input::-webkit-input-placeholder,
.service_zixun_formbox .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_codebx input:-moz-placeholder,
.service_zixun_formbox .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_codebx input::-moz-placeholder,
.service_zixun_formbox .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_codebx input:-ms-input-placeholder,
.service_zixun_formbox .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.service_zixun_formbox .formbx_codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 1rem;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "Arial";
}
.service_zixun_formbox .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.125rem;
  border: 1px solid #f8f8f8;
  border-radius: 0.25rem;
  background: #f4f4f4;
  margin-left: 1rem;
}
.service_zixun_formbox .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_zixun_formbox .formbx_btnbx {
  width: 20%;
  height: 3.125rem;
}
.service_zixun_formbox .formbx_btnbx button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: #bc2729;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_zixun_formbox .formbx_btnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.125rem;
}
.service_problem {
  padding: 0 0 5rem;
}
.service_problem h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.service_problem_listbox {
  margin-top: 2.5rem;
}
.service_problem_listbox .item.active .item_hd .iconbx em:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.service_problem_listbox .item.active .item_bd {
  max-height: 10rem;
  opacity: 1;
}
.service_problem_listbox .item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.service_problem_listbox .item_hd {
  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;
  width: 100%;
  height: 5rem;
  padding: 0 2.5%;
  background-color: #f4f4f4;
  border-radius: 0.625rem;
}
.service_problem_listbox .item_hd .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.service_problem_listbox .item_hd .title span {
  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;
  margin-right: 1rem;
  background-color: #104a8a;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.service_problem_listbox .item_hd .title h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-right: 6%;
}
.service_problem_listbox .item_hd .iconbx {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #104a8a;
  border-radius: 50%;
}
.service_problem_listbox .item_hd .iconbx em {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 0.875rem;
  height: 1px;
  background-color: #fff;
}
.service_problem_listbox .item_hd .iconbx em:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.service_problem_listbox .item_bd {
  margin-top: -0.625rem;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service_problem_listbox .item_bd .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 2.5%;
  border-radius: 0 0 0.625rem 0.625rem;
  background-color: #f4f4f4;
}
.service_problem_listbox .item_bd .txt span {
  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;
  margin-right: 1rem;
  background-color: #104a8a;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.service_problem_listbox .item_bd .txt_r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.service_problem_listbox .item_bd .txt_r p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Arial";
}
.service_contact {
  padding: 0 0 5rem;
}
.service_contact h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  text-align: center;
}
.service_contact_center {
  margin-top: 2.5rem;
  padding: 2.5rem 0;
  background-color: #f4f4f4;
}
.service_contact_center ul {
  width: 100%;
}
.service_contact_center ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
  border-bottom: 1px solid rgba(43, 43, 43, 0.2);
}
.service_contact_center ul li i {
  font-size: 1.5rem;
  color: #2b2b2b;
  margin-right: 1rem;
}
.service_contact_center ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}

.solution_profile {
  padding: 5rem 0 2.5rem;
}
.solution_profile .title {
  margin-bottom: 5rem;
}
.solution_profile .title h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.solution_profile .title p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.solution_profile .title img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.solution_profile .imgbx {
  width: 100%;
  height: auto;
}
.solution_profile .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_profile .center .intro {
  margin: 5rem 0;
}
.solution_profile .center .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}
.solution_profile .center .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;
}
.solution_profile .center .listbox .zhanwei {
  width: 31%;
  height: 0;
}
.solution_profile .center .listbox .item {
  position: relative;
  width: 31%;
  aspect-ratio: 415/270;
  overflow: hidden;
}
.solution_profile .center .listbox .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 61, 125, 0)), to(rgba(0, 61, 125, 0.8)));
  background: linear-gradient(180deg, rgba(0, 61, 125, 0) 0%, rgba(0, 61, 125, 0.8));
}
.solution_profile .center .listbox .item:hover img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.solution_profile .center .listbox .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.solution_profile .center .listbox .item h4 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  z-index: 2;
}
.solution_why {
  background-color: #003f84;
  padding: 5rem 0;
}
.solution_why .text h3 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.solution_why .text em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #fff;
  margin: 1.875rem 0;
}
.solution_why .text .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
}

.solutiondetail {
  margin-top: 5.625rem;
}
.solutiondetail_imgbx .item {
  position: relative;
  float: left;
}
.solutiondetail_imgbx .item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutiondetail_imgbx .item_txt {
  position: absolute;
}
.solutiondetail_imgbx .item_txt h4 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1.875rem;
}
.solutiondetail_imgbx .item_txt p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "Arial";
}

.news_content {
  padding: 4rem 0;
}
.news_content_topbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.25rem;
}
.news_content_topbx .imgbx {
  width: 31.3%;
  aspect-ratio: 41/26;
  overflow: hidden;
}
.news_content_topbx .imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content_topbx .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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 64%;
}
.news_content_topbx .textbx_hd {
  margin-bottom: 1rem;
}
.news_content_topbx .textbx_hd .time {
  font-size: 1.125rem;
  color: #8b8b8b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.news_content_topbx .textbx_hd h4 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-top: 1rem;
}
.news_content_topbx .textbx_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.news_content_topbx .textbx_txt .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content_topbx .textbx_txt .detailbtn {
  width: 7.5rem;
  height: 1.875rem;
}
.news_content_topbx .textbx_txt .detailbtn 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%;
  background-color: #bc2729;
  border-radius: 1.125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content_topbx .textbx_txt .detailbtn a:hover {
  letter-spacing: 0.125rem;
  text-decoration: underline;
}
.news_content_center .newlist {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.news_content_center .newlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 2.5rem;
}
.news_content_center .newlist ul li:not(:last-child) {
  margin-right: 1.875rem;
}
.news_content_center .newlist ul li a {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content_center .newlist ul li.active a, .news_content_center .newlist ul li:hover a {
  color: #003f84;
}
.news_content_center .listbox {
  padding: 1.875rem 0 2.5rem;
}
.news_content_center .listbox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_content_center .listbox .item:hover .item_r .txt h4 {
  color: #003f84;
}
.news_content_center .listbox .item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.news_content_center .listbox .item_l {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13%;
  height: auto;
  padding: 1.5rem 0;
  background-color: #f4f4f4;
  margin-right: 0.875rem;
}
.news_content_center .listbox .item_l::after {
  position: absolute;
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-left-color: #f4f4f4;
}
.news_content_center .listbox .item_l span {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.news_content_center .listbox .item_l p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  padding: 0.625rem 8% 0;
  border-top: 1px solid #2b2b2b;
  margin-top: 0.625rem;
}
.news_content_center .listbox .item_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  background-color: #f4f4f4;
}
.news_content_center .listbox .item_r .txt {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 0 3%;
}
.news_content_center .listbox .item_r .txt h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content_center .listbox .item_r .txt_intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content_center .listbox .item_r .detailbtn {
  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.5rem;
  height: 100%;
  background-color: #e5e5e5;
}
.news_content_center .listbox .item_r .detailbtn i {
  font-size: 1.5rem;
  color: #2b2b2b;
}

.newdetail_content {
  padding: 5rem 0;
}
.newdetail_content .detailbx {
  float: left;
  width: 100%;
}
.newdetail_content .detailbx_title {
  padding-bottom: 1rem;
  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: "Arial";
  margin-bottom: 0.625rem;
}
.newdetail_content .detailbx_title .time p {
  font-size: 1rem;
  color: #666;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.newdetail_content .detailbx_title .time p:first-child {
  margin-right: 2.5rem;
}
.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: "Arial";
}
.newdetail_content .detailbx_center strong {
  font-weight: 700;
}
.newdetail_content .detailbx_center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto !important;
}

.contact {
  margin-top: 5.625rem;
}
.contact_content {
  padding: 2.5rem 0 5rem;
}
.contact_content .topbx h3 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Arial";
}
.contact_content .topbx_intro {
  margin-top: 1.875rem;
}
.contact_content .topbx_intro p {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Arial";
}
.contact_content .formbox {
  margin-top: 4rem;
}
.contact_content .formbox .formbx {
  width: 100%;
  padding: 2.5rem 5%;
  background-color: #f4f4f4;
  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;
}
.contact_content .formbox .formbx_item {
  width: 31.5%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.contact_content .formbox .formbx_item input::-webkit-input-placeholder,
.contact_content .formbox .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_item input:-moz-placeholder,
.contact_content .formbox .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_item input::-moz-placeholder,
.contact_content .formbox .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_item input:-ms-input-placeholder,
.contact_content .formbox .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  outline: none;
  border: 0;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "Arial";
}
.contact_content .formbox .formbx_text {
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1rem;
}
.contact_content .formbox .formbx_text input::-webkit-input-placeholder,
.contact_content .formbox .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_text input:-moz-placeholder,
.contact_content .formbox .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_text input::-moz-placeholder,
.contact_content .formbox .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_text input:-ms-input-placeholder,
.contact_content .formbox .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_text textarea {
  width: 100%;
  height: 100%;
  padding: 1rem;
  outline: none;
  border: 0;
  resize: none;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "Arial";
  line-height: 1.5rem;
}
.contact_content .formbox .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.contact_content .formbox .formbx_codebx input::-webkit-input-placeholder,
.contact_content .formbox .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_codebx input:-moz-placeholder,
.contact_content .formbox .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_codebx input::-moz-placeholder,
.contact_content .formbox .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_codebx input:-ms-input-placeholder,
.contact_content .formbox .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Arial";
}
.contact_content .formbox .formbx_codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "Arial";
}
.contact_content .formbox .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.125rem;
  border: 1px solid #f8f8f8;
  border-radius: 0.25rem;
  background: #fff;
  margin-left: 1rem;
}
.contact_content .formbox .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_content .formbox .formbx_btnbx {
  width: 20%;
  height: 3.125rem;
}
.contact_content .formbox .formbx_btnbx button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: #bc2729;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_content .formbox .formbx_btnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.125rem;
}

.searchbd {
  margin-top: 7.5rem;
}
.searchbd_content {
  padding: 5rem 0;
}
.searchbd_content .w1400 {
  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 .w1400 > .zhanwei {
  display: block;
  width: 24%;
  height: 0;
}
.searchbd_content .w1400 .item {
  position: relative;
  width: 24%;
  margin-bottom: 1rem;
}
.searchbd_content .w1400 .item:hover .item_img img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.searchbd_content .w1400 .item_img {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.5;
  overflow: hidden;
}
.searchbd_content .w1400 .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchbd_content .w1400 .item_text {
  width: 100%;
  padding: 0.75rem 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbd_content .w1400 .item_text h4 {
  font-size: 1.25rem;
  color: #003f84;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2rem;
  min-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.searchbd_content .w1400 .item_text .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  min-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.import-color {
  color: #003f84 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1320,
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo_content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .common_banner {
    width: 100%;
    height: 45vh;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h2 {
    font-size: 2.5rem;
  }
  .common_navbox ul {
    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;
    background-color: #fff;
    z-index: 99;
  }
  .index_header.insidehead {
    background-color: #fff;
  }
  .index_header .w1320 {
    height: 100%;
  }
  .index_header .logoimg {
    height: 3.25rem;
  }
  .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,
  .index_header_nav_M .cd-accordion-menu > li .level3 {
    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,
  .index_header_nav_M .cd-accordion-menu > li .level3 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,
  .index_header_nav_M .cd-accordion-menu > li .level3 .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,
  .index_header_nav_M .cd-accordion-menu > li .level3 .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,
  .index_header_nav_M .cd-accordion-menu > li .level3 .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,
  .index_header_nav_M .cd-accordion-menu > li .level3 .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: 400;
    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: 1rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #003f84;
  }
  .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,
  .index_header_nav_M .cd-accordion-menu > li .level3 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.875rem;
    color: #333;
  }
  .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);
    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: 1rem;
  }
  .index_header .rightbx .langbx a i {
    font-size: 1.75rem;
  }
  .index_header .rightbx .langbx a span {
    font-size: 1.5rem;
  }
  .index_header .rightbx .inner-header-icon {
    display: none;
    color: #333;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    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: #2b2b2b;
  }
  .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: #333;
  }
  .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: #333;
  }
  .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_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .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: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .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: 1rem;
    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: 400;
    line-height: 1.5rem;
  }
  .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: #003f84;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1rem;
    color: #999;
  }
  .index_common_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_common_title .left {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_product {
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_about .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_about_textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_about_imgbx {
    width: 100%;
  }
  .index_about_imgbx .imgbox .img2 {
    display: none;
  }
  .index_use_content {
    row-gap: 1rem;
    margin-top: 1.5rem;
  }
  .index_use_content .item {
    width: 49%;
  }
  .index_new {
    padding: 3rem 0;
  }
  .index_new_content {
    margin-top: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new_content .recommend {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_new_content .list {
    width: 100%;
  }
  .index_footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_footer_content .topbox {
    padding: 1.5rem 0;
  }
  .index_footer_content .centerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .centerbox_l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .centerbox_contact {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .centerbox_r {
    width: 100%;
  }
  .index_footer_content .centerbox_r .listbx_item {
    width: 8.5rem;
  }
  .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.5rem;
  }
  .index_footer_copyright .w1600 p:first-child {
    margin-right: 0;
  }
  .product_content .listbx .item {
    width: 100%;
  }
  .productdetail_profile .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_profile .leftbx {
    width: 100%;
    height: 31rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .productdetail_profile .leftbx .gallery-top {
    height: 72%;
  }
  .productdetail_profile .leftbx .gallery-top .swiper-slide img {
    max-width: 75%;
  }
  .productdetail_profile .leftbx .gallery-top .button-next {
    right: -1rem;
  }
  .productdetail_profile .leftbx .gallery-top .button-prev {
    left: -1rem;
  }
  .productdetail_profile .leftbx .swiper-pro_box {
    height: 22%;
  }
  .productdetail_profile .rightbx {
    width: 100%;
    padding: 1rem;
  }
  .productdetail_profile .rightbx_title .tagbox .tag {
    margin-bottom: 0.625rem;
  }
  .productdetail_profile .rightbx_numbox ul li {
    width: 100%;
  }
  .productdetail_recommend .title .morebtn {
    margin-bottom: 0;
  }
  .productdetail_recommend .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_recommend .center .item {
    width: 100%;
  }
  .experience_banner_textbx {
    display: none;
  }
  .experience_special .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_special .center_navlist {
    width: 100%;
    padding: 1rem;
  }
  .experience_special .center_navlist ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_special .center_navlist ul li {
    width: 50%;
    padding: 0 1rem;
  }
  .experience_special .center_navlist ul li .iconbx {
    margin-right: 0.625rem;
  }
  .experience_special .center_navlist ul li h4 {
    font-size: 1.125rem;
  }
  .experience_special .center_rightbx {
    width: 100%;
    height: auto;
  }
  .experience_special .center_rightbx img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .experience_using {
    padding: 3rem 0;
  }
  .experience_using .title p {
    width: 100%;
  }
  .experience_using .center .item {
    width: 49%;
  }
  .experience_videobx .center {
    aspect-ratio: 16/10;
  }
  .experience_module1 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_module1 .center .item {
    width: 100%;
  }
  .experience_module1 .center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .experience_module2 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_module2 .center .item {
    width: 100%;
  }
  .experience_module2 .center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .experience_module3 .title h3 {
    font-size: 1.75rem;
  }
  .experience_reserve .center {
    position: static;
  }
  .experience_reserve .center .textbx {
    width: 100%;
    padding: 2rem 0;
  }
  .service_introbx {
    padding: 4rem 0;
  }
  .service_introbx .intro {
    width: 100%;
  }
  .service_support {
    padding: 3rem 0;
  }
  .service_support .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_support .center .item {
    width: 49%;
    padding: 2.5rem 1rem;
    margin-bottom: 1rem;
  }
  .service_install .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_install .textbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .service_install .imgbx {
    width: 100%;
  }
  .service_assure {
    padding: 3rem 0;
  }
  .service_assure .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_assure .center .item {
    width: 100%;
  }
  .service_assure .center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .about_profile_textbx {
    padding: 2.5rem 0;
  }
  .about_profile_textbx h3 {
    font-size: 1.875rem;
  }
  .about_profile_textbx h2 {
    font-size: 2rem;
  }
  .about_profile_textbx .intro {
    padding: 0;
  }
  .about_choose_textbx, .about_honor_textbx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0;
  }
  .about_choose_textbx h3, .about_honor_textbx h3 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .about_choose_textbx .intro, .about_honor_textbx .intro {
    width: 100%;
  }
  .about_info .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_info .item {
    width: 100%;
  }
  .about_info .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .news_content {
    padding: 2.5rem 0 5rem;
  }
  .news_content .center .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_content .center .item_img {
    width: 100%;
    height: 19rem;
  }
  .news_content .center .item_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .news_content .center .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%;
  }
  .about_profile .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_profile .imgbx {
    width: 100%;
  }
  .about_milestones {
    height: auto;
    padding: 3rem 0;
  }
  .about_milestones .bg1 {
    display: none;
  }
  .about_milestones .bg2 {
    width: 100%;
  }
  .about_milestones .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_milestones .leftbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_milestones .rightbx {
    width: 100%;
    height: 38rem;
    padding: 1rem;
  }
  .about_honor .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_honor .center_l {
    width: 100%;
    height: 20rem;
    padding: 1rem;
    background-color: #fff;
  }
  .about_honor .center_r {
    width: 100%;
    padding: 1rem;
  }
  .about_honor .center_r .textbx {
    padding: 1rem 0;
  }
  .about_networks .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_networks .w1600 .leftbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_networks .w1600 .imgbx {
    width: 100%;
  }
  .about_partner {
    padding: 3rem 0;
  }
  .about_future {
    padding: 3rem 0;
  }
  .about_future .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_future .center .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .contact_content .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_content .center #map {
    width: 100%;
    height: 22rem;
  }
  .contact_content .center_right {
    width: 100%;
    padding: 3rem 0;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .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;
  }
  .pipelinedetail2_md4 .center .solutiondetail_imgbx3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pipelinedetail2_md4 .center .solutiondetail_imgbx3 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pipelinedetail2_md4 .center .solutiondetail_imgbx3 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .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;
  }
}