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

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

.w1680 {
  width: 105rem;
  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: #2969b2;
}

.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);
  }
}
.download {
  margin-top: 8rem;
}
.download_content {
  padding: 0 0 5rem;
}
.download_content_title {
  padding: 1rem 0;
}
.download_content_title h2 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.download_content_navlist {
  margin-bottom: 2.5rem;
}
.download_content_navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 3.75rem;
  background-color: #f9f9f9;
}
.download_content_navlist ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.download_content_navlist ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5rem;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.download_content_navlist ul li.active a {
  background-color: #2969b2;
  color: #fff;
}
.download_content_bd {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download_content_bd .item {
  width: 49.3%;
  height: 5rem;
  margin-bottom: 1.25rem;
}
.download_content_bd .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.download_content_bd .item a p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.download_content_bd .item a i {
  font-size: 1.75rem;
  color: #2b2b2b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.download_content_bd .item:hover a {
  background-color: #2969b2;
}
.download_content_bd .item:hover a p,
.download_content_bd .item:hover a i {
  color: #fff;
}

.product {
  margin-top: 8rem;
  background-color: #fff;
}
.product_content .head {
  padding: 1rem 0;
  border-bottom: 1px solid #cdcdcd;
}
.product_content .head h2 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center {
  width: 100%;
  height: 70vh;
  margin: 2.5rem 0 5rem;
}
.product_content .center .w1400 {
  height: 100%;
}
.product_content .center .left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17rem;
  height: 100%;
}
.product_content .center .left .return_filter {
  position: absolute;
  top: -2.5rem;
  right: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
  line-height: 2.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .center .left .return_filter:hover {
  color: #2969b2;
}
.product_content .center .left_navbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 57%;
  height: 100%;
  background-color: #d8d8d8;
}
.product_content .center .left_navbox_hd {
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  background-color: #f0f0f0;
  border-top: 0.125rem solid #2969b2;
  border-bottom: 0.125rem solid #2969b2;
}
.product_content .center .left_navbox_hd h3 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 3.75rem;
  font-weight: "SourceHanSansCN-Bold";
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .left_navbox_bd {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.product_content .center .left_navbox_bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.product_content .center .left_navbox_bd::-webkit-scrollbar-thumb {
  background-color: #2969b2;
}
.product_content .center .left_navbox_bd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}
.product_content .center .left_navbox_bd li.active {
  background-color: #2969b2;
}
.product_content .center .left_navbox_bd li.active a {
  color: #fff;
}
.product_content .center .left_navbox_bd li a {
  display: block;
  width: 100%;
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .left_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.product_content .center .left_filter_hd {
  width: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  background-color: #f0f0f0;
  border-top: 0.125rem solid #2969b2;
  border-bottom: 0.125rem solid #2969b2;
}
.product_content .center .left_filter_hd h3 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 3.75rem;
  font-weight: "SourceHanSansCN-Bold";
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .left_filter_bd {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.product_content .center .left_filter_bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.product_content .center .left_filter_bd::-webkit-scrollbar-thumb {
  background-color: #2969b2;
}
.product_content .center .left_filter_bd > li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_content .center .left_filter_bd > li.active .level1 i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product_content .center .left_filter_bd > li.active .dropdown {
  max-height: 50rem;
  opacity: 1;
}
.product_content .center .left_filter_bd > li .level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.6875rem;
  padding: 0 1rem;
}
.product_content .center .left_filter_bd > li .level1 p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .left_filter_bd > li .level1 i {
  font-size: 1.125rem;
  color: #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .center .left_filter_bd > li .dropdown {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .center .left_filter_bd > li .dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  width: 100%;
  height: 3.125rem;
}
.product_content .center .left_filter_bd > li .dropdown li:hover {
  cursor: pointer;
}
.product_content .center .left_filter_bd > li .dropdown li.active em {
  background-color: #2969b2;
}
.product_content .center .left_filter_bd > li .dropdown li em {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #2969b2;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.product_content .center .left_filter_bd > li .dropdown li p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .left_filter_bd > li.filtermax .dropdown .dropdown_rang {
  padding: 1.5rem 1.25rem 2.5rem;
}
.product_content .center .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding-left: 2%;
}
.product_content .center .right_search {
  position: absolute;
  top: -5.5rem;
  left: 2%;
  width: 25%;
  height: 2.25rem;
  border-radius: 1.125rem;
  border: 1px solid #dadada;
  overflow: hidden;
}
.product_content .center .right_search input::-webkit-input-placeholder,
.product_content .center .right_search textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .right_search input:-moz-placeholder,
.product_content .center .right_search textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .right_search input::-moz-placeholder,
.product_content .center .right_search textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .right_search input:-ms-input-placeholder,
.product_content .center .right_search textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .right_search input {
  width: 100%;
  height: 100%;
  padding: 0 2.5rem 0 1.25rem;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .right_search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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.25rem;
  background-color: transparent;
  border: 0;
  outline: none;
}
.product_content .center .right .right_tablebx {
  overflow-x: auto;
  width: 100%;
  height: 100%;
}
.product_content .center .right .right_tablebx table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}
.product_content .center .right .right_tablebx table thead {
  position: sticky;
  top: 0;
  width: 100%;
  height: 3.75rem;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.product_content .center .right .right_tablebx table thead::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  background-color: #2969b2;
}
.product_content .center .right .right_tablebx table thead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  background-color: #2969b2;
}
.product_content .center .right .right_tablebx table thead th {
  height: 100%;
}
.product_content .center .right .right_tablebx table thead th p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  white-space: nowrap;
}
.product_content .center .right .right_tablebx table thead th:nth-child(2) p, .product_content .center .right .right_tablebx table thead th:nth-child(3) p, .product_content .center .right .right_tablebx table thead th:nth-child(4) p {
  color: #2969b2;
}
.product_content .center .right .right_tablebx table tbody {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  overflow-y: auto;
}
.product_content .center .right .right_tablebx table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.product_content .center .right .right_tablebx table tbody::-webkit-scrollbar-thumb {
  background-color: #2969b2;
}
.product_content .center .right .right_tablebx table tbody tr {
  position: relative;
  height: 3.75rem;
  border-bottom: 1px solid #e8e8e8;
}
.product_content .center .right .right_tablebx table tbody tr:hover {
  background-color: rgba(42, 106, 178, 0.1);
}
.product_content .center .right .right_tablebx table tbody tr td {
  height: 100%;
  vertical-align: center;
  text-align: center;
}
.product_content .center .right .right_tablebx table tbody tr td p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.325rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.product_content .center .right .right_tablebx table tbody tr td:nth-child(2) p, .product_content .center .right .right_tablebx table tbody tr td:nth-child(3) p, .product_content .center .right .right_tablebx table tbody tr td:nth-child(4) p {
  color: #2969b2;
}
.product_content .center .right .right_tablebx table tbody tr td:first-child p,
.product_content .center .right .right_tablebx table tbody tr td:first-child a {
  color: #2969b2;
  font-weight: 700;
}

.ui-slider {
  background: #efefef;
  border: 1px solid #d2d2d2;
  height: 0.25rem;
  position: relative;
  border-radius: 100px;
}

.ui-slider-range {
  background: #71c0ff;
  height: 0.25rem;
  position: absolute;
  border-top: 1px solid #5d99c8;
  border-bottom: 1px solid #5d99c8;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.ui-slider-handle {
  background: #555;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#454545));
  background: linear-gradient(#555, #454545);
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.ui-slider-handle:focus {
  outline: none;
}

.ui-slider-handle:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
}
.range-wrapper .range-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.range-wrapper .range-value .range-max,
.range-wrapper .range-value .range-min {
  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: 1.875rem;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.range-wrapper .range-value .range-min,
.range-wrapper .range-value .range-max {
  margin-left: 0.625rem;
}

.productdetail {
  margin-top: 8rem;
  background-color: #fff;
}
.productdetail_content {
  padding-bottom: 6.25rem;
}
.productdetail_content .topbox {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #dadada;
}
.productdetail_content .topbox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail_content .topbox_body .leftbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40%;
  height: 25rem;
}
.productdetail_content .topbox_body .leftbx .leftswiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 23%;
  overflow: hidden;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper {
  float: right;
  position: relative;
  width: 100%;
  height: 75%;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-slide > img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background-color: transparent;
  z-index: 3;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn:hover span {
  color: #2969b2;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn span {
  font-size: 1.5rem;
  color: #666;
  line-height: 1em;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn-prev {
  left: 0.5%;
}
.productdetail_content .topbox_body .leftbx .productdetail_swiper .swiper-btn-next {
  right: 0.5%;
}
.productdetail_content .topbox_body .leftbx .productdetail_list_swiper {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1px;
  z-index: 2;
}
.productdetail_content .topbox_body .leftbx .productdetail_list_swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #8e8e8e;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.productdetail_content .topbox_body .leftbx .productdetail_list_swiper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .topbox_body .leftbx .productdetail_list_swiper .swiper-slide-thumb-active {
  border-color: #2969b2;
}
.productdetail_content .topbox_body .leftbx .smallimg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e9e9e9;
}
.productdetail_content .topbox_body .leftbx .smallimg > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productdetail_content .topbox_body .leftbx .smallimg .mask {
  width: 8rem;
  height: 8rem;
  background-color: yellow;
  position: absolute; /*在box类里面定位 层级高于展示图*/
  top: 0px;
  left: 0px;
  opacity: 0.5; /*设置遮罩层的透明度*/
  cursor: move; /*鼠标经过的时候变成十字拖动样式*/
  display: none; /*默认不显示 鼠标经过box时显示*/
}
.productdetail_content .topbox_body .leftbx .smallimg .bigimg {
  position: absolute;
  left: 100%;
  top: 0;
  width: 25rem;
  height: 25rem;
  overflow: hidden; /*超出部分隐藏*/
  border: 1px solid #ccc;
  display: none; /*默认不显示 鼠标经过box时显示*/
  background-color: #fff;
  z-index: 10;
}
.productdetail_content .topbox_body .leftbx .smallimg .bigimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300% !important;
  height: auto;
}
.productdetail_content .topbox_body .rightbx {
  width: 55%;
  padding: 3% 0;
}
.productdetail_content .topbox_body .rightbx_txt h3 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 0.625rem;
}
.productdetail_content .topbox_body .rightbx_txt .intro {
  min-height: 8rem;
}
.productdetail_content .topbox_body .rightbx_txt .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.productdetail_content .topbox_body .rightbx .download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
}
.productdetail_content .topbox_body .rightbx .download a .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2969b2;
  width: 2.25rem;
  height: 2.25rem;
}
.productdetail_content .topbox_body .rightbx .download a .iconbx i {
  font-size: 1rem;
  color: #fff;
}
.productdetail_content .topbox_body .rightbx .download a p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  padding: 0 0.625rem;
  background-color: #cccccc;
}
.productdetail_content .navbox {
  width: 100%;
  height: 3.75rem;
  margin: 2.5rem 0 1.25rem;
  background: #f9f9f9;
}
.productdetail_content .navbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.productdetail_content .navbox ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 2.5rem;
}
.productdetail_content .navbox ul li p {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.productdetail_content .navbox ul li:hover {
  cursor: pointer;
}
.productdetail_content .navbox ul li.active {
  background-color: #2969b2;
}
.productdetail_content .navbox ul li.active p {
  color: #fff;
}
.productdetail_content .detailbox {
  width: 100%;
}
.productdetail_content .detailbox_item {
  display: none;
  width: 100%;
  padding: 2.5rem;
  background: #f9f9f9;
}
.productdetail_content .detailbox_item.active {
  display: block;
}
.productdetail_content .detailbox_item:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetail_content .detailbox_item:first-child .md {
  width: 50%;
  margin-bottom: 2.5rem;
}
.productdetail_content .detailbox_item:first-child .md h4 {
  position: relative;
  font-size: 1.125rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}
.productdetail_content .detailbox_item:first-child .md h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.3125rem;
  height: 100%;
  background-color: #2969b2;
}
.productdetail_content .detailbox_item:first-child .md p {
  position: relative;
  padding-left: 1rem;
}
.productdetail_content .detailbox_item:first-child .md p::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #2b2b2b;
  border-radius: 50%;
}
.productdetail_content .detailbox_item div,
.productdetail_content .detailbox_item p,
.productdetail_content .detailbox_item span {
  display: block;
  font-size: 1rem !important;
  color: #2b2b2b;
  line-height: 1.5em !important;
  font-weight: 400;
}
.productdetail_content .detailbox_item ul,
.productdetail_content .detailbox_item li {
  list-style-type: disc;
}
.productdetail_content .detailbox_item strong {
  font-weight: 700;
}
.productdetail_content .detailbox_item div {
  display: block;
}
.productdetail_content .detailbox_item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1451px) and (max-width: 1600px) {
  .product {
    margin-top: 7.125rem;
    background-color: #fff;
  }
  .product .head {
    padding: 1rem 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .product .head h2 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .product_content .center {
    height: 80vh;
  }
  .product_content .center .w1400 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .product_content .center .left_navbox_hd {
    height: 2.5rem;
  }
  .product_content .center .left_navbox_hd h3 {
    font-size: 0.75rem;
    line-height: 2.5rem;
  }
  .product_content .center .left_navbox_bd li {
    height: 2.5rem;
  }
  .product_content .center .left_navbox_bd li a {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .product_content .center .left_filter_hd {
    height: 2.5rem;
  }
  .product_content .center .left_filter_hd h3 {
    font-size: 0.75rem;
    line-height: 2.5rem;
  }
  .product_content .center .left_filter_bd > li .level1 {
    height: 2.4375rem;
  }
  .product_content .center .left_filter_bd > li .dropdown li {
    height: 2.5rem;
  }
  .product_content .center .left_filter_bd > li .dropdown li p {
    font-size: 0.75rem;
  }
  .product_content .center .right table thead {
    height: 2.5rem;
  }
  .product_content .center .right table thead ul li p {
    font-size: 0.75rem;
  }
  .product_content .center .right table tbody .item {
    height: 2.5rem;
  }
  .product_content .center .right table tbody .item ul li p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.solution {
  margin-top: 8rem;
  background-color: #fff;
}
.solution_content {
  padding-bottom: 6.25rem;
}
.solution_content .head {
  padding: 1rem 0;
  border-bottom: 1px solid #d3d3d3;
}
.solution_content .head h2 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solution_content .head .intro {
  margin-top: 1.25rem;
}
.solution_content .head .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solution_content .center {
  padding: 5rem 0 0;
}
.solution_content .center h4 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solution_content .center_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5rem;
}
.solution_content .center_list .list {
  width: 46%;
}
.solution_content .center_list .item {
  width: 100%;
  margin-bottom: 1.875rem;
}
.solution_content .center_list .item.active .item_head i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.solution_content .center_list .item.active .item_bd {
  opacity: 1;
  max-height: 40rem;
}
.solution_content .center_list .item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  border-bottom: 1px solid #dbdbdb;
}
.solution_content .center_list .item_head:hover {
  cursor: pointer;
}
.solution_content .center_list .item_head_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.solution_content .center_list .item_head_l .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  aspect-ratio: 1;
  margin-right: 0.625rem;
}
.solution_content .center_list .item_head_l .iconbx img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_content .center_list .item_head_l h5 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solution_content .center_list .item_head i {
  font-size: 1.5rem;
  color: #666;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_content .center_list .item_bd {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.solution_content .center_list .item_bd ul {
  width: 100%;
}
.solution_content .center_list .item_bd ul li {
  width: 100%;
  height: 3.125rem;
}
.solution_content .center_list .item_bd ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_content .center_list .item_bd ul li a:before {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #8b8b8b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_content .center_list .item_bd ul li a:hover {
  color: #2969b2;
}
.solution_content .center_list .item_bd ul li a:hover::before {
  background-color: #2969b2;
}

.solutiondetail {
  margin-top: 8rem;
  background-color: #fff;
}
.solutiondetail_content_hd {
  border-bottom: 0.25rem solid #2969b2;
}
.solutiondetail_content_hd .title {
  margin-bottom: 1.875rem;
  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;
}
.solutiondetail_content_hd .title h2 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_hd .title .downloadfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
  padding: 0 1.25rem;
  border-radius: 1.125rem;
  background-color: #2969b2;
}
.solutiondetail_content_hd .title .downloadfile p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_hd .title .downloadfile i {
  font-size: 1.125rem;
  margin-left: 0.5rem;
  color: #fff;
}
.solutiondetail_content_hd .detailnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.solutiondetail_content_hd .detailnav li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  background-color: #f6f6f6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solutiondetail_content_hd .detailnav li.active a {
  background-color: #2969b2;
  color: #fff;
}
.solutiondetail_content_hd .detailnav li:hover a {
  color: #2969b2;
}
.solutiondetail_content_bd {
  padding: 2.5rem 0 3.75rem;
}
.solutiondetail_content_bd .imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  height: 28rem;
  padding-right: 3%;
  border-right: 1px solid #f0f0f0;
}
.solutiondetail_content_bd .imgbx img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.solutiondetail_content_bd .listbox {
  width: 40%;
  padding-left: 3.5%;
}
.solutiondetail_content_bd .listbox .solution_search {
  position: relative;
  width: 50%;
  height: 2.25rem;
  margin-left: auto;
  border-radius: 1.125rem;
  border: 1px solid #dadada;
  overflow: hidden;
}
.solutiondetail_content_bd .listbox .solution_search input::-webkit-input-placeholder,
.solutiondetail_content_bd .listbox .solution_search textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox .solution_search input:-moz-placeholder,
.solutiondetail_content_bd .listbox .solution_search textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox .solution_search input::-moz-placeholder,
.solutiondetail_content_bd .listbox .solution_search textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox .solution_search input:-ms-input-placeholder,
.solutiondetail_content_bd .listbox .solution_search textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #cdcdcd;
  color: #ccc;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox .solution_search input {
  width: 100%;
  height: 100%;
  padding: 0 2.5rem 0 1.25rem;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox .solution_search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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.25rem;
  background-color: transparent;
  border: 0;
  outline: none;
}
.solutiondetail_content_bd .listbox_hd {
  width: 100%;
  height: 2.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.solutiondetail_content_bd .listbox_hd h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox_hd h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #2969b2;
}
.solutiondetail_content_bd .listbox_bd {
  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;
  max-height: 22rem;
  overflow-y: auto;
  padding-right: 0.625rem;
}
.solutiondetail_content_bd .listbox_bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.solutiondetail_content_bd .listbox_bd::-webkit-scrollbar-thumb {
  background-color: #2969b2;
}
.solutiondetail_content_bd .listbox_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;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.solutiondetail_content_bd .listbox_bd .item_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.solutiondetail_content_bd .listbox_bd .item_l h4 {
  font-size: 1rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 0.625rem;
}
.solutiondetail_content_bd .listbox_bd .item_l p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox_bd .item_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solutiondetail_content_bd .listbox_bd .item_r a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.solutiondetail_content_bd .listbox_bd .item_r a:first-child {
  margin-bottom: 0.625rem;
}
.solutiondetail_content_bd .listbox_bd .item_r a i {
  font-size: 1rem;
}
.solutiondetail_content_bd .listbox_bd .item_r a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.about {
  margin-top: 8rem;
}
.about_profile {
  padding: 4rem 0 0;
}
.about_profile_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
.about_profile_content .leftbx {
  width: 47.25%;
  aspect-ratio: 3/2;
}
.about_profile_content .leftbx video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_profile_content .rightbx {
  width: 48.5%;
  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;
}
.about_profile_content .rightbx .intro {
  margin-bottom: 2.5rem;
}
.about_profile_content .rightbx .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-align: justify;
}
.about_profile_content .rightbx .numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_profile_content .rightbx .numlist .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.about_profile_content .rightbx .numlist .item:first-child, .about_profile_content .rightbx .numlist .item:nth-child(2) {
  margin-bottom: 2rem;
}
.about_profile_content .rightbx .numlist .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  margin-right: 1.875rem;
}
.about_profile_content .rightbx .numlist .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_profile_content .rightbx .numlist .item_numbx .nump {
  font-size: 1rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.625rem;
}
.about_profile_content .rightbx .numlist .item_numbx .nump span {
  font-size: 2rem;
}
.about_new {
  padding: 5rem 0 0;
}
.about_new_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1.875rem;
}
.about_new_content .leftbx {
  position: relative;
  width: 47.25%;
  aspect-ratio: 75/46;
  overflow: hidden;
}
.about_new_content .leftbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_new_content .leftbx:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.about_new_content .leftbx .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 30%;
  padding: 1rem 1.875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0.01)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.01) 100%);
}
.about_new_content .leftbx .textbx h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.625rem;
}
.about_new_content .leftbx .textbx .intro {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about_new_content .rightbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.5%;
}
.about_new_content .rightbx .item {
  width: 100%;
  height: 12.5%;
  border-bottom: 1px solid #cdcdcd;
}
.about_new_content .rightbx .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #292b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_new_content .rightbx .item a:hover {
  color: #2969b2;
}
.about_job {
  padding: 5rem 0 2.5rem;
}
.about_job_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.about_job_content .zhanwei {
  display: block;
  width: 22%;
  height: 0;
}
.about_job_content .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22%;
  aspect-ratio: 16/7;
  margin-bottom: 2.5rem;
  padding: 0 2%;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-radius: 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_job_content .item:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.18);
}
.about_job_content .item:hover .item_iconbx img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about_job_content .item:hover h4 {
  color: #2969b2;
}
.about_job_content .item_iconbx {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.about_job_content .item_iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_job_content .item h4 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_maplist {
  padding-bottom: 2.5rem;
}
.about_maplist_content .leftlist {
  margin-top: 2.5rem;
  width: 38%;
}
.about_maplist_content .leftlist .item {
  width: 100%;
}
.about_maplist_content .leftlist .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.about_maplist_content .leftlist .item_head {
  width: 100%;
  height: 3.125rem;
  border-bottom: 1px solid #cdcdcd;
}
.about_maplist_content .leftlist .item_head h4 {
  font-size: 1.125rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about_maplist_content .leftlist .item_head i {
  display: block;
  font-size: 1.25rem;
  color: #666;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_maplist_content .leftlist .item_head:hover {
  cursor: pointer;
}
.about_maplist_content .leftlist .item_bd {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_maplist_content .leftlist .item_bd ul {
  padding: 1rem 0;
}
.about_maplist_content .leftlist .item_bd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_maplist_content .leftlist .item_bd ul li i {
  font-size: 1.125rem;
  color: #2969b2;
  line-height: 1.875rem;
  margin-right: 0.5rem;
}
.about_maplist_content .leftlist .item_bd ul li p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about_maplist_content .leftlist .item_bd ul li p span {
  color: #2969b2;
}
.about_maplist_content .leftlist .item.cur .item_head i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about_maplist_content .leftlist .item.cur .item_bd {
  max-height: 15rem;
  opacity: 1;
}
.about_maplist_content .imgbx {
  position: relative;
  width: 50%;
}
.about_maplist_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_maplist_content .imgbx .mapitem {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about_maplist_content .imgbx .mapitem em {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #2969b2;
}
.about_maplist_content .imgbx .mapitem > p {
  position: absolute;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  white-space: nowrap;
}
.about_maplist_content .imgbx .mapitem.show {
  z-index: 2;
}
.about_maplist_content .imgbx .mapitem.show .txt {
  opacity: 1;
}
.about_maplist_content .imgbx .mapitem .txt {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22rem;
  height: auto;
  padding: 0.75rem;
  border-radius: 0.3125rem;
  background-color: #2969b2;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_maplist_content .imgbx .mapitem .txt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #2969b2;
}
.about_maplist_content .imgbx .mapitem .txt p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}

.new {
  margin-top: 8rem;
  background-color: #f7f7f7;
}
.new_content {
  padding: 3.125rem 0;
}
.new_content .title h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.625rem;
}
.new_content .title p {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.new_content .listbox {
  margin: 3.125rem 0;
}
.new_content .listbox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbox .item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.new_content .listbox .item:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
}
.new_content .listbox .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .listbox .item:hover .item_textbx .txt h4 {
  color: #2969b2;
}
.new_content .listbox .item:hover .item_textbx .detailbx {
  color: #2969b2;
}
.new_content .listbox .item:hover .item_textbx .detailbx i {
  color: #2969b2;
}
.new_content .listbox .item_imgbx {
  width: 37.5%;
  min-height: 14.25rem;
  aspect-ratio: 30/14;
  overflow: hidden;
}
.new_content .listbox .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbox .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3% 1.875rem;
}
.new_content .listbox .item_textbx .txt h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbox .item_textbx .txt .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_content .listbox .item_textbx .detailbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #292b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbox .item_textbx .detailbx i {
  font-size: 1rem;
  color: #292b2b;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newdetail {
  margin-top: 8rem;
  background-color: #f7f7f7;
}
.newdetail_content {
  padding: 4rem 0 5rem;
}
.newdetail_content .center {
  padding: 2.5rem;
  background-color: #fff;
}
.newdetail_content .head {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #818181;
}
.newdetail_content .head h3 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 0.625rem;
}
.newdetail_content .head .time {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.newdetail_content .detailbx {
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #818181;
}
.newdetail_content .detailbx p {
  font-size: 1rem;
  color: #292b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.newdetail_content .detailbx strong {
  font-weight: 700;
}
.newdetail_content .detailbx .downbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.375rem;
  padding: 0 0.875rem;
  margin-top: 2.5rem;
  background-color: #dadada;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail_content .detailbx .downbtn:hover {
  background-color: #2969b2;
}
.newdetail_content .detailbx .downbtn:hover span,
.newdetail_content .detailbx .downbtn:hover i {
  color: #fff;
}
.newdetail_content .detailbx .downbtn .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
}
.newdetail_content .detailbx .downbtn .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail_content .detailbx .downbtn span {
  font-size: 1rem;
  color: #292b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 0 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail_content .detailbx .downbtn i {
  font-size: 1.125rem;
  color: #292b2b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.job {
  margin-top: 8rem;
  background-color: #fff;
}
.job_content {
  padding: 3.125rem 0;
}
.job_content .title h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.625rem;
}
.job_content .title p {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.job_content .listbox {
  margin: 3.125rem 0 0;
  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;
}
.job_content .listbox .zhanwei {
  display: block;
  width: 22%;
  height: 0;
}
.job_content .listbox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22%;
  aspect-ratio: 16/7;
  margin-bottom: 3.125rem;
  padding: 0 2%;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-radius: 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.job_content .listbox .item:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.18);
}
.job_content .listbox .item:hover .item_iconbx img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.job_content .listbox .item:hover h4 {
  color: #2969b2;
}
.job_content .listbox .item_iconbx {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.job_content .listbox .item_iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.job_content .listbox .item h4 {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.job_content .loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  background-color: #2969b2;
  border-radius: 1.125rem;
}
.job_content .loadmore p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-right: 0.625rem;
}
.job_content .loadmore i {
  font-size: 1rem;
  color: #fff;
}
.job_content .loadmore:hover {
  cursor: pointer;
}

.jobdetail {
  margin-top: 8rem;
  background-color: #f7f7f7;
}
.jobdetail_content {
  padding: 3.125rem 0;
}
.jobdetail_content .center {
  padding: 0 2.5rem;
  background-color: #fff;
}
.jobdetail_content .head {
  border-bottom: 1px solid #818181;
}
.jobdetail_content .head h3 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
}
.jobdetail_content .detailbx {
  padding: 2.5rem 0;
}
.jobdetail_content .detailbx_center p {
  font-size: 1rem;
  color: #292b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.jobdetail_content .detailbx_center strong {
  font-weight: 700;
}
.jobdetail_content .detailbx_center h4,
.jobdetail_content .detailbx_center h5 {
  font-size: 1.125rem;
  color: #292b2b;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
}

: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: #2969b2;
}

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10.625rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_banner_text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.common_banner_text .w1200 {
  height: 100%;
}
.common_banner_text .center .drinkpal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
}
.common_banner_text .center .drinkpal p {
  font-size: 2.5rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.common_banner_text .center h2 {
  display: none;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_title h3 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.common_title .morebtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  padding: 0 1.25rem;
  margin-top: 1.125rem;
  border-radius: 1.125rem;
  background-color: #2969b2;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.common_morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #2b2b2b;
  text-transform: capitalize;
}
.common_morebtn a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #e4e4e4;
  font-size: 1rem;
  color: #2b2b2b;
}
.common_crumb {
  width: 100%;
  padding: 1.25rem 0;
}
.common_crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #8b8b8b;
}
.common_crumb p a {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 0 0.25rem;
}
.common_crumb p a:hover {
  color: #2969b2;
}
.common_crumb p a:first-child {
  margin-left: 0;
}
.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: #2969b2;
  border-color: #2969b2;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #2969b2;
  border-color: #2969b2;
}
.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: 2.375rem;
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #2969b2;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #2969b2;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 999;
}
.index_header_top {
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid #ebebeb;
}
.index_header_top .w1400 {
  height: 100%;
}
.index_header_top .logoimg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
}
.index_header_top .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header_top .searchbx form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_header_top .searchbx form input::-webkit-input-placeholder,
.index_header_top .searchbx form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 400;
}
.index_header_top .searchbx form input:-moz-placeholder,
.index_header_top .searchbx form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 400;
}
.index_header_top .searchbx form input::-moz-placeholder,
.index_header_top .searchbx form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 400;
}
.index_header_top .searchbx form input:-ms-input-placeholder,
.index_header_top .searchbx form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 400;
}
.index_header_top .searchbx form input {
  display: block;
  width: 20rem;
  height: 2rem;
  padding: 0 0.75rem;
  background-color: #e1e1e1;
  border: 1px solid #eee;
  border-radius: 1.125rem;
  font-size: 1rem;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_top .searchbx form button {
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 0;
  font-size: 1.125rem;
  color: #111;
}
.index_header_top .langbx {
  position: relative;
  height: auto;
  margin-left: 1.25rem;
  pointer-events: none;
  opacity: 0;
}
.index_header_top .langbx_top {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  padding: 0 0.625rem;
  border-radius: 1.125rem;
  background-color: #e1e1e1;
  z-index: 3;
}
.index_header_top .langbx_top p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 0 0.25rem;
  text-align: center;
}
.index_header_top .langbx_top i {
  font-size: 0.875rem;
  color: #2b2b2b;
}
.index_header_top .langbx_dropdown {
  position: absolute;
  top: 1rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 1.25rem;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 8px 8px 0px rgba(149, 157, 165, 0.5);
          box-shadow: 0 8px 8px 0px rgba(149, 157, 165, 0.5);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_top .langbx_dropdown a {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  text-align: center;
}
.index_header_top .langbx_dropdown a:hover {
  background-color: #e1e1e1;
}
.index_header_top .langbx:hover .langbx_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .navbox {
  position: relative;
  height: 4rem;
  background-color: #2969b2;
}
.index_header .navbox .w1400 {
  height: 100%;
}
.index_header .navbox .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 5.375rem;
}
.index_header .navbox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .navbox .logoimg img.logoM {
  display: none;
}
.index_header_nav {
  height: 100%;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.index_header_nav > ul .item {
  height: 100%;
  margin: 0 7%;
}
.index_header_nav > ul .item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  font-size: 1rem;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav > ul .item > a::after {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown {
  position: absolute;
  top: 4rem;
  left: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
  -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 > ul .item .dropdown1 {
  z-index: 49;
}
.index_header_nav > ul .item .dropdown1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.25rem 0;
}
.index_header_nav > ul .item .dropdown1 ul li {
  width: 25%;
  padding-right: 3%;
  margin-bottom: 1.5rem;
}
.index_header_nav > ul .item .dropdown1 ul li a {
  position: relative;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown1 ul li a::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #2969b2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown1 ul li a:hover {
  color: #2969b2;
}
.index_header_nav > ul .item .dropdown1 ul li a:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.index_header_nav > ul .item .dropdown2 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.index_header_nav > ul .item .dropdown2 dl dt {
  margin-bottom: 1.25rem;
}
.index_header_nav > ul .item .dropdown2 dl dt a {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown2 dl dt a:hover {
  color: #2969b2;
}
.index_header_nav > ul .item .dropdown2 dl dd:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_header_nav > ul .item .dropdown2 dl dd a {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown2 dl dd a:hover {
  color: #2969b2;
}
.index_header_nav > ul .item .dropdown3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.25rem 0;
}
.index_header_nav > ul .item .dropdown3 ul li:not(:last-child) {
  margin-right: 4%;
}
.index_header_nav > ul .item .dropdown3 ul li a {
  position: relative;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown3 ul li a::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #2969b2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .item .dropdown3 ul li a:hover {
  color: #2969b2;
}
.index_header_nav > ul .item .dropdown3 ul li a:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.index_header_nav > ul .item.active > a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.index_header_nav > ul .item:hover > a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.index_header_nav > ul .item:hover .dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 8rem;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_banner_swiper .swiper-pagination {
  bottom: 1rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.index_banner_swiper .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
}
.index_banner_swiper .swiper-btn-prev {
  left: 5%;
}
.index_banner_swiper .swiper-btn-next {
  right: 5%;
}
.index_banner_swiper .swiper-btn:hover {
  cursor: pointer;
  background: #2969b2;
  border-color: #2969b2;
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  font-size: 1.5rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_common_title .morebtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.75rem;
  padding: 0 1rem;
  margin-top: 1.125rem;
  border-radius: 1.125rem;
  background-color: #2969b2;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_product {
  padding: 3.25rem 0 3.75rem;
}
.index_product_center {
  margin-top: 1.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_product_center .zhanwei {
  width: 32%;
  height: 0;
}
.index_product_center .item {
  position: relative;
  width: 32%;
  padding: 1.5rem 1rem;
  background-color: #f6f8fa;
  border-radius: 1.875rem;
  overflow: hidden;
}
.index_product_center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_product_center .item:hover .item_textbx h4 {
  color: #2969b2;
}
.index_product_center .item .tag {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  padding: 0 1.5rem;
  border-radius: 1rem;
  background-color: #2969b2;
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_product_center .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 22/9;
}
.index_product_center .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product_center .item_textbx {
  margin-top: 0.875rem;
}
.index_product_center .item_textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 0.875rem;
}
.index_product_center .item_textbx .intro {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_solution {
  padding: 3.75rem 0 1.25rem;
}
.index_solution_center {
  margin-top: 1.875rem;
}
.index_solution_center .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.index_solution_center .item:not(:last-child) {
  border-right: 1px solid #fff;
}
.index_solution_center .item::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 105, 178, 0.5);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_solution_center .item:hover::after {
  background-color: rgba(41, 105, 178, 0);
}
.index_solution_center .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_solution_center .item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_solution_center .item h4 {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  text-align: center;
  z-index: 2;
}
.index_about {
  padding: 3.125rem 0;
}
.index_about_center .textbx {
  width: 46%;
  padding-top: 3.5rem;
}
.index_about_center .textbx_txt {
  margin-top: 3.125rem;
}
.index_about_center .textbx_txt .intro {
  margin-bottom: 4rem;
}
.index_about_center .textbx_txt .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_about_center .textbx_txt .numbox ul li {
  position: relative;
}
.index_about_center .textbx_txt .numbox ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #292b2b;
}
.index_about_center .textbx_txt .numbox ul li .numbx {
  margin-bottom: 0.25rem;
}
.index_about_center .textbx_txt .numbox ul li .numbx p {
  font-size: 1rem;
  color: #2969b2;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
}
.index_about_center .textbx_txt .numbox ul li .numbx p span {
  font-size: 2rem;
}
.index_about_center .textbx_txt .numbox ul li > p {
  font-size: 0.875rem;
  color: #292b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_about_center .imgbx {
  position: relative;
  width: 43%;
}
.index_about_center .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_about_center .imgbx .mapitem {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_about_center .imgbx .mapitem em {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #2969b2;
}
.index_about_center .imgbx .mapitem p {
  position: absolute;
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  white-space: nowrap;
}
.index_footer {
  position: relative;
  background-color: #2969b2;
}
.index_footer_top .center {
  padding: 2.5rem 0;
  border-bottom: 1px solid #fff;
}
.index_footer_top .center .infobox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_footer_top .center .infobox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index_footer_top .center .infobox ul li:not(:last-child) {
  margin-right: 7rem;
}
.index_footer_top .center .infobox ul li .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.875rem;
  aspect-ratio: 1;
}
.index_footer_top .center .infobox ul li .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_top .center .infobox ul li .textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}
.index_footer_top .center .infobox ul li .textbx h4 {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.625rem;
  white-space: nowrap;
}
.index_footer_top .center .infobox ul li .textbx p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  white-space: nowrap;
}
.index_footer_top .center .downloadbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.875rem;
  padding: 0 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_top .center .downloadbtn a i {
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_top .center .downloadbtn a p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_top .center .downloadbtn a:hover {
  background-color: #fff;
}
.index_footer_top .center .downloadbtn a:hover i,
.index_footer_top .center .downloadbtn a:hover p {
  color: #2969b2;
}
.index_footer_content .center {
  padding: 3.125rem 0;
}
.index_footer_content .center_l .footlogo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
}
.index_footer_content .center_l .footlogo img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .center_l .erweimabx {
  margin-top: 2.5rem;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.index_footer_content .center_l .erweimabx .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  padding: 0.375rem 0.375rem 0.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #fff;
}
.index_footer_content .center_l .erweimabx .item:not(:last-child) {
  margin-right: 0.375rem;
}
.index_footer_content .center_l .erweimabx .item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .center_l .erweimabx .item h4 {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-top: 0.25rem;
}
.index_footer_content .center_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 9%;
}
.index_footer_content .center_nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 15rem;
  margin-right: 8%;
}
.index_footer_content .center_nav dl:first-child {
  width: 40%;
}
.index_footer_content .center_nav dl:first-child dd {
  min-width: 18rem;
}
.index_footer_content .center_nav dl:first-child dd:nth-child(7) {
  margin-top: 2.875rem;
}
.index_footer_content .center_nav dl dt {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 1.875rem;
}
.index_footer_content .center_nav dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
.index_footer_content .center_nav dl dd a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  white-space: nowrap;
}
.index_footer_content .center_nav dl dd a:hover {
  text-decoration: underline;
}
.index_footer_copyright {
  height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  height: 100%;
}
.index_footer_copyright .w1600 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1600 p,
.index_footer_copyright .w1600 a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
}
.index_footer_copyright .w1600 a:hover {
  text-decoration: underline;
}

.import-color {
  color: #2969b2 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo_content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .common_banner {
    width: 100%;
    height: 45vh;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h2 {
    font-size: 2.5rem;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
  }
  .index_header.insidehead {
    background-color: #fff;
  }
  .index_header .w1680 {
    height: 100%;
  }
  .index_header .logoimg {
    height: 2.5rem;
  }
  .index_header .navbox {
    margin-left: auto;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #2969b2;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .rightbx {
    position: static;
    margin-left: auto;
  }
  .index_header .rightbx::after {
    display: none;
  }
  .index_header .rightbx .search {
    display: none;
  }
  .index_header .rightbx .search_M {
    display: block;
  }
  .index_header .rightbx .search_M_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 100%;
  }
  .index_header .rightbx .search_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .rightbx .search_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .rightbx .search_M_top i {
    display: none;
    font-size: 1.875rem;
    color: #333;
  }
  .index_header .rightbx .search_M_top i.iconbx1 {
    display: block;
  }
  .index_header .rightbx .search_M_top i.iconbx2 {
    display: none;
  }
  .index_header .rightbx .search_M_downdrop {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index_header .rightbx .search_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .rightbx .search_M_downdrop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(14px);
  }
  .index_header .rightbx .search_M_downdrop form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 3.625rem;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 0.625rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index_header .rightbx .search_M_downdrop form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 3.625rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index_header .rightbx .search_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .langbx {
    margin-left: 0;
    margin-right: 1rem;
  }
  .index_header .rightbx .langbx a i {
    font-size: 1.75rem;
  }
  .index_header .rightbx .langbx a span {
    font-size: 1.5rem;
    color: #111;
  }
  .index_header .rightbx .crybtn {
    margin-right: 0.625rem;
  }
  .index_header .rightbx .inner-header-icon {
    display: none;
    color: #333;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index_header .rightbx .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header .rightbx .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #2b2b2b;
  }
  .index_header .rightbx .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index_header .rightbx .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header .rightbx .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index_header .rightbx .inner-header-icon-click span {
    background: #333;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index_header .rightbx .inner-header-icon-out span {
    background: #333;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @-webkit-keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet-active {
    background: #2969b2;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_common_title h3 {
    font-size: 1.875rem;
    line-height: 1.5em;
  }
  .index_profile {
    padding: 4rem 0;
  }
  .index_profile .imgbx {
    display: none;
  }
  .index_profile .textbx {
    width: 100%;
  }
  .index_profile .textbx_txt {
    margin-bottom: 3rem;
  }
  .index_profile .textbx .numbox ul li .numbx p span {
    font-size: 2.875rem;
  }
  .index_service {
    padding: 2rem 0 0;
  }
  .index_service .index_common_title {
    padding: 0 1rem;
  }
  .index_service_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_service_content .item {
    width: 100vw;
    height: auto;
  }
  .index_service_content .item.active {
    width: 100vw;
  }
  .index_service_content .item_first {
    display: none;
  }
  .index_service_content .item_two {
    position: relative;
    left: 0;
    width: 100vw;
    padding: 2.5rem 0;
  }
  .index_service_content .item_two .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1rem;
  }
  .index_service_content .item_two .center_textbx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .index_service_content .item_two .center_imgbx {
    width: 100%;
  }
  .index_service_content .item_two .center_imgbx img {
    width: 80%;
    margin: 0 auto;
  }
  .index_introduce {
    padding: 4rem 0;
  }
  .index_introduce_content .item {
    width: 100%;
  }
  .index_introduce_content .item:first-child, .index_introduce_content .item:nth-child(2) {
    margin-bottom: 0;
  }
  .index_introduce_content .item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .index_solution {
    padding: 4rem 0;
  }
  .index_solution_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_solution_content .leftnav {
    width: 100%;
    border-right: 0;
  }
  .index_solution_content .leftnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
  }
  .index_solution_content .leftnav ul li {
    padding: 0 1.25rem;
  }
  .index_solution_content .leftnav ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .index_solution_content .leftnav ul li span {
    white-space: nowrap;
  }
  .index_solution_content .rightbox {
    width: 100%;
  }
  .index_solution_content .rightbox_item .logolist {
    margin-bottom: 2rem;
  }
  .index_solution_content .rightbox_item .logolist_tag {
    width: 32%;
    margin-bottom: 0.625rem;
  }
  .index_solution_content .rightbox_item .logolist .zhanwei {
    width: 32%;
  }
  .index_new_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new_content .firstitem {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_new_content .rightbx {
    width: 100%;
  }
  .index_new_content .rightbx .item {
    padding: 0.75rem 0;
  }
  .index_new_content .rightbx .item_imgbx {
    width: 38%;
  }
  .index_new_content .rightbx .item_textbx h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_case {
    padding: 4rem 0;
  }
  .index_case_content {
    display: block;
  }
  .index_case_content .item {
    width: 100%;
  }
  .index_case_content .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_achievement {
    padding: 4rem 0 8rem;
  }
  .index_achievement_content {
    display: block;
  }
  .index_achievement_content .item {
    width: 100%;
  }
  .index_achievement_content .item:not(:last-child) {
    margin-bottom: 8rem;
  }
  .index_achievement_content .item_center .imgbx {
    -webkit-transform: translateY(19%);
        -ms-transform: translateY(19%);
            transform: translateY(19%);
  }
  .index_video_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
  .index_video_content .leftbx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_video_content .leftbx .item {
    width: 49%;
  }
  .index_video_content .leftbx .item:not(:last-child) {
    margin-bottom: 0;
  }
  .index_video_content .rightbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
  .index_partner_content {
    padding: 0 1rem;
  }
  .index_partner_content .item {
    width: 32%;
  }
  .index_footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_footer_content .leftbx {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 0;
  }
  .index_footer_content .leftbx .item {
    width: 32%;
  }
  .index_footer_content .leftbx .item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .index_footer_content .rightbx {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_footer_content .rightbx_imgbx {
    width: 36%;
  }
  .index_footer_content .rightbx .media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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 .w1500 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_copyright .w1500 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1500 p:first-child {
    margin-right: 0;
  }
  .index_footer_copyright .w1500 p:last-child {
    display: none;
  }
  .profile_info {
    padding: 4rem 0;
  }
  .profile_info .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile_info .leftbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .profile_info .rightbx {
    width: 100%;
  }
  .profile_course {
    padding: 4rem 0 0;
  }
  .profile_course .profile_course_swiper .swiper-slide .intro {
    top: 0;
    max-height: 20rem;
    opacity: 1;
  }
  .profile_honor {
    padding: 4rem 0;
  }
  .profile_honor_center {
    margin-top: 2.5rem;
  }
  .profile_honor_center .item {
    width: 49%;
  }
  .profile_job_center {
    margin-top: 2.5rem;
  }
  .profile_job_center .item_hd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
  }
  .profile_job_center .item_hd_md:nth-child(2), .profile_job_center .item_hd_md:nth-child(4) {
    display: none;
  }
  .profile_job_center .item_hd_md:first-child {
    width: 42%;
  }
  .profile_job_center .item_bd .detail {
    padding: 4rem 1rem 1.25rem;
  }
  .profile_job_center .item_bd .detail_text {
    padding: 0 0 1.875rem;
  }
  .achievement_content .listbx .item {
    width: 49%;
    margin-bottom: 1.5rem;
  }
  .client_content .topbox {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
  .client_content .topbox .client_swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .client_content .topbox .client_swiper .swiper-slide .imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .client_content .topbox .client_swiper .swiper-slide .textbx {
    width: 100%;
  }
  .client_content .listbox_center .item {
    width: 100%;
  }
  .product_banner {
    margin-top: 5rem;
  }
  .product_banner > img {
    display: none !important;
  }
  .product_banner_center {
    position: static;
    margin: 1rem 0 2.5rem;
  }
  .product_banner_center .textbx {
    width: 100%;
  }
  .product_banner_center .textbx_hd br {
    display: none;
  }
  .product_banner .productimg {
    position: static;
    width: 100%;
  }
  .product_pagenav {
    top: 5rem;
  }
  .product_pagenav .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
  .product_pagenav .list li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .product_pagenav .list li a {
    white-space: nowrap;
  }
  .product_md1_center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_md1_center .leftbx {
    width: 100%;
  }
  .product_md1_center .rightbx {
    width: 100%;
  }
  .partner_content_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner_content_list .item {
    width: 100%;
  }
  .partner_content_list .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .message {
    padding: 8rem 1rem 0;
  }
  .message .imgbx {
    display: none;
  }
  .message_formbox {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .technology_content_center .md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology_content_center .md h4 {
    width: 100%;
  }
  .technology_content_center .md_list {
    margin-top: 1.875rem;
  }
  .technology_content_center .md_list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology_content_center .md_list .item_textbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin-top: 1.875rem;
  }
  .partnermess {
    padding: 8rem 1rem 4rem;
    height: auto;
  }
  .partnermess .imgbx {
    display: none;
  }
  .partnermess_formbox {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .support_content {
    padding: 4rem 0;
  }
  .support_content_center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support_content_center .leftbx {
    width: 100%;
  }
  .support_content_center .rightbx {
    width: 80%;
    margin: 2rem auto 0;
  }
  .new_content {
    padding: 4rem 0;
  }
  .new_content .leftbx {
    float: none;
    width: 100%;
  }
  .new_content .leftbx_list .item_imgbx {
    width: 40%;
  }
  .new_content .leftbx_list .item_textbx .txt .morebtn {
    display: none;
  }
  .new_content .rightbx {
    float: none;
    display: none;
    width: 100%;
  }
  .newdetail_content {
    height: auto;
  }
  .newdetail_content .leftbx {
    width: 100%;
  }
  .newdetail_content .leftbx_descbx .detailbox {
    margin-bottom: 2.5rem;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox {
    width: 100%;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox i {
    display: none;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox.prevpage {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox.nextpage .txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .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,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 2rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 1.25rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 1.25rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 6rem;
  }
  .index_footer {
    position: relative;
    background-color: #2969b2;
  }
  .index_footer_top .center {
    padding: 1.5rem 0;
    border-bottom: 1px solid #fff;
  }
  .index_footer_top .center .infobox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_footer_top .center .infobox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .index_footer_top .center .infobox ul li:not(:last-child) {
    margin-right: 5rem;
  }
  .index_footer_top .center .infobox ul li .iconbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.875rem;
    aspect-ratio: 1;
  }
  .index_footer_top .center .infobox ul li .iconbx img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_footer_top .center .infobox ul li .textbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.25rem;
  }
  .index_footer_top .center .infobox ul li .textbx h4 {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 0.625rem;
    white-space: nowrap;
  }
  .index_footer_top .center .infobox ul li .textbx p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    white-space: nowrap;
  }
  .index_footer_top .center .rightbx .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6rem;
    padding: 0.375rem 0.375rem 0.25rem;
    border-radius: 0.3125rem;
    border: 1px solid #fff;
  }
  .index_footer_top .center .rightbx .item:not(:last-child) {
    margin-right: 0.375rem;
  }
  .index_footer_top .center .rightbx .item img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_footer_top .center .rightbx .item h4 {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin-top: 0.25rem;
  }
  .index_footer_content .center_nav {
    padding-left: 7%;
  }
  .index_footer_content .center_nav dl {
    max-height: 14rem;
    margin-right: 8%;
  }
  .index_footer_content .center_nav dl:first-child dd {
    min-width: 15rem;
  }
  .index_footer_content .center_nav dl:first-child dd:nth-child(7) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
  }
  .common_banner {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10.625rem;
  }
  .common_banner img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common_banner_text {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .common_banner_text .w1200 {
    height: 100%;
  }
  .common_banner_text .center .drinkpal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5rem;
  }
  .common_banner_text .center .drinkpal p {
    font-size: 2.5rem;
    color: #000;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "SourceHanSansCN-Regular";
    text-transform: uppercase;
  }
  .common_banner_text .center h2 {
    display: none;
    font-size: 2.5rem;
    color: #000;
    line-height: 1.3em;
    font-weight: 700;
    font-family: "SourceHanSansCN-Regular";
    text-transform: uppercase;
  }
  .common_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common_title h3 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .common_title .morebtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2rem;
    padding: 0 1.25rem;
    margin-top: 1.125rem;
    border-radius: 1.125rem;
    background-color: #2969b2;
    font-size: 0.875rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .common_morebtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    color: #2b2b2b;
    text-transform: capitalize;
  }
  .common_morebtn a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #e4e4e4;
    font-size: 1rem;
    color: #2b2b2b;
  }
  .common_crumb {
    width: 100%;
    padding: 1.25rem 0;
  }
  .common_crumb p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    color: #8b8b8b;
  }
  .common_crumb p a {
    font-size: 0.75rem;
    color: #8b8b8b;
    line-height: 1.7em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin: 0 0.25rem;
  }
  .common_crumb p a:hover {
    color: #2969b2;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .common_pagebtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #232323;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .common_pagebtn a:hover {
    color: #2969b2;
  }
  .index_header_top .searchbx form input::-webkit-input-placeholder,
  .index_header_top .searchbx form textarea::-webkit-input-placeholder {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 400;
  }
  .index_header_top .searchbx form input:-moz-placeholder,
  .index_header_top .searchbx form textarea:-moz-placeholder {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 400;
  }
  .index_header_top .searchbx form input::-moz-placeholder,
  .index_header_top .searchbx form textarea::-moz-placeholder {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 400;
  }
  .index_header_top .searchbx form input:-ms-input-placeholder,
  .index_header_top .searchbx form textarea:-ms-input-placeholder {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 400;
  }
  .index_header_top .searchbx form input {
    font-size: 0.75rem;
  }
  .index_header .navbox {
    height: 3.125rem;
  }
  .index_header_nav {
    height: 100%;
  }
  .index_header_nav_M {
    display: none;
  }
  .index_header_nav > ul .item > a {
    font-size: 0.875rem;
    line-height: 3.125rem;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_header_nav > ul .item > a::after {
    position: absolute;
    bottom: 0.875rem;
    height: 0.125rem;
  }
  .index_header_nav > ul .item .dropdown {
    top: 3.125rem;
  }
  .index_header_nav > ul .item .dropdown1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.25rem 0;
  }
  .index_header_nav > ul .item .dropdown1 ul li a {
    position: relative;
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index_header_nav > ul .item .dropdown2 .w1400 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .index_header_nav > ul .item .dropdown2 dl:not(:last-child) {
    margin-right: 5%;
  }
  .index_header_nav > ul .item .dropdown2 dl dt {
    margin-bottom: 0.5rem;
  }
  .index_header_nav > ul .item .dropdown2 dl dt a {
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index_header_nav > ul .item .dropdown2 dl dt a:hover {
    color: #2969b2;
  }
  .index_header_nav > ul .item .dropdown2 dl dd:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .index_header_nav > ul .item .dropdown2 dl dd a {
    font-size: 0.75rem;
    color: #8b8b8b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index_header_nav > ul .item .dropdown2 dl dd a:hover {
    color: #2969b2;
  }
  .index_header_nav > ul .item .dropdown3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.25rem 0;
  }
  .index_header_nav > ul .item .dropdown3 ul li:not(:last-child) {
    margin-right: 4%;
  }
  .index_header_nav > ul .item .dropdown3 ul li a {
    position: relative;
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index_header_nav > ul .item .dropdown3 ul li a::after {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    content: "";
    display: block;
    width: 100%;
    height: 0.1875rem;
    background-color: #2969b2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index_header_nav > ul .item .dropdown3 ul li a:hover {
    color: #2969b2;
  }
  .index_header_nav > ul .item .dropdown3 ul li a:hover::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .index_header_nav > ul .item.active > a::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .index_header_nav > ul .item:hover > a::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .index_header_nav > ul .item:hover .dropdown {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    visibility: visible;
    opacity: 1;
  }
  .index_banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 7.125rem;
    z-index: 1;
  }
  .index_banner_swiper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index_banner_swiper .swiper-slide {
    position: relative;
  }
  .index_banner_swiper .swiper-slide .swiper-animation {
    opacity: 0;
  }
  .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_banner_swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index_banner_swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
  .index_banner_swiper .swiper-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
  }
  .index_banner_swiper .swiper-btn-prev {
    left: 10%;
  }
  .index_banner_swiper .swiper-btn-next {
    right: 10%;
  }
  .index_banner_swiper .swiper-btn span {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5rem;
  }
  .index_banner_M {
    display: none;
  }
  .index_common_title h3 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_common_title .morebtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.5rem;
    padding: 0 0.625rem;
    margin-top: 1.125rem;
    border-radius: 1.125rem;
    background-color: #2969b2;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_product {
    padding: 3.25rem 0 3.75rem;
  }
  .index_product_center .item .tag {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.5rem;
    padding: 0 1rem;
    border-radius: 1rem;
    background-color: #2969b2;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_product_center .item_textbx {
    margin-top: 0.875rem;
  }
  .index_product_center .item_textbx h4 {
    font-size: 1rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 0.5rem;
  }
  .index_product_center .item_textbx .intro {
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 1.3em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_solution {
    padding: 3.75rem 0 1.25rem;
  }
  .index_solution_center {
    margin-top: 1.875rem;
  }
  .index_solution_center .item h4 {
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1rem;
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    text-align: center;
    z-index: 2;
  }
  .index_about {
    padding: 3.125rem 0;
  }
  .index_about_center .textbx {
    width: 46%;
    padding-top: 3.5rem;
  }
  .index_about_center .textbx_txt {
    margin-top: 3.125rem;
  }
  .index_about_center .textbx_txt .intro {
    margin-bottom: 4rem;
  }
  .index_about_center .textbx_txt .intro p {
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 2em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_about_center .textbx_txt .numbox ul li {
    position: relative;
  }
  .index_about_center .textbx_txt .numbox ul li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -47%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #292b2b;
  }
  .index_about_center .textbx_txt .numbox ul li .numbx {
    margin-bottom: 0.25rem;
  }
  .index_about_center .textbx_txt .numbox ul li .numbx p {
    font-size: 1rem;
    color: #2969b2;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
  }
  .index_about_center .textbx_txt .numbox ul li .numbx p span {
    font-size: 1.5rem;
  }
  .index_about_center .textbx_txt .numbox ul li > p {
    font-size: 0.75rem;
    color: #292b2b;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .index_about_center .imgbx {
    position: relative;
    width: 43%;
  }
  .index_about_center .imgbx img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_about_center .imgbx .mapitem {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .index_about_center .imgbx .mapitem em {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #2969b2;
  }
  .index_about_center .imgbx .mapitem p {
    position: absolute;
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    white-space: nowrap;
  }
  .index_footer {
    position: relative;
    background-color: #2969b2;
  }
  .index_footer_top .center {
    padding: 1.5rem 0;
    border-bottom: 1px solid #fff;
  }
  .index_footer_top .center .infobox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_footer_top .center .infobox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .index_footer_top .center .infobox ul li:not(:last-child) {
    margin-right: 5rem;
  }
  .index_footer_top .center .infobox ul li .iconbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.875rem;
    aspect-ratio: 1;
  }
  .index_footer_top .center .infobox ul li .iconbx img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_footer_top .center .infobox ul li .textbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.25rem;
  }
  .index_footer_top .center .infobox ul li .textbx h4 {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 0.625rem;
    white-space: nowrap;
  }
  .index_footer_top .center .infobox ul li .textbx p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    white-space: nowrap;
  }
  .index_footer_top .center .rightbx .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6rem;
    padding: 0.375rem 0.375rem 0.25rem;
    border-radius: 0.3125rem;
    border: 1px solid #fff;
  }
  .index_footer_top .center .rightbx .item:not(:last-child) {
    margin-right: 0.375rem;
  }
  .index_footer_top .center .rightbx .item img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_footer_top .center .rightbx .item h4 {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin-top: 0.25rem;
  }
  .index_footer_content .center_nav {
    padding-left: 7%;
  }
  .index_footer_content .center_nav dl {
    max-height: 14rem;
    margin-right: 8%;
  }
  .index_footer_content .center_nav dl:first-child dd {
    min-width: 16rem;
  }
  .index_footer_content .center_nav dl:first-child dd:nth-child(7) {
    margin-top: 2.75rem;
  }
  .download_content_navlist ul {
    height: 3.75rem;
  }
  .download_content_navlist ul li a {
    font-size: 1rem;
    line-height: 3.75rem;
  }
  .download_content_bd .item {
    height: 3.75rem;
  }
  .download_content_bd .item a p {
    font-size: 1rem;
  }
  .download_content_bd .item a i {
    font-size: 1.5rem;
  }
  .product {
    margin-top: 7.125rem;
    background-color: #fff;
  }
  .product .head {
    padding: 1rem 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .product .head h2 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .product_content .center {
    height: 80vh;
  }
  .product_content .center .w1400 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .product_content .center .left_navbox_hd {
    height: 2.5rem;
  }
  .product_content .center .left_navbox_hd h3 {
    font-size: 0.75rem;
    line-height: 2.5rem;
  }
  .product_content .center .left_navbox_bd li {
    height: 2.5rem;
  }
  .product_content .center .left_navbox_bd li a {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .product_content .center .left_filter_hd {
    height: 2.5rem;
  }
  .product_content .center .left_filter_hd h3 {
    font-size: 0.75rem;
    line-height: 2.5rem;
  }
  .product_content .center .left_filter_bd > li .level1 {
    height: 2.4375rem;
  }
  .product_content .center .left_filter_bd > li .dropdown li {
    height: 2.5rem;
  }
  .product_content .center .left_filter_bd > li .dropdown li p {
    font-size: 0.75rem;
  }
  .product_content .center .right_search {
    top: -5.5rem;
  }
  .product_content .center .right .right_tablebx table thead {
    height: 2.5rem;
  }
  .product_content .center .right .right_tablebx table thead th p {
    font-size: 0.75rem;
  }
  .product_content .center .right .right_tablebx table tbody tr {
    height: 2.5rem;
  }
  .product_content .center .right .right_tablebx table tbody tr td p {
    font-size: 0.75rem;
  }
  .productdetail_content .topbox_body .leftbx {
    height: 23rem;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 20%;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 1.875rem;
    height: 100%;
    background-color: transparent;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn.swiper-button-disabled {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn.swiper-button-disabled span {
    color: rgba(0, 0, 0, 0.1);
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn:hover span {
    color: #2969b2;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn span {
    font-size: 1.5rem;
    color: #666;
    line-height: 1em;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn:hover span {
    opacity: 1;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn-prev {
    left: 0.5%;
  }
  .productdetail_content .topbox_body .leftbx .leftswiper .swiper-btn-next {
    right: 0.5%;
  }
  .productdetail_content .topbox_body .rightbx {
    width: 55%;
    padding: 3% 0;
  }
  .productdetail_content .topbox_body .rightbx_txt h3 {
    font-size: 1.125rem;
    color: #2b2b2b;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    margin-bottom: 0.625rem;
  }
  .productdetail_content .topbox_body .rightbx_txt .intro {
    min-height: 8rem;
  }
  .productdetail_content .topbox_body .rightbx_txt .intro p {
    font-size: 0.875rem;
    color: #2b2b2b;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .productdetail_content .topbox_body .rightbx .download a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2rem;
  }
  .productdetail_content .topbox_body .rightbx .download a .iconbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2969b2;
    width: 2rem;
    height: 2rem;
  }
  .productdetail_content .topbox_body .rightbx .download a .iconbx i {
    font-size: 1rem;
    color: #fff;
  }
  .productdetail_content .topbox_body .rightbx .download a p {
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 2rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    padding: 0 0.625rem;
    background-color: #cccccc;
  }
  .productdetail_content .navbox {
    width: 100%;
    height: 2.5rem;
    margin: 2.5rem 0 1.25rem;
    background: #f9f9f9;
  }
  .productdetail_content .navbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .productdetail_content .navbox ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding: 0 2.5rem;
  }
  .productdetail_content .navbox ul li p {
    font-size: 0.875rem;
    color: #2b2b2b;
    line-height: 2.5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .productdetail_content .navbox ul li:hover {
    cursor: pointer;
  }
  .productdetail_content .navbox ul li.active {
    background-color: #2969b2;
  }
  .productdetail_content .navbox ul li.active p {
    color: #fff;
  }
  .productdetail_content .detailbox {
    width: 100%;
  }
  .productdetail_content .detailbox_item {
    display: none;
    width: 100%;
    padding: 2.5rem;
    background: #f9f9f9;
  }
  .productdetail_content .detailbox_item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productdetail_content .detailbox_item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 28rem;
  }
  .productdetail_content .detailbox_item:first-child .md {
    width: 50%;
    margin-bottom: 2.5rem;
  }
  .productdetail_content .detailbox_item:first-child .md h4 {
    position: relative;
    font-size: 0.875rem;
    color: #2969b2;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .productdetail_content .detailbox_item:first-child .md h4::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0.3125rem;
    height: 100%;
    background-color: #2969b2;
  }
  .productdetail_content .detailbox_item:first-child .md p {
    position: relative;
    padding-left: 0.75rem;
  }
  .productdetail_content .detailbox_item:first-child .md p::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: #2b2b2b;
    border-radius: 50%;
  }
  .productdetail_content .detailbox_item p {
    font-size: 0.75rem;
    color: #2b2b2b;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .productdetail_content .detailbox_item strong {
    font-weight: 700;
  }
  .productdetail_content .detailbox_item img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .solution {
    margin-top: 7.125rem;
    background-color: #fff;
  }
  .solution_content {
    padding-bottom: 6.25rem;
  }
  .solution_content .head {
    padding: 1rem 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .solution_content .head h2 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .solution_content .center h4 {
    font-size: 1.25rem;
  }
  .solution_content .center_list .list .item_head {
    height: 3.125rem;
  }
  .solution_content .center_list .list .item_head_l .iconbx {
    width: 1.5rem;
  }
  .solution_content .center_list .list .item_head_l h5 {
    font-size: 1rem;
  }
  .solution_content .center_list .list .item_head i {
    font-size: 1.25rem;
  }
  .solution_content .center_list .list .item_bd ul li a {
    font-size: 0.875rem;
  }
  .solutiondetail_content_bd .imgbx {
    width: 55%;
  }
  .solutiondetail_content_bd .listbox {
    width: 45%;
  }
  .about_profile_content .rightbx .intro {
    margin-bottom: 1.5rem;
  }
  .about_profile_content .rightbx .intro p {
    line-height: 1.5rem;
  }
  .about_profile_content .rightbx .numlist .item:first-child, .about_profile_content .rightbx .numlist .item:nth-child(2) {
    margin-bottom: 1.25rem;
  }
  .about_job_content .zhanwei {
    width: 24%;
  }
  .about_job_content .item {
    width: 24%;
    aspect-ratio: 16/9;
  }
  .new {
    margin-top: 7.125rem;
    background-color: #f7f7f7;
  }
  .new_content {
    padding: 2.5rem 0;
  }
  .new_content .title h3 {
    font-size: 1.25rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    margin-bottom: 0.625rem;
  }
  .new_content .title p {
    font-size: 0.875rem;
    color: #2b2b2b;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .new_content .listbox {
    margin: 3.125rem 0;
  }
  .new_content .listbox .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .new_content .listbox .item:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .new_content .listbox .item:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  }
  .new_content .listbox .item:hover .item_imgbx img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
  .new_content .listbox .item:hover .item_textbx .txt h4 {
    color: #2969b2;
  }
  .new_content .listbox .item:hover .item_textbx .detailbx {
    color: #2969b2;
  }
  .new_content .listbox .item:hover .item_textbx .detailbx i {
    color: #2969b2;
  }
  .new_content .listbox .item_imgbx {
    width: 37.5%;
    min-height: 14.25rem;
    aspect-ratio: 30/14;
    overflow: hidden;
  }
  .new_content .listbox .item_imgbx img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .new_content .listbox .item_textbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3% 1.875rem;
  }
  .new_content .listbox .item_textbx .txt h4 {
    font-size: 0.875rem;
    color: #2b2b2b;
    line-height: 1.875rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    margin-bottom: 0.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .new_content .listbox .item_textbx .txt .intro p {
    font-size: 0.75rem;
    color: #999;
    line-height: 1.625rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .new_content .listbox .item_textbx .detailbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    color: #292b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .new_content .listbox .item_textbx .detailbx i {
    font-size: 0.75rem;
    color: #292b2b;
    margin-left: 0.625rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .newdetail {
    margin-top: 7.125rem;
    background-color: #f7f7f7;
  }
  .newdetail_content {
    padding: 4rem 0 5rem;
  }
  .newdetail_content .center {
    padding: 2.5rem;
    background-color: #fff;
  }
  .newdetail_content .head {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #818181;
  }
  .newdetail_content .head h3 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
    margin-bottom: 0.625rem;
  }
  .newdetail_content .head .time {
    font-size: 0.875rem;
    color: #999;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .newdetail_content .detailbx {
    padding: 1.5rem 0;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #818181;
  }
  .newdetail_content .detailbx p {
    font-size: 0.75rem;
    color: #292b2b;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .newdetail_content .detailbx strong {
    font-weight: 700;
  }
  .newdetail_content .detailbx .downbtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    padding: 0 0.75rem;
    margin-top: 2.5rem;
    background-color: #dadada;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .newdetail_content .detailbx .downbtn:hover {
    background-color: #2969b2;
  }
  .newdetail_content .detailbx .downbtn:hover span,
  .newdetail_content .detailbx .downbtn:hover i {
    color: #fff;
  }
  .newdetail_content .detailbx .downbtn .iconbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2rem;
    height: 2rem;
  }
  .newdetail_content .detailbx .downbtn .iconbx img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .newdetail_content .detailbx .downbtn span {
    font-size: 0.875rem;
    color: #292b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin: 0 0.625rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .newdetail_content .detailbx .downbtn i {
    font-size: 0.875rem;
    color: #292b2b;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .job {
    margin-top: 7.125rem;
    background-color: #fff;
  }
  .job_content {
    padding: 3.125rem 0;
  }
  .job_content .title h3 {
    font-size: 1.25rem;
    color: #2b2b2b;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    margin-bottom: 0.625rem;
  }
  .job_content .title p {
    font-size: 0.875rem;
    color: #2b2b2b;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .job_content .listbox {
    margin: 3.125rem 0 0;
    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;
  }
  .job_content .listbox .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30%;
    aspect-ratio: 16/7;
    margin-bottom: 3.125rem;
    padding: 0 4%;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 1.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .job_content .listbox .item:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.18);
  }
  .job_content .listbox .item:hover .item_iconbx img {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .job_content .listbox .item:hover h4 {
    color: #2969b2;
  }
  .job_content .listbox .item_iconbx {
    position: relative;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .job_content .listbox .item_iconbx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .job_content .listbox .item h4 {
    font-size: 0.875rem;
    color: #2b2b2b;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .job_content .loadmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.25rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    background-color: #2969b2;
    border-radius: 1.125rem;
  }
  .job_content .loadmore p {
    font-size: 1rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin-right: 0.625rem;
  }
  .job_content .loadmore i {
    font-size: 1rem;
    color: #fff;
  }
  .job_content .loadmore:hover {
    cursor: pointer;
  }
  .jobdetail {
    margin-top: 7.125rem;
    background-color: #f7f7f7;
  }
  .jobdetail_content {
    padding: 3.125rem 0;
  }
  .jobdetail_content .center {
    padding: 0 2.5rem;
    background-color: #fff;
  }
  .jobdetail_content .head {
    border-bottom: 1px solid #818181;
  }
  .jobdetail_content .head h3 {
    font-size: 1.25rem;
    color: #2969b2;
    line-height: 5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Bold";
  }
  .jobdetail_content .detailbx {
    padding: 2.5rem 0;
  }
  .jobdetail_content .detailbx_center p {
    font-size: 0.875rem;
    color: #292b2b;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
  }
  .jobdetail_content .detailbx_center strong {
    font-weight: 700;
  }
  .jobdetail_content .detailbx_center h4,
  .jobdetail_content .detailbx_center h5 {
    font-size: 0.875rem;
    color: #292b2b;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Medium";
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}