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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.25rem;
  color: #fff;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "blod";
}
.common_banner_quality .common_banner_textbx h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.25rem;
  color: #2b2b2b;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "blod";
}
.common_banner_quality .common_banner_textbx em {
  display: block;
  width: 5.25rem;
  height: 0.3125rem;
  background-color: #2b2b2b;
  margin: 1.25rem 0;
}
.common_banner_quality .common_banner_textbx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open-Sans";
}
.common_banner_new .common_banner_textbx h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.25rem;
  color: #fff;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "blod";
}
.common_banner_new .common_banner_textbx em {
  display: block;
  width: 5.25rem;
  height: 0.3125rem;
  background-color: #fff;
  margin: 1.25rem 0;
}
.common_banner_new .common_banner_textbx p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open-Sans";
}
.common_banner_solution {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.common_banner_solution img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_banner_solution .common_banner_textbx {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.common_banner_solution .common_banner_textbx .w1400 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.common_banner_solution .common_banner_textbx ul {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
}
.common_banner_solution .common_banner_textbx ul li {
  width: 25%;
}
.common_banner_solution .common_banner_textbx ul li .numbx {
  margin-bottom: 0.25rem;
}
.common_banner_solution .common_banner_textbx ul li .numbx p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open-Sans";
}
.common_banner_solution .common_banner_textbx ul li .numbx p span {
  font-size: 3rem;
  font-family: "blod";
}
.common_banner_solution .common_banner_textbx ul li > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open-Sans";
}
.common_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
}
.common_bottombx {
  position: relative;
  padding: 9rem 0;
  background-color: #fbf2df;
}
.common_bottombx .bgimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: auto;
  z-index: 1;
}
.common_bottombx .bgimg img {
  width: 100%;
  height: auto;
}
.common_bottombx .textbx h3 {
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "blod";
  text-transform: uppercase;
}
.common_bottombx .textbx .btnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 6.25rem;
}
.common_bottombx .textbx .btnbx 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;
  padding: 0 1.125rem;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_bottombx .textbx .btnbx a p {
  font-size: 1rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "Open-Sans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_bottombx .textbx .btnbx a i {
  font-size: 1rem;
  color: #000;
  margin-left: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_bottombx .textbx .btnbx a:hover {
  background-color: #000;
}
.common_bottombx .textbx .btnbx a:hover p,
.common_bottombx .textbx .btnbx a:hover i {
  color: #fff;
}
.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: #000;
  border-color: #000;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.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 {
  width: 3.75rem;
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #000;
}
.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #000;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}
.index_header.inside, .index_header.first, .index_header:hover {
  background: rgb(0, 0, 0);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.16);
}
.index_header .w1600 {
  height: 100%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 2.5rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  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-right: 6rem;
}
.index_header_nav_item:last-child {
  margin-right: 3rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item > a::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5rem;
  left: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li {
  position: relative;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  line-height: 2.25rem;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a:hover {
  background-color: #000;
  color: #fff;
}
.index_header_nav_item .dropdown ul li:hover .dropdown5 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.index_header_nav_item:hover a::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .search {
  position: relative;
  margin-left: 1.5rem;
}
.index_header .search_M {
  display: none;
}
.index_header .search:hover {
  cursor: pointer;
}
.index_header .search:hover .search_downdrop {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header .search_top {
  width: 4rem;
  height: 5rem;
}
.index_header .search_top i {
  font-size: 1.125rem;
  color: #fff;
}
.index_header .search_downdrop {
  position: absolute;
  top: 5rem;
  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 .search_downdrop form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.625rem;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.index_header .search_downdrop form input::-webkit-input-placeholder,
.index_header .search_downdrop form textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "Open-Sans";
}
.index_header .search_downdrop form input:-moz-placeholder,
.index_header .search_downdrop form textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "Open-Sans";
}
.index_header .search_downdrop form input::-moz-placeholder,
.index_header .search_downdrop form textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "Open-Sans";
}
.index_header .search_downdrop form input:-ms-input-placeholder,
.index_header .search_downdrop form textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "Open-Sans";
}
.index_header .search_downdrop form input {
  display: block;
  width: 10rem;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #ccc;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .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: 2.5rem;
  height: 2.5rem;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_header .search_downdrop form button i {
  font-size: 1.125rem;
  color: #fff;
}
.index_header .langbx {
  margin-left: 3rem;
}
.index_header .langbx a {
  font-size: 1rem;
  color: #fff;
}
.index_header .inner-header-icon {
  display: none;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx .w1600 {
  position: relative;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx_center {
  max-width: 37.5%;
}
.index_banner_swiper .swiper-slide .textbx_center h2 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "blod";
}
.index_banner_swiper .swiper-slide .textbx_center .index_common_morebtn {
  margin-top: 5rem;
}
.index_banner_swiper .swiper-slide:last-child .textbx .index_common_morebtn {
  display: none;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.3125rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  width: 2.5rem;
  background: #000;
}
.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: #000;
}
.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_common_title .left {
  max-width: 40%;
}
.index_common_title .left h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  margin-bottom: 1.5rem;
}
.index_common_title .left .intro {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.index_common_morebtn a {
  width: 11.25rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a i,
.index_common_morebtn a em {
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a:hover {
  border-color: #000;
  background: #000;
}
.index_common_morebtn a:hover p,
.index_common_morebtn a:hover i,
.index_common_morebtn a:hover em {
  color: #fff;
}
.index_numbox {
  padding: 6.25rem 0;
}
.index_numbox ul li p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open-Sans";
}
.index_numbox ul li .numbx {
  margin-bottom: 1rem;
}
.index_numbox ul li .numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
}
.index_numbox ul li .numbx p span {
  font-size: 3rem;
  line-height: 2.5rem;
  font-family: "blod";
  margin-right: 0.25rem;
}
.index_about {
  position: relative;
  padding: 11.25rem 0;
}
.index_about::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.index_about video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.index_about .center {
  position: relative;
  z-index: 3;
}
.index_about .center .hd h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 3rem;
  color: #fff;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "blod";
}
.index_about .center .intro {
  padding: 2.5rem 20%;
}
.index_about .center .intro p {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.index_about .center .btnbox {
  margin-top: 5rem;
}
.index_about .center .btnbox .index_common_morebtn a {
  background-color: #fff;
}
.index_about .center .btnbox .index_common_morebtn a p,
.index_about .center .btnbox .index_common_morebtn a i {
  color: #000;
}
.index_about .center .btnbox .index_common_morebtn a:hover {
  border-color: #000;
  background-color: #000;
}
.index_about .center .btnbox .index_common_morebtn a:hover p,
.index_about .center .btnbox .index_common_morebtn a:hover i {
  color: #fff;
}
.index_about .center .btnbox .index_common_morebtn:first-child {
  margin-right: 2rem;
}
.index_product {
  padding: 6.25rem 0 0;
}
.index_product h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  text-align: center;
  text-transform: uppercase;
}
.index_product .center {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}
.index_product .center .item {
  position: relative;
  overflow: hidden;
}
.index_product .center .item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product .center .item_textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 3.75rem;
}
.index_product .center .item_textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 0.625rem;
}
.index_product .center .item_textbx .hrefbx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product .center .item_textbx .hrefbx i {
  font-size: 1rem;
  color: #2b2b2b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product .center .item:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.index_product .center .item:hover .item_textbx .hrefbx p,
.index_product .center .item:hover .item_textbx .hrefbx i {
  color: #000;
}
.index_product .center .item:first-child {
  grid-area: 1/1/2/2;
}
.index_product .center .item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.index_product .center .item:nth-child(3) {
  grid-area: 2/1/3/2;
}
.index_product .center .item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.index_partner {
  padding: 6.25rem 0 0;
  overflow: hidden;
}
.index_partner h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  text-transform: uppercase;
  text-align: center;
}
.index_partner .center {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.25rem;
}
.index_partner .center .zhanwei {
  width: 22%;
  height: 0;
}
.index_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: 22%;
  aspect-ratio: 10/5;
  margin-bottom: 2.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(6, 13, 39, 0.15);
          box-shadow: 0px 0px 27px 0px rgba(6, 13, 39, 0.15);
}
.index_partner .center .item img {
  display: block;
  max-width: 96%;
  max-height: 96%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_partner .center .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new {
  padding: 3.75rem 0 10rem;
}
.index_new h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  text-transform: uppercase;
  text-align: center;
}
.index_new .center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.25rem;
}
.index_new .center .zhanwei {
  width: 24%;
  height: 0;
}
.index_new .center .item {
  position: relative;
  width: 24%;
  background: #f0f0f0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new .center .item:hover {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.index_new .center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new .center .item:hover .item_textbx .btnbx {
  background-color: #000;
}
.index_new .center .item_imgbx {
  width: 100%;
  aspect-ratio: 77/60;
  overflow: hidden;
}
.index_new .center .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new .center .item_textbx {
  padding-top: 2rem;
}
.index_new .center .item_textbx h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  padding: 0 1.25rem;
}
.index_new .center .item_textbx .intro {
  margin: 1rem 1.25rem 1.25rem;
  min-height: 4.5rem;
}
.index_new .center .item_textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Open-Sans";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_new .center .item_textbx .btnbx {
  padding: 0 1.25rem;
  width: 100%;
  height: 3.125rem;
  background-color: #3f3f3f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new .center .item_textbx .btnbx p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  margin-right: 0.5rem;
}
.index_new .center .item_textbx .btnbx i {
  font-size: 1rem;
  color: #fff;
}
.index_footer {
  position: relative;
  background-color: #000000;
  z-index: 3;
}
.index_footer_content .centerbox {
  padding: 3rem 0 2rem;
}
.index_footer_content .centerbox_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index_footer_content .centerbox_l dl {
  width: 19%;
}
.index_footer_content .centerbox_l dl dt {
  margin-bottom: 2.25rem;
}
.index_footer_content .centerbox_l dl dt a {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  text-transform: uppercase;
}
.index_footer_content .centerbox_l dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
.index_footer_content .centerbox_l dl dd a {
  position: relative;
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.index_footer_content .centerbox_l dl dd a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .centerbox_l dl dd a:hover {
  color: #fff;
}
.index_footer_content .centerbox_l dl dd a:hover::after {
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.index_footer_content .centerbox_r {
  width: 24%;
  margin-left: 8%;
}
.index_footer_content .centerbox_r .leftbx {
  width: 100%;
}
.index_footer_content .centerbox_r .leftbx .emailform {
  width: 100%;
}
.index_footer_content .centerbox_r .leftbx .emailform .hd {
  margin-bottom: 1.25rem;
}
.index_footer_content .centerbox_r .leftbx .emailform .hd h4 {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.index_footer_content .centerbox_r .leftbx .emailform .hd em {
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: #fff;
}
.index_footer_content .centerbox_r .leftbx .emailform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_content .centerbox_r .leftbx .emailform form input::-webkit-input-placeholder,
.index_footer_content .centerbox_r .leftbx .emailform form textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: #5b5b5b;
  color: 1em;
  font-family: "Open-Sans";
}
.index_footer_content .centerbox_r .leftbx .emailform form input:-moz-placeholder,
.index_footer_content .centerbox_r .leftbx .emailform form textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: #5b5b5b;
  color: 1em;
  font-family: "Open-Sans";
}
.index_footer_content .centerbox_r .leftbx .emailform form input::-moz-placeholder,
.index_footer_content .centerbox_r .leftbx .emailform form textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: #5b5b5b;
  color: 1em;
  font-family: "Open-Sans";
}
.index_footer_content .centerbox_r .leftbx .emailform form input:-ms-input-placeholder,
.index_footer_content .centerbox_r .leftbx .emailform form textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: #5b5b5b;
  color: 1em;
  font-family: "Open-Sans";
}
.index_footer_content .centerbox_r .leftbx .emailform input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 2.5rem;
  padding: 0 0.875rem;
  background-color: #fff;
  border: 1px solid #c49d58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #2b2b2b;
}
.index_footer_content .centerbox_r .leftbx .emailform 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: 7.25rem;
  height: 2.5rem;
  background-color: #484545;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_content .centerbox_r .leftbx .emailform button i {
  font-size: 1rem;
  color: #fff;
}
.index_footer_content .centerbox_r .leftbx .emailform button p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  margin-left: 0.25rem;
}
.index_footer_content .centerbox_r .leftbx .emailform button:hover {
  cursor: pointer;
  background-color: #000;
}
.index_footer_content .centerbox_r .leftbx .media {
  margin-top: 2rem;
}
.index_footer_content .centerbox_r .leftbx .media li:not(:last-child) {
  margin-right: 0.75rem;
}
.index_footer_content .centerbox_r .leftbx .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: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_content .centerbox_r .leftbx .media li a:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgb(255, 255, 255);
}
.index_footer_copyright {
  height: 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1400 {
  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%;
}
.index_footer_copyright .w1400 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1400 p,
.index_footer_copyright .w1400 a {
  font-size: 0.875rem;
  color: #8b8b8b;
}
.index_footer_copyright .w1400 a:hover {
  color: #000;
}

.about_intro {
  padding: 6.25rem 0 0;
}
.about_intro .textbx {
  width: 43%;
}
.about_intro .textbx h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 0.75rem;
}
.about_intro .textbx_txt p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.about_intro .textbx_txt strong {
  font-size: 1.125rem;
  font-weight: 700;
}
.about_intro .imgbx {
  width: 47.5%;
}
.about_intro .imgbx img {
  width: 100%;
  height: auto;
}
.about_factory {
  padding: 8rem 0;
  background-color: #f7f7f7;
}
.about_factory .item:not(:last-child) {
  margin-bottom: 8rem;
}
.about_factory .item_textbx {
  width: 48%;
}
.about_factory .item_textbx h4 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 1rem;
}
.about_factory .item_textbx .intro p {
  font-size: 1rem;
  color: #000;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.about_factory .item_textbx .intro .md {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.about_factory .item_textbx .intro .md p {
  position: relative;
  font-size: 1rem;
  color: #000;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.about_factory .item_textbx .intro .md p::before {
  position: absolute;
  top: 0.9375rem;
  left: -1rem;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000;
  border-radius: 50%;
}
.about_factory .item_textbx strong {
  font-weight: 700;
}
.about_factory .item_imgbx {
  width: 47.5%;
}
.about_factory .item_imgbx img {
  width: 100%;
  height: auto;
}
.about_module1 {
  padding: 5rem 0 6.25rem;
  background-color: #f7f7f7;
}
.about_module1 .center img {
  width: 100%;
  height: auto;
}
.about_module1 .center .textbx {
  margin-top: 3.125rem;
}
.about_module1 .center .textbx_md {
  width: 47%;
}
.about_module1 .center .textbx_md h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 1rem;
}
.about_module1 .center .textbx_md p {
  position: relative;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.about_module1 .center .textbx_md p.listp {
  padding-left: 1.25rem;
}
.about_module1 .center .textbx_md p.listp::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #2b2b2b;
}
.about_module1 .center .textbx_md strong {
  font-weight: 700;
}
.about_module2 {
  padding: 12rem 0 6.25rem;
}
.about_module2 .center {
  position: relative;
}
.about_module2 .center_imgbx {
  width: 65%;
  height: auto;
  margin-left: auto;
}
.about_module2 .center_imgbx img {
  width: 100%;
  height: auto;
}
.about_module2 .center_textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38%;
}
.about_module2 .center_textbx h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "blod";
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.about_module2 .center_textbx .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.about_module2 .center_textbx .intro strong {
  font-weight: 700;
}
.about_module3 {
  padding: 6.25rem 0;
}
.about_module3 h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "blod";
  text-align: center;
}
.about_module3 .center {
  margin-top: 2.5rem;
}
.about_module3 .center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_module3 .center p {
  position: relative;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.about_module3 .center strong {
  font-weight: 700;
}

.solution .centerTop {
  position: relative;
  margin-top: 100vh;
  background-color: #fff;
  z-index: 3;
}
.solution_module {
  padding: 16rem 0;
}
.solution_module .textbx {
  width: 35%;
}
.solution_module .textbx h3 {
  font-size: 2.75rem;
  color: #000;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 0.75rem;
}
.solution_module .textbx .intro p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.solution_module .textbx .intro a {
  color: #000;
  text-decoration: underline;
}
.solution_module .textbx .intro a:hover {
  color: #ff0000;
}
.solution_module .textbx .intro .md {
  margin-bottom: 0.5rem;
}
.solution_module .textbx .intro .md p {
  position: relative;
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.solution_module .textbx .index_common_morebtn a {
  border-color: #000;
  background-color: #000;
}
.solution_module .textbx .index_common_morebtn a p {
  text-transform: uppercase;
}
.solution_module .textbx .index_common_morebtn a:hover {
  background-color: #000;
  border-color: #000;
}
.solution_module .imgbx {
  width: 50%;
  height: auto;
}
.solution_module .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_module:nth-child(odd) {
  padding-bottom: 0;
}
.solution_module:nth-child(odd) .textbx {
  float: left;
}
.solution_module:nth-child(odd) .imgbx {
  float: right;
}
.solution_module:nth-child(even) {
  padding-bottom: 8rem;
}
.solution_module:nth-child(even) .textbx {
  float: right;
}
.solution_module:nth-child(even) .imgbx {
  float: left;
}
.solution_module3 {
  padding: 5rem 0;
}
.solution_module3_content h3 {
  font-size: 2.75rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "blod";
  margin-bottom: 2rem;
}
.solution_module3_content h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Open-Sans";
  margin-bottom: 0.625rem;
}
.solution_module3_content img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_module3_content p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.solution_module3_content .md {
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.solution_module3_content .md p {
  position: relative;
  font-size: 1rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.solution_module3_content .md p::before {
  position: absolute;
  top: 0.8125rem;
  left: -1.25rem;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000;
  border-radius: 50%;
}
.solution_module3_content .index_common_morebtn a {
  border-color: #000;
  background-color: #000;
}
.solution_module3_content .index_common_morebtn a p {
  text-transform: uppercase;
}
.solution_module3_content .index_common_morebtn a:hover {
  background-color: #000;
  border-color: #000;
}

.quality_module1 {
  padding: 8rem 0;
  background-image: url(../images/quality_bg1.jpg);
}
.quality_module1 .leftbx {
  width: 40%;
}
.quality_module1 .leftbx_txt {
  width: 100%;
}
.quality_module1 .leftbx_txt h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  text-transform: uppercase;
}
.quality_module1 .leftbx_txt .intro {
  margin: 2rem 0;
}
.quality_module1 .leftbx_txt .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.quality_module1 .leftbx_txt .intro strong {
  font-weight: 700;
}
.quality_module1 .rightbx {
  width: 45%;
}
.quality_module1 .rightbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.quality_module2 {
  padding: 8rem 0;
}
.quality_module2 .imgbx {
  width: 40%;
  height: auto;
}
.quality_module2 .imgbx img {
  width: 100%;
  height: auto;
}
.quality_module2 .textbx {
  width: 45%;
}
.quality_module2 .textbx h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 1.875rem;
}
.quality_module2 .textbx .detail p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.quality_module2 .textbx .detail .md h4 {
  position: relative;
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "blod";
}
.quality_module2 .textbx .detail .md p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.quality_module3 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.quality_module3 img {
  width: 100%;
  height: auto;
}
.quality_module3 .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quality_module3 .center .w1400 {
  height: 100%;
}
.quality_module3 .center_textbx {
  width: 43.75%;
  height: 100%;
}
.quality_module3 .center_textbx .iconbx {
  width: 5rem;
  height: 5rem;
}
.quality_module3 .center_textbx .iconbx img {
  width: 100%;
  height: 100%;
}
.quality_module3 .center_textbx h3 {
  font-size: 2.75rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  margin: 3.125rem 0;
}
.quality_module3 .center_textbx .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.quality_module3 .center_textbx .intro strong {
  font-weight: 700;
}
.quality_module4 {
  padding: 8rem 0;
}
.quality_module4 .textbx {
  width: 48%;
}
.quality_module4 .textbx h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 1.25rem;
}
.quality_module4 .textbx .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.quality_module4 .textbx .intro a {
  color: #000;
  text-decoration: underline;
}
.quality_module4 .textbx .intro strong {
  font-weight: 700;
}
.quality_module4 .imgbx {
  width: 49%;
}
.quality_module4 .imgbx img {
  width: 100%;
  height: auto;
}

.news_content {
  padding: 2.5rem 0 5rem;
  background-color: #f4f4f4;
}
.news_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_content .listbx .zhanwei {
  width: 32.5%;
  height: 0;
}
.news_content .listbx .item {
  position: relative;
  width: 32.5%;
  background-color: #fff;
  margin-bottom: 3.125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content .listbx .item:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
}
.news_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news_content .listbx .item:hover .item_textbx h4 {
  color: #000;
}
.news_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 52/35;
  overflow: hidden;
}
.news_content .listbx .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_content .listbx .item_textbx {
  padding: 1.875rem;
}
.news_content .listbx .item_textbx h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
}
.news_content .listbx .item_textbx .time {
  display: block;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  margin: 1.25rem 0;
}
.news_content .listbx .item_textbx .intro {
  min-height: 5.625rem;
}
.news_content .listbx .item_textbx .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_content .listbx .item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 4rem;
}
.news_content .listbx .item:first-child .item_imgbx {
  width: 50%;
  aspect-ratio: 8/5;
}
.news_content .listbx .item:first-child .item_textbx {
  width: 50%;
}
.news_content .listbx .item:first-child .item_textbx .intro {
  margin-bottom: 3.125rem;
}
.news_content .listbx .item:first-child .item_textbx .intro p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news_content .listbx .item:first-child .item_textbx .index_common_morebtn a {
  border-color: #2b2b2b;
}
.news_content .listbx .item:first-child .item_textbx .index_common_morebtn a p,
.news_content .listbx .item:first-child .item_textbx .index_common_morebtn a i {
  color: #2b2b2b;
}
.news_content .listbx .item:first-child .item_textbx .index_common_morebtn a:hover {
  border-color: #000;
  background-color: #000;
}
.news_content .listbx .item:first-child .item_textbx .index_common_morebtn a:hover p,
.news_content .listbx .item:first-child .item_textbx .index_common_morebtn a:hover i {
  color: #fff;
}
.news_content .listbx .item:first-child:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
}
.news_content .listbx .item:first-child:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news_content .listbx .item:first-child:hover .item_textbx h4 {
  color: #000;
}
.news_content .listbx .item:first-child:hover .item_textbx .index_common_morebtn a {
  border-color: #000;
  background-color: #000;
}
.news_content .listbx .item:first-child:hover .item_textbx .index_common_morebtn a p,
.news_content .listbx .item:first-child:hover .item_textbx .index_common_morebtn a i {
  color: #fff;
}
.news_content .listbx .item:nth-child(2), .news_content .listbx .item:nth-child(3) {
  width: 49.125%;
}
.news_content .listbx .item:nth-child(2) .item_textbx .intro p, .news_content .listbx .item:nth-child(3) .item_textbx .intro p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newdetail_content {
  padding: 5rem 0;
  margin-top: 5rem;
  background-color: #f4f4f4;
}
.newdetail_content .leftbx {
  float: left;
  width: 62.5%;
}
.newdetail_content .leftbx_hd {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .leftbx_hd h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 0.875rem;
}
.newdetail_content .leftbx_hd .subbox .time {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  margin-right: 2.5rem;
}
.newdetail_content .leftbx_hd .subbox .time i {
  font-size: 1rem;
  color: #5b5b5b;
  margin-right: 0.625rem;
}
.newdetail_content .leftbx_bd {
  padding: 1.875rem 0 3.125rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .leftbx_bd p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.newdetail_content .leftbx_bd strong {
  font-weight: 700;
}
.newdetail_content .leftbx_bd a {
  font-size: 1rem;
  color: #000;
}
.newdetail_content .leftbx_bd a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.newdetail_content .leftbx_bd h2 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "blod";
}
.newdetail_content .leftbx_bd h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "blod";
}
.newdetail_content .leftbx_bd h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "blod";
}
.newdetail_content .leftbx_bd img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.newdetail_content .leftbx_bd .index_common_morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newdetail_content .leftbx_bd .index_common_morebtn a {
  width: auto;
  height: 3.125rem;
  padding: 0 1.25rem;
  border: 1px solid #333;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newdetail_content .leftbx_bd .index_common_morebtn a p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open-Sans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newdetail_content .leftbx_bd .index_common_morebtn a em {
  font-size: 1.25rem;
  color: #fff;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newdetail_content .leftbx_bd .index_common_morebtn a:hover {
  border-color: #000;
  background: #000;
}
.newdetail_content .leftbx_bd .index_common_morebtn a:hover p,
.newdetail_content .leftbx_bd .index_common_morebtn a:hover i {
  color: #fff;
}
.newdetail_content .rightbx {
  float: right;
  width: 30%;
}
.newdetail_content .rightbx_hd {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .rightbx_hd h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.8125rem;
  font-weight: 400;
  font-family: "blod";
}
.newdetail_content .rightbx_bd .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;
  padding: 1.25rem 0;
}
.newdetail_content .rightbx_bd .item:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .rightbx_bd .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.newdetail_content .rightbx_bd .item:hover .item_textbx h4 {
  color: #000;
}
.newdetail_content .rightbx_bd .item_imgbx {
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.newdetail_content .rightbx_bd .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newdetail_content .rightbx_bd .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 1.25rem;
}
.newdetail_content .rightbx_bd .item_textbx h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "blod";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.625rem;
}
.newdetail_content .rightbx_bd .item_textbx .time {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
}

.contact_content {
  padding: 6.25rem 0;
  margin-top: 5rem;
  background-color: #fff;
}
.contact_content .leftbx {
  width: 38.75%;
}
.contact_content .leftbx_hd h3 {
  font-size: 2.75rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "blod";
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.contact_content .leftbx_hd p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.contact_content .leftbx_bd {
  margin-top: 6.25rem;
}
.contact_content .leftbx_bd h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "blod";
  margin-bottom: 1.25rem;
}
.contact_content .leftbx_bd em {
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: #2b2b2b;
}
.contact_content .leftbx_bd ul {
  margin-top: 1.25rem;
}
.contact_content .leftbx_bd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_content .leftbx_bd ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.contact_content .leftbx_bd ul li i {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  margin-right: 0.625rem;
}
.contact_content .leftbx_bd ul li p,
.contact_content .leftbx_bd ul li a {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Open-Sans";
}
.contact_content .rightbx {
  width: 50%;
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.contact_content .rightbx .formbx {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.contact_content .rightbx .formbx_item {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}
.contact_content .rightbx .formbx_item input::-webkit-input-placeholder,
.contact_content .rightbx .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_item input:-moz-placeholder,
.contact_content .rightbx .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_item input::-moz-placeholder,
.contact_content .rightbx .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_item input:-ms-input-placeholder,
.contact_content .rightbx .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.875rem;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_content .rightbx .formbx_text {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}
.contact_content .rightbx .formbx_text input::-webkit-input-placeholder,
.contact_content .rightbx .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_text input:-moz-placeholder,
.contact_content .rightbx .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_text input::-moz-placeholder,
.contact_content .rightbx .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_text input:-ms-input-placeholder,
.contact_content .rightbx .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_text label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  margin-bottom: 0.875rem;
}
.contact_content .rightbx .formbx_text label em {
  color: #ff0000;
}
.contact_content .rightbx .formbx_text textarea {
  display: block;
  width: 100%;
  height: 10rem;
  padding: 1rem 1.875rem;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact_content .rightbx .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.875rem;
}
.contact_content .rightbx .formbx_codebx input::-webkit-input-placeholder,
.contact_content .rightbx .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_codebx input:-moz-placeholder,
.contact_content .rightbx .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_codebx input::-moz-placeholder,
.contact_content .rightbx .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_codebx input:-ms-input-placeholder,
.contact_content .rightbx .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "Open-Sans";
}
.contact_content .rightbx .formbx_codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 3.75rem;
  padding: 0 1.875rem;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_content .rightbx .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.75rem;
  border: 1px solid #f8f8f8;
  border-radius: 0.625rem;
  background: #fff;
  margin-left: 1rem;
}
.contact_content .rightbx .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_content .rightbx .formbx_btnbx {
  width: 100%;
}
.contact_content .rightbx .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.125rem;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
.contact_content .rightbx .formbx_btnbx button:hover {
  cursor: pointer;
}

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

.import-color {
  color: #000 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox,
.hidebox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .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: auto;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common_banner video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    display: none;
    top: 50%;
  }
  .common_banner_textbx h2 {
    font-size: 2.5rem;
  }
  .common_banner_solution {
    width: 100%;
    height: calc(100vh - 5rem);
  }
  .common_banner_solution > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_solution .common_banner_textbx {
    display: block;
  }
  .common_banner_solution .common_banner_textbx .headbx {
    margin-bottom: 7rem;
  }
  .common_banner_solution .common_banner_textbx ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 4%;
    padding: 0 1rem;
  }
  .common_banner_solution .common_banner_textbx ul li {
    width: 49%;
    padding: 1.25rem 0;
    margin-bottom: 1rem;
  }
  .common_banner_solution .common_banner_textbx ul li:not(:last-child) {
    margin-right: 0;
  }
  .common_bottombx {
    padding: 5rem 0;
  }
  .common_bottombx .bgimg {
    display: none;
  }
  .common_bottombx .textbx h3 {
    font-size: 3.5rem;
  }
  .common_bottombx .textbx .btnbx {
    margin-top: 4rem;
  }
  .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: #000;
    z-index: 99;
  }
  .index_header .w1400 {
    height: 100%;
  }
  .index_header .logobox_txt {
    display: none;
  }
  .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 a {
    text-transform: uppercase;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #000;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .search {
    display: none;
  }
  .index_header .search_M {
    display: block;
  }
  .index_header .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 .search_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .search_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .search_M_top i {
    display: none;
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .search_M_top i.iconbx1 {
    display: block;
  }
  .index_header .search_M_top i.iconbx2 {
    display: none;
  }
  .index_header .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 .search_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .search_M_downdrop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .index_header .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 .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 .search_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .langbx {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .index_header .langbx a {
    font-size: 1.5rem;
    color: #fff;
  }
  .index_header .inner-header-icon {
    display: none;
    color: #fff;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index_header .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header .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 .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 .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header .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 .inner-header-icon-click span {
    background: #fff;
  }
  .index_header .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 .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 .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 .inner-header-icon-out span {
    background: #fff;
  }
  .index_header .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 .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 .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 .textbx {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide .textbx_center {
    max-width: 100%;
  }
  .index_banner_M .index_banner_swiper .swiper-slide .textbx_center h2 {
    font-size: 2.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide .textbx_center .index_common_morebtn {
    margin-top: 2rem;
  }
  .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: #000;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_numbox {
    padding: 3rem 0;
  }
  .index_numbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index_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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 48.8%;
    padding: 2rem 1rem;
    background-color: #efefef;
  }
  .index_numbox ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .index_numbox ul li p {
    text-align: left;
  }
  .index_numbox ul li:last-child {
    width: 100%;
  }
  .index_about {
    padding: 5rem 0;
  }
  .index_about .center .hd h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .index_about .center .intro {
    padding: 2.5rem 0;
  }
  .index_product {
    padding: 3rem 0;
  }
  .index_product .center {
    display: block;
  }
  .index_product .center .item {
    width: 100%;
  }
  .index_product .center .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_product .center .item_textbx {
    padding-top: 1.25rem;
  }
  .index_product .center .item_textbx h4 {
    text-align: center;
  }
  .index_partner .center .swiper-btn {
    width: 3rem;
  }
  .index_partner .center .swiper-btn-prev {
    left: -1rem;
  }
  .index_partner .center .swiper-btn-next {
    right: -1rem;
  }
  .index_partner .center .item {
    width: 48%;
  }
  .index_new .center .item {
    width: 100%;
  }
  .index_new .center .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_new .center .item_textbx h4 {
    font-size: 1.5rem;
  }
  .index_new .center .item_textbx .intro p {
    font-size: 1.125rem;
  }
  .index_footer_content .centerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .centerbox_l {
    display: none;
    width: 100%;
  }
  .index_footer_content .centerbox_contact {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_footer_content .centerbox_r {
    width: 100%;
    margin-left: 0;
  }
  .index_footer_content .centerbox_r .leftbx .media {
    margin-top: 2rem;
  }
  .index_footer_copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_copyright .w1600 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1600 p:first-child {
    margin-right: 0;
  }
  .about_intro {
    padding: 3rem 0;
  }
  .about_intro .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_intro .textbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_intro .imgbx {
    width: 100%;
  }
  .about_factory .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_factory .item_textbx {
    width: 100%;
  }
  .about_factory .item_imgbx {
    width: 100%;
  }
  .about_module1 {
    padding: 3rem 0;
  }
  .about_module1 .center .textbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_module1 .center .textbx_md {
    width: 100%;
  }
  .about_module1 .center .textbx_md:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .about_module2 {
    padding: 3rem 0;
  }
  .about_module2 .center_imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about_module2 .center_textbx {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
  .about_module3 {
    padding: 3rem 0;
  }
  .solution_intro {
    padding: 4rem 0;
  }
  .solution_intro .center {
    padding: 0;
  }
  .solution_intro .center p {
    text-align: left;
  }
  .solution_content .center {
    position: static;
  }
  .solution_content .center_textbx {
    width: 100%;
    padding: 2.5rem 0;
  }
  .solution_content .center_textbx .detail h3 {
    color: #2b2b2b;
  }
  .solution_content .center_textbx .detail p,
  .solution_content .center_textbx .detail a {
    font-size: 1.125rem;
    color: #2b2b2b;
  }
  .solution_content .center_textbx .detail .md h4::before {
    background-color: #2b2b2b;
  }
  .solution_content .center_textbx .detail .md h4,
  .solution_content .center_textbx .detail .md p {
    color: #2b2b2b;
  }
  .solution_module {
    padding: 3rem 0;
  }
  .solution_module .textbx {
    float: none !important;
    width: 100%;
    padding: 1.25rem 0 !important;
  }
  .solution_module .imgbx {
    float: none !important;
    width: 100%;
  }
  .solution_module:nth-child(odd) .textbx {
    margin-left: 0;
  }
  .solution_module:nth-child(odd) .imgbx {
    margin-right: 0;
  }
  .solution_module:nth-child(even) .textbx {
    margin-right: 0;
  }
  .solution_module:nth-child(even) .imgbx {
    margin-left: 0;
  }
  .quality_module1 {
    padding: 3rem 0;
  }
  .quality_module1 .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality_module1 .leftbx {
    width: 100%;
    margin-left: 0;
  }
  .quality_module1 .rightbx {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .quality_module2 {
    padding: 3rem 0;
  }
  .quality_module2 .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality_module2 .imgbx {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25rem;
  }
  .quality_module2 .textbx {
    width: 100%;
    margin-right: 0;
  }
  .quality_module2 .textbx h3 {
    font-size: 2rem;
  }
  .quality_module3 {
    height: 38rem;
  }
  .quality_module3 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quality_module3 .center_textbx {
    width: 100%;
  }
  .quality_module4 {
    padding: 3rem 0;
  }
  .quality_module4 .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality_module4 .textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .quality_module4 .imgbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact_content {
    padding: 3rem 0;
    margin-top: 5rem;
  }
  .contact_content .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_content .leftbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact_content .leftbx_bd {
    margin-top: 2.5rem;
  }
  .contact_content .rightbx {
    width: 100%;
    padding: 1rem;
  }
  .news_content {
    padding: 2.5rem 0 5rem;
    margin-top: 5rem;
  }
  .news_content .listbx .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .news_content .listbx .item_img {
    width: 100%;
    height: 19rem;
  }
  .news_content .listbx .item_textbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .news_content .listbx .item_textbx h4 {
    font-size: 1.5rem;
  }
  .news_content .listbx .item_textbx .intro {
    margin: 1rem 0 1.5rem;
  }
  .news_content .listbx .item_textbx .intro p {
    font-size: 1.125rem;
  }
  .news_content .listbx .item:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_content .listbx .item:first-child .item_imgbx {
    width: 100%;
  }
  .news_content .listbx .item:first-child .item_textbx {
    width: 100%;
  }
  .news_content .listbx .item:nth-child(2), .news_content .listbx .item:nth-child(3) {
    width: 100%;
  }
  .newdetail_content {
    margin-top: 5rem;
    padding: 3rem 0;
  }
  .newdetail_content .leftbx {
    float: none;
    width: 100%;
  }
  .newdetail_content .leftbx_bd p,
  .newdetail_content .leftbx_bd a {
    font-size: 1.125rem;
  }
  .newdetail_content .leftbx_bd img {
    width: 100%;
  }
  .newdetail_content .rightbx {
    display: none;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .common_banner_solution .common_banner_textbx ul {
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .common_banner_solution .common_banner_textbx ul {
    padding: 0 3rem;
  }
  .common_bottombx .bgimg {
    width: 79%;
  }
  .index_header .navmain {
    padding: 0 2%;
  }
  .index_header_navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index_header_nav_item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .common_banner_solution .common_banner_textbx ul {
    padding: 0 4rem;
  }
  .common_bottombx .bgimg {
    width: 79%;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .common_banner_solution .common_banner_textbx ul {
    padding: 0 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .common_banner_solution .common_banner_textbx ul {
    padding: 0 8%;
  }
  .common_bottombx {
    padding: 7rem 0;
  }
  .common_bottombx .bgimg {
    width: 59%;
  }
  .common_bottombx .textbx .btnbx {
    margin-top: 4.5rem;
  }
  .solution_module .textbx {
    width: 42%;
  }
  .contact_content {
    padding: 6.25rem 0;
    margin-top: 5rem;
    background-color: #f2f2f2;
  }
  .contact_content .leftbx {
    width: 38.75%;
  }
  .contact_content .leftbx_hd h3 {
    font-size: 2.75rem;
    color: #2b2b2b;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "blod";
    text-transform: uppercase;
    margin-bottom: 0.625rem;
  }
  .contact_content .leftbx_hd p {
    font-size: 1rem;
    color: #2b2b2b;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "Open-Sans";
  }
  .contact_content .leftbx_bd {
    margin-top: 6.25rem;
  }
  .contact_content .leftbx_bd h4 {
    font-size: 1.5rem;
    color: #000;
    line-height: 1em;
    font-weight: 400;
    font-family: "blod";
    margin-bottom: 1.25rem;
  }
  .contact_content .leftbx_bd em {
    display: block;
    width: 3.125rem;
    height: 1px;
    background-color: #2b2b2b;
  }
  .contact_content .leftbx_bd ul {
    margin-top: 1.25rem;
  }
  .contact_content .leftbx_bd ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_content .leftbx_bd ul li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .contact_content .leftbx_bd ul li i {
    font-size: 1.125rem;
    color: #2b2b2b;
    line-height: 1.5rem;
    margin-right: 0.625rem;
  }
  .contact_content .leftbx_bd ul li p,
  .contact_content .leftbx_bd ul li a {
    font-size: 1rem;
    color: #2b2b2b;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx {
    width: 50%;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1.25rem;
  }
  .contact_content .rightbx .formbx {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .contact_content .rightbx .formbx_item {
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
  }
  .contact_content .rightbx .formbx_item input::-webkit-input-placeholder,
  .contact_content .rightbx .formbx_item textarea::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_item input:-moz-placeholder,
  .contact_content .rightbx .formbx_item textarea:-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_item input::-moz-placeholder,
  .contact_content .rightbx .formbx_item textarea::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_item input:-ms-input-placeholder,
  .contact_content .rightbx .formbx_item textarea:-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_item input {
    display: block;
    width: 100%;
    height: 3.125rem;
    padding: 0 1.875rem;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    color: #111;
  }
  .contact_content .rightbx .formbx_text {
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
  }
  .contact_content .rightbx .formbx_text input::-webkit-input-placeholder,
  .contact_content .rightbx .formbx_text textarea::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #999;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_text input:-moz-placeholder,
  .contact_content .rightbx .formbx_text textarea:-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #999;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_text input::-moz-placeholder,
  .contact_content .rightbx .formbx_text textarea::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #999;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_text input:-ms-input-placeholder,
  .contact_content .rightbx .formbx_text textarea:-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #999;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_text label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    color: #2b2b2b;
    line-height: 1em;
    margin-bottom: 0.875rem;
  }
  .contact_content .rightbx .formbx_text label em {
    color: #ff0000;
  }
  .contact_content .rightbx .formbx_text textarea {
    display: block;
    width: 100%;
    height: 6rem;
    padding: 1rem 1.875rem;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0.625rem;
    outline: none;
    resize: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    color: #111;
    line-height: 1.5em;
  }
  .contact_content .rightbx .formbx_codebx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .contact_content .rightbx .formbx_codebx input::-webkit-input-placeholder,
  .contact_content .rightbx .formbx_codebx textarea::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_codebx input:-moz-placeholder,
  .contact_content .rightbx .formbx_codebx textarea:-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_codebx input::-moz-placeholder,
  .contact_content .rightbx .formbx_codebx textarea::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_codebx input:-ms-input-placeholder,
  .contact_content .rightbx .formbx_codebx textarea:-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #888;
    font-family: "Open-Sans";
  }
  .contact_content .rightbx .formbx_codebx input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
    height: 3.125rem;
    padding: 0 1.875rem;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    color: #111;
  }
  .contact_content .rightbx .formbx_codebx .yanzheng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    height: 3.75rem;
    border: 1px solid #f8f8f8;
    border-radius: 0.625rem;
    background: #fff;
    margin-left: 1rem;
  }
  .contact_content .rightbx .formbx_codebx .yanzheng img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contact_content .rightbx .formbx_btnbx {
    width: 100%;
  }
  .contact_content .rightbx .formbx_btnbx button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 3.125rem;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    background: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
  }
  .contact_content .rightbx .formbx_btnbx button:hover {
    cursor: pointer;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .common_banner_solution .common_banner_textbx ul {
    padding: 0 4rem;
  }
  .common_bottombx .bgimg {
    width: 70%;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
  .common_bottombx .bgimg {
    width: 55%;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
  .common_bottombx .bgimg {
    width: 55%;
  }
}