@charset "UTF-8";
:root {
  --Primary-color: #d6000f;
  --Secondary-color: #d6000f;
  --color-gray: #777777;
  --color-gray-light: #999999;
  --color-white: #ffffff;
  --color-black: #222222;
  --color-bg-light: #ebebeb;
}

/*
字体: 24。16。----  30。18。
间距: 120。60。
*/
.textColor {
  color: #d6000f;
  color: var(--Primary-color);
}

.textColorGray {
  color: #666666;
  color: var(--color-gray);
}

.textCenter {
  text-align: center;
}

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

.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alignCenter {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.justifyCenter {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

img {
  display: inline-block;
}

a:hover {
  color: #d6000f;
  color: var(--Primary-color);
}

.staticHeader .section .css_banner .swiper-slide {
  height: calc(100vh - 90px);
}

.inAbout {
  width: 100%;
  overflow: hidden;
}
.inAbout__con {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inAbout__con > .left {
  width: 44%;
  padding-left: calc((100% - 1680px) / 2);
}
.inAbout__con > .right {
  width: 54.3%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}
.inAbout__con > .right img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.inAbout__con > .right strong {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 100%;
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.inAbout .title h2 {
  color: var(--color-black);
  font-weight: 700;
}
.inAbout .p {
  color: var(--color-gray);
  padding-right: 90px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.inAbout .primary_btn {
  margin-left: 0;
  margin-right: 0;
}
.inAbout .number {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.inAbout .number dl {
  width: 25%;
  min-height: 126px;
  padding: 25px 25px;
  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;
  color: var(--Primary-color);
  background: var(--color-white);
  border-right: 1px solid #eee;
}
.inAbout .number dl:hover {
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Primary-color)), to(#ea5a1e));
  background: linear-gradient(180deg, var(--Primary-color), #ea5a1e);
}
.inAbout .number dl:hover dd {
  color: var(--color-white);
}
.inAbout .number dl:last-child {
  border-right: 0px;
}
.inAbout .number dt {
  white-space: nowrap;
  line-height: 1;
  position: relative;
}
.inAbout .number dd {
  margin-top: 14px;
  color: var(--color-gray);
  line-height: 1.5;
}
.inAbout .number sup {
  margin-left: 3px;
  vertical-align: top;
  position: absolute;
  top: 15px;
  font-size: 20px;
}
.inAbout .number .numCX {
  display: inline-block;
  min-width: 2ch;
  font-size: 60px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.inAbout .number #mumC1,
.inAbout .number #mumC2 {
  min-width: 3ch;
}

@media only screen and (max-width: 1700px) {
  .inAbout__con > .left {
    padding-left: 5%;
  }
  .inAbout__con > .right {
    min-height: 470px;
  }
  .inAbout .p {
    padding-right: 4vw;
  }
  .inAbout .number dl {
    padding: 1.5vw 15px;
    min-height: auto;
  }
  .inAbout .number .numCX {
    font-size: 40px;
  }
  .inAbout .number dd {
    font-size: 14px;
  }
  .inAbout .number sup {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1400px) {
  .inAbout .p {
    -webkit-line-clamp: 6;
  }
  .inAbout .number dd {
    font-size: 12px;
  }
}
.inAbout .number.mo_div {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .inAbout .number sup {
    top: 5px;
  }
  .inAbout .number.pc_div {
    display: none;
  }
  .inAbout .number.mo_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inAbout .number dl {
    border: 0px;
  }
  .inAbout__con > .right {
    min-height: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .inAbout .number.pc_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inAbout .number.mo_div {
    display: none;
  }
  .inAbout__con > .left, .inAbout__con > .right {
    width: 100%;
  }
  .inAbout__con > .right {
    height: 62vw;
    max-height: 720px;
    min-height: auto;
    margin-top: 50px;
  }
  .inAbout__con > .left {
    padding-top: 0;
  }
  .inAbout__con > .right {
    height: 62vw;
    min-height: 0;
    margin-top: 35px;
  }
  .inAbout__con > .right strong {
    top: 25px;
    padding: 0 20px;
    font-size: 20px;
  }
  .inAbout .number {
    margin-top: 35px;
  }
  .inAbout .number dl {
    width: 50%;
    min-height: 112px;
    padding: 12px 15px;
  }
  .inAbout .number .numCX {
    font-size: 36px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inAbout__con > .right img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.inProduct {
  width: 100%;
  overflow: hidden;
}
.inProduct > .title h2 {
  color: var(--color-black);
  font-weight: 700;
}
.inProduct__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inProduct__tabs button {
  width: 17%;
  padding: 0 0px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #999999;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.inProduct__tabs button::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--Primary-color);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.inProduct__tabs button .icon {
  margin-right: 14px;
  line-height: 1;
  display: inline-block;
}
.inProduct__tabs button .icon svg {
  width: 32px;
  height: 32px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.inProduct__tabs button .icon path {
  fill: #999;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.inProduct__tabs button:hover, .inProduct__tabs button:focus, .inProduct__tabs button.active {
  color: var(--Primary-color);
  font-weight: 700;
}
.inProduct__tabs button:hover .icon path, .inProduct__tabs button.active .icon path {
  fill: var(--Primary-color);
}
.inProduct__tabs button.active::after {
  width: 100%;
}
.inProduct__panels {
  width: 100%;
}
.inProduct__panels .js_product_panel {
  width: 100%;
  height: 41.666vw;
  min-height: 470px;
  position: relative;
  overflow: hidden;
}
.inProduct__panels .js_product_panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 17, 35, 0.72)), color-stop(55%, rgba(4, 17, 35, 0)));
  background: linear-gradient(to top, rgba(4, 17, 35, 0.72), rgba(4, 17, 35, 0) 55%);
}
.inProduct__panels .js_product_panel > .img,
.inProduct__panels .js_product_panel > .img img {
  width: 100%;
  height: 100%;
}
.inProduct__panels .js_product_panel > .img img {
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.inProduct__panels .js_product_panel > .text {
  position: absolute;
  left: 50%;
  bottom: 55px;
  z-index: 2;
  color: var(--color-white);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.inProduct__panels .js_product_panel > .text h3 {
  width: 170px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  height: 100%;
}
.inProduct__panels .js_product_panel > .text h3::after {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-white);
}
.inProduct__panels .js_product_panel > .text h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 1px;
  height: 100%;
  background: var(--color-gray);
}
.inProduct__panels .js_product_panel > .text p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 80px;
  height: 4.8em;
  line-height: 1.6;
  display: -ms-flexbox;
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制为 3 行 */
  -webkit-box-orient: vertical;
}
.inProduct__panels .js_product_panel > .text .primary_btn {
  margin-left: auto;
  margin-right: 0;
  color: #666;
  background-color: #fff;
}
.inProduct__panels .js_product_panel > .text .primary_btn:hover {
  background: var(--Primary-color);
  color: #fff;
}
.inProduct__panels .js_product_panel > .text .primary_btn:hover .button_text:after {
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .inProduct__panels .js_product_panel > .text {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .inProduct__tabs button {
    font-size: 16px;
  }
  .inProduct__tabs button .icon {
    margin-right: 8px;
  }
  .inProduct__panels .js_product_panel > .text h3 {
    width: 22%;
  }
  .inProduct__panels .js_product_panel > .text p {
    width: 60%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .inProduct__tabs::-webkit-scrollbar {
    display: none; /* Chrome、Safari */
    width: 0;
    height: 0;
  }
  .inProduct__tabs {
    margin-top: 35px;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE11 */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch; /* Safari */
  }
  .inProduct__tabs button {
    width: auto;
    min-width: 128px;
    padding: 0 15px 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inProduct__tabs button .icon {
    font-size: 22px;
  }
  .inProduct__panels {
    margin-top: 25px;
  }
  .inProduct__panels .js_product_panel {
    height: 300px;
    min-height: 300px;
  }
  .inProduct__panels .js_product_panel::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 17, 35, 0.72)), color-stop(55%, rgba(4, 17, 35, 0.2)));
    background: linear-gradient(to top, rgba(4, 17, 35, 0.72), rgba(4, 17, 35, 0.2) 55%);
  }
  .inProduct__panels .js_product_panel > .text {
    bottom: 30px;
    display: block;
  }
  .inProduct__panels .js_product_panel > .text h3,
  .inProduct__panels .js_product_panel > .text p {
    width: 100%;
  }
  .inProduct__panels .js_product_panel > .text p {
    margin: 5vw 0;
    padding: 0;
    font-size: 14px;
  }
  .inProduct__panels .js_product_panel > .text .primary_btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inProduct__panels .js_product_panel > .img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.inNews {
  width: 100%;
  overflow: hidden;
}
.inNews__head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inNews__head h2 {
  position: relative;
  margin-right: 40px;
  padding-right: 30px;
  color: var(--color-gray-light);
}
.inNews__head h2:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.inNews__head h2:last-child:after {
  display: none;
}
.inNews__head h2.active {
  color: var(--Primary-color);
  font-weight: 700;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.inNews__head h2::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 2px;
  height: 30px;
  display: block;
  background: var(--color-gray-light);
  -webkit-transform: rotate(18deg) translateY(-50%);
      -ms-transform: rotate(18deg) translateY(-50%);
          transform: rotate(18deg) translateY(-50%);
}
.inNews__head > a:not(.primary_btn) {
  color: #999999;
}
.inNews__head .primary_btn {
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
}

.inNewsMain .newsList {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inNewsMain .newsList.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.inNewsMain__feature {
  width: 50%;
}
.inNewsMain__feature > a {
  display: block;
}
.inNewsMain__feature .img {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
}
.inNewsMain__feature .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.inNewsMain__feature h3 {
  color: var(--color-black);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inNewsMain__feature h3 a {
  color: var(--color-black);
}
.inNewsMain__feature h3 a:hover {
  color: var(--Primary-color);
}
.inNewsMain__feature p {
  color: var(--color-gray);
  height: 3.2em;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  -webkit-box-orient: vertical;
}
.inNewsMain__feature .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #aaaaaa;
  font-size: 14px;
}
.inNewsMain__list {
  width: 46%;
}
.inNewsMain .topNews .img {
  width: 36.2%;
  height: 0px;
  padding-bottom: 22.7%;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}
.inNewsMain .topNews .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.inNewsMain .topNews .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inNewsMain .topNews h3 {
  font-weight: 700;
  max-height: 3.2em;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  -webkit-box-orient: vertical;
  padding-right: 70px;
}
.inNewsMain .topNews h3 a {
  color: var(--color-black);
}
.inNewsMain .topNews h3 a:hover {
  color: var(--Primary-color);
}
.inNewsMain .topNews p {
  color: var(--color-gray);
  height: 2.8em;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  -webkit-box-orient: vertical;
}
.inNewsMain .newsBrief {
  border-top: 1px solid #eeeeee;
}
.inNewsMain .newsBrief li {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inNewsMain .newsBrief li:last-child {
  margin-bottom: 0;
}
.inNewsMain .newsBrief li a {
  min-width: 0;
  margin-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inNewsMain .newsBrief li time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #aaaaaa;
}

@media only screen and (max-width: 1600px) {
  .inNewsMain .newsBrief li {
    margin-bottom: 0.9vw;
  }
  .inNewsMain .topNews h3 {
    padding-right: 3.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .inNewsMain .topNews h3 {
    font-size: 16px;
  }
  .inNewsMain .topNews p {
    margin-top: 10px;
    font-size: 14px;
  }
  .inNewsMain .topNews .img {
    margin-right: 20px;
  }
  .inNewsMain .newsBrief li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .inNews__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inNews__head h2 {
    margin-right: 3vw;
    padding-right: 3vw;
  }
  .inNews__head h2::after {
    right: 5px;
    height: 15px;
    width: 1px;
    background: #ccc;
  }
  .inNews__head .primary_btn {
    margin-left: auto;
    margin-right: 0;
  }
  .inNewsMain__feature, .inNewsMain__list {
    width: 100%;
  }
  .inNewsMain__list {
    margin-top: 50px;
  }
  .inNewsMain {
    margin-top: 35px;
  }
  .inNewsMain .topNews {
    display: block;
  }
  .inNewsMain .topNews .img {
    width: 100%;
    margin-right: 0;
    display: block;
    padding-bottom: 62.5%;
  }
  .inNewsMain .topNews .text {
    margin-top: 20px;
  }
  .inNewsMain .newsBrief li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .inNewsMain .newsBrief li a {
    margin-bottom: 3vw;
  }
  .inNewsMain__feature h3 {
    font-size: 16px;
  }
  .inNewsMain__feature p {
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inNewsMain__feature .img img,
  .inNewsMain .topNews .img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.inInnovate {
  width: 100%;
  overflow: hidden;
}
.inInnovate .con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inInnovate li {
  width: calc(50% - 10px);
}
.inInnovate li .innovateCard {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.inInnovate li .innovateCard:hover .img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.inInnovate li .img {
  width: 100%;
  height: 0;
  padding-top: 40.845%;
  position: relative;
}
.inInnovate li .img::after {
  content: "";
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
.inInnovate li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.inInnovate li .text {
  position: absolute;
  top: 50%;
  left: 6.5%;
  color: var(--color-white);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inInnovate li .text h2 {
  font-weight: 700;
}
.inInnovate li .text p {
  margin-top: 15px;
}
.inInnovate li .text .primary_btn {
  margin-left: 0;
  margin-right: 0;
  color: #999999;
  background: var(--color-white);
  border-color: var(--color-white);
  border-radius: 0;
}
.inInnovate li .text .primary_btn:hover {
  background-color: var(--Primary-color);
  border-color: var(--Primary-color);
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .inInnovate li {
    width: 100%;
  }
  .inInnovate li + li {
    margin-top: 20px;
  }
  .inInnovate li .img {
    min-height: 0;
    padding-top: 55%;
  }
  .inInnovate li .img::after {
    display: block;
  }
  .inInnovate li .text {
    left: 7%;
    right: 7%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inInnovate li .img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer {
  width: 100%;
  padding: 40px 0 24px;
  color: #8f8f8f;
  background: var(--color-bg-light);
}
.footer .footerCon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footerInfo {
  width: 38%;
}
.footer .footerInfo .footerLogo {
  width: 382px;
  max-width: 100%;
  height: auto;
}
.footer .footerInfo li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footerInfo li svg {
  margin-right: 15px;
  margin-top: 4px;
}
.footer .footerInfo li a {
  color: #8f8f8f;
}
.footer .footerInfo li a:hover {
  color: var(--Primary-color);
}
.footer .footerRight {
  width: 58%;
}
.footer .footerSelect {
  position: relative;
  z-index: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .footerDropdown {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
.footer .footerDropdown + .footerDropdown {
  margin-left: 20px;
}
.footer .footerDropdownToggle {
  width: 100%;
  height: 48px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #777777;
  text-align: left;
  border: 0;
  background: var(--color-white);
}
.footer .footerDropdownArrow {
  width: 9px;
  height: 9px;
  margin: -5px 2px 0 15px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer .footerDropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  background: var(--color-white);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.footer .footerDropdownMenu a {
  padding: 8px 25px;
  display: block;
  color: #777;
}
.footer .footerDropdownMenu a:hover {
  color: var(--Primary-color);
}
.footer .footerDropdown:hover,
.footer .footerDropdown.is-open {
  z-index: 5;
}
.footer .footerDropdown:hover .footerDropdownMenu,
.footer .footerDropdown.is-open .footerDropdownMenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.footer .footerDropdown:hover .footerDropdownArrow,
.footer .footerDropdown.is-open .footerDropdownArrow {
  margin-top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .footerBottom {
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footerNav {
  width: 58%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .footerNav .footerNavCol {
  width: 33.3333%;
}
.footer .footerNav .footerNavItem {
  margin-bottom: 8px;
}
.footer .footerNav .footerNavItem a {
  color: #333333;
  font-weight: 700;
}
.footer .footerNav .footerNavItem a:hover {
  color: var(--Primary-color);
}
.footer .footerQr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footerQr figure {
  text-align: center;
}
.footer .footerQr figure + figure {
  margin-left: 22px;
}
.footer .footerQr img {
  width: 92px;
  height: 92px;
}
.footer .footerQr figcaption {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 14px;
}
.footer .copyright {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.footer .copyright a {
  color: #999999;
}
.footer .copyright a:hover {
  color: var(--Primary-color);
}
@media only screen and (max-width: 1600px) {
  .footer .footerDropdown {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
  }
  .footer .footerInfo {
    width: 40%;
  }
}
@media only screen and (max-width: 1300px) {
  .footer .footerInfo .footerLogo {
    width: 310px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footerInfo,
  .footer .footerRight,
  .footer .footerNav {
    width: 100%;
  }
  .footer .footerSelect {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
  .footer .footerInfo,
  .footer .footerRight,
  .footer .footerNav {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer .footerSelect,
  .footer .footerBottom {
    display: block;
  }
  .footer .footerDropdown + .footerDropdown {
    margin-top: 12px;
    margin-left: 0;
  }
  .footer .footerDropdownToggle {
    height: 48px;
    padding: 0 18px;
  }
  .footer .footerDropdownMenu a {
    padding-right: 18px;
    padding-left: 18px;
  }
  .footer .footerBottom,
  .footer .footerQr {
    margin-top: 28px;
  }
  .footer .footerQr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .copyright {
    margin-top: 28px;
  }
  .footer .copyright a {
    display: block;
  }
  .footer .footerInfo li span {
    display: block;
  }
}

.banner_crumb {
  position: relative;
}
.banner_crumb .crumb {
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--color-white);
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_crumb .crumb svg {
  margin-right: 15px;
}
.banner_crumb .crumb a {
  color: var(--color-white);
  text-decoration: none;
}
.banner_crumb .crumb a:hover {
  color: var(--Primary-color);
}
.banner_crumb .crumb span {
  margin: 0 10px;
  padding-top: 1px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.banner_crumb .banner {
  position: relative;
  max-height: 600px;
  height: 31.25vw;
}
.banner_crumb .banner .text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_crumb .banner .text h3 {
  line-height: 1.2;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 700;
}
.banner_crumb .banner .text p {
  color: #fff;
}
.banner_crumb .banner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.banner_crumb .banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_crumb .banner > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1000px) {
  .banner_crumb .banner {
    min-height: 250px;
  }
}
.aboutIntro {
  min-height: 998px;
  padding-top: 260px;
  background: #ffffff url("../img/about/about2.jpg") right bottom no-repeat;
  background-size: cover;
}
.aboutIntro .aboutIntroCon {
  position: relative;
  z-index: 0;
  width: 50%;
}
.aboutIntro .aboutIntroCon::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -50px;
  bottom: -45px;
  left: -50px;
  z-index: 0;
  background: rgba(250, 250, 250, 0.2);
  -webkit-box-shadow: 0 0 36px 26px rgba(250, 250, 250, 0.38);
          box-shadow: 0 0 36px 26px rgba(250, 250, 250, 0.38);
  backdrop-filter: blur(15px);
  -webkit-mask-image: radial-gradient(ellipse at center, #000000 52%, rgba(0, 0, 0, 0.78) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000000 52%, rgba(0, 0, 0, 0.78) 70%, transparent 100%);
}
.aboutIntro .aboutIntroCon > * {
  position: relative;
  z-index: 1;
}
.aboutIntro h2 {
  color: var(--color-black);
  font-weight: 700;
}
.aboutIntro .aboutIntroLead {
  line-height: 1.7;
  font-weight: 700;
}
.aboutIntro .aboutIntroText {
  color: var(--color-gray);
  line-height: 2;
}
.aboutIntro .aboutIntroText p + p {
  margin-top: 26px;
}
@media only screen and (max-width: 1600px) {
  .aboutIntro {
    min-height: 820px;
    padding-top: 190px;
  }
  .aboutIntro .aboutIntroText {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1200px) {
  .aboutIntro {
    min-height: 700px;
    padding-top: 12vw;
    padding-bottom: 12vw;
    background-position: 58% top;
  }
  .aboutIntro .aboutIntroCon {
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .aboutIntro {
    min-height: 0;
    padding: 80px 0;
    background-position: 70% bottom;
    background-size: auto 100%;
  }
  .aboutIntro .aboutIntroCon {
    width: 100%;
    padding-right: 0%;
  }
  .aboutIntro .aboutIntroCon::before {
    top: -30px;
    right: -18px;
    bottom: -30px;
    left: -18px;
    background: rgb(250, 250, 250);
    -webkit-mask-image: radial-gradient(ellipse at center, #000000 2%, rgba(0, 0, 0, 0.78) 80%, transparent 100%);
            mask-image: radial-gradient(ellipse at center, #000000 2%, rgba(0, 0, 0, 0.78) 80%, transparent 100%);
  }
  .aboutIntro .aboutIntroLead {
    margin-top: 25px;
  }
  .aboutIntro .aboutIntroText {
    margin-top: 35px;
    line-height: 1.8;
  }
  .aboutIntro .aboutIntroText p + p {
    margin-top: 18px;
  }
}

.aboutStats .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffe5e5;
}
.aboutStats dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.aboutStats dt {
  position: relative;
  display: inline-block;
  color: var(--Primary-color);
  line-height: 1;
}
.aboutStats .numCX {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.aboutStats sup {
  position: absolute;
  top: 0px;
  left: 100%;
  margin-left: 5px;
  color: var(--Primary-color);
  white-space: nowrap;
  font-weight: 700;
}
.aboutStats dl:nth-of-type(3) sup {
  font-size: 14px;
  top: 5px;
}
.aboutStats dd {
  margin-top: 10px;
  padding-right: 10px;
  color: var(--color-gray);
}
@media only screen and (max-width: 1600px) {
  .aboutStats .numCX {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutStats dl {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 15px;
  }
  .aboutStats .numCX {
    font-size: 42px;
  }
  .aboutStats dd {
    margin-top: 14px;
  }
}

.aboutPlatform {
  background: #ffffff url("../img/about/about7.jpg") left bottom no-repeat;
  background-size: cover;
}
.aboutPlatform > .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutPlatform .aboutPlatformInfo {
  width: 36%;
}
.aboutPlatform .aboutPlatformInfo h2 {
  color: var(--color-black);
  font-weight: 700;
}
.aboutPlatform .aboutPlatformInfo li {
  margin-left: 20px;
  list-style: disc;
  line-height: 2.35;
}
.aboutPlatform .aboutPlatformCards {
  width: 59%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutPlatform .aboutPlatformCard {
  width: 47.5%;
}
.aboutPlatform .aboutPlatformCard:nth-child(n+3) {
  margin-top: 55px;
}
.aboutPlatform .aboutPlatformCard .img {
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
.aboutPlatform .aboutPlatformCard .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutPlatform .aboutPlatformCard h3 {
  color: var(--color-black);
  font-weight: 700;
}
.aboutPlatform .aboutPlatformCard p {
  color: var(--color-gray-light);
  line-height: 1.9;
}
@media only screen and (max-width: 1600px) {
  .aboutPlatform .aboutPlatformInfo {
    width: 34%;
  }
  .aboutPlatform .aboutPlatformCards {
    width: 62%;
  }
  .aboutPlatform .aboutPlatformCard:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .aboutPlatform .aboutPlatformInfo,
  .aboutPlatform .aboutPlatformCards {
    width: 100%;
  }
  .aboutPlatform .aboutPlatformCards {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutPlatform .aboutPlatformInfo li {
    line-height: 2;
  }
  .aboutPlatform .aboutPlatformCards {
    margin-top: 40px;
  }
  .aboutPlatform .aboutPlatformCard {
    width: 100%;
  }
  .aboutPlatform .aboutPlatformCard + .aboutPlatformCard, .aboutPlatform .aboutPlatformCard:nth-child(n+3) {
    margin-top: 38px;
  }
  .aboutPlatform .aboutPlatformCard h3 {
    margin-top: 18px;
  }
  .aboutPlatform .aboutPlatformCard p {
    margin-top: 12px;
  }
}

.aboutJourney {
  background: #ffffff url("../img/about/about10.jpg") center top no-repeat;
  background-size: 100% auto;
}
.aboutJourney .aboutJourneyTitle h2 {
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.45;
}
.aboutJourney .aboutVideo {
  position: relative;
  overflow: hidden;
}
.aboutJourney .aboutVideo .aboutVideoCover {
  width: 100%;
  height: auto;
  display: block;
}
.aboutJourney .aboutVideo .aboutVideoMedia {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.aboutJourney .aboutVideo .aboutVideoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aboutJourney .aboutVideo .aboutVideoPlay img {
  width: 100%;
  height: 100%;
}
.aboutJourney .aboutVideo .aboutVideoPlay:hover, .aboutJourney .aboutVideo .aboutVideoPlay:focus {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
      -ms-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
.aboutJourney .aboutVideo.is-playing .aboutVideoMedia {
  opacity: 1;
  visibility: visible;
}
.aboutJourney .aboutVideo.is-playing .aboutVideoPlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1600px) {
  .aboutJourney .aboutVideo {
    margin-top: 50px;
  }
  .aboutJourney .aboutVideo .aboutVideoPlay {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutJourney .aboutVideo {
    margin-top: 35px;
  }
  .aboutJourney .aboutVideo .aboutVideoPlay {
    width: 38px;
    height: 38px;
  }
}

.aboutEnterprise > h2 {
  color: var(--color-black);
  font-weight: 700;
}
.aboutEnterprise .swiper {
  overflow: hidden;
  padding: 30px 10px 30px 20px;
}
.aboutEnterprise .aboutEnterpriseCard {
  min-height: 330px;
  padding: 55px 60px;
  height: 100%;
  background: var(--color-white);
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.aboutEnterprise .aboutEnterpriseTitle img {
  width: 43px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.aboutEnterprise .aboutEnterpriseTitle h3 {
  margin-left: 28px;
  color: var(--color-black);
  font-weight: 700;
}
.aboutEnterprise .aboutEnterpriseCard > p {
  min-height: 3.8em;
  color: var(--color-gray-light);
  line-height: 1.9;
}
.aboutEnterprise .aboutEnterpriseTags span {
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 9px 18px;
  color: var(--color-white);
  line-height: 1.4;
  background: var(--Primary-color);
}
@media only screen and (max-width: 1600px) {
  .aboutEnterprise .aboutEnterpriseCard {
    min-height: 285px;
    padding: 42px 45px;
  }
}
@media only screen and (max-width: 1400px) {
  .aboutEnterprise .aboutEnterpriseTags span {
    padding: 5px 8px;
  }
  .aboutEnterprise .swiper_button {
    width: 40px;
    height: 40px;
  }
  .aboutEnterprise .swiper_button:after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .aboutEnterprise .aboutEnterpriseTitle h3 {
    margin-left: 20px;
  }
  .aboutEnterprise .aboutEnterpriseCard {
    padding: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutEnterprise .aboutEnterpriseCard {
    min-height: 0;
    padding: 30px 24px;
  }
  .aboutEnterprise .aboutEnterpriseTitle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aboutEnterprise .aboutEnterpriseTitle img {
    width: 36px;
    height: auto;
  }
  .aboutEnterprise .aboutEnterpriseTitle h3 {
    margin-left: 16px;
  }
  .aboutEnterprise .aboutEnterpriseCard > p {
    min-height: 0;
    margin-top: 22px;
  }
  .aboutEnterprise .aboutEnterpriseTags {
    margin-top: 22px;
  }
  .aboutEnterprise .swiper_button {
    width: 42px;
    height: 42px;
  }
}

/* 行业服务页 */
.industryStandard {
  overflow: hidden;
}
.industryStandard .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.industryStandard .text {
  width: 50%;
  padding-right: 120px;
}
.industryStandard .text h2 {
  color: var(--color-black);
  font-weight: 700;
}
.industryStandard .img {
  width: 50%;
  height: 450px;
}
.industryStandard .industryRichText {
  color: var(--color-gray);
  line-height: 1.9;
}
.industryStandard .industryRichText p {
  margin-top: 16px;
}
.industryStandard .industryRichText p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1600px) {
  .industryStandard .text {
    padding-right: 6vw;
  }
  .industryStandard .img {
    height: 25vw;
    min-height: 340px;
  }
}
@media only screen and (max-width: 768px) {
  .industryStandard .text,
  .industryStandard .img {
    width: 100%;
  }
  .industryStandard .text {
    padding-right: 0;
  }
  .industryStandard .img {
    height: 58vw;
    min-height: 0;
    margin-top: 8vw;
  }
  .industryStandard .text h2 br {
    display: none;
  }
}

.industryTesting {
  background: #f6f6f6;
  overflow: hidden;
}
.industryTesting .title h2 {
  color: var(--color-black);
  font-weight: 700;
}
.industryTesting .title h2 br {
  display: none;
}
.industryTesting .industryTestingPanel {
  padding-right: 50px;
  padding-left: 50px;
  background: var(--color-white);
}
.industryTesting .industryTestingPanel > h3 {
  color: var(--color-black);
  font-weight: 700;
}
.industryTesting .industryTestingPanel > p {
  color: var(--color-gray-light);
  line-height: 1.8;
}
.industryTesting table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.industryTesting th {
  padding: 12px 20px;
  color: var(--color-white);
  font-weight: 700;
  background: var(--Primary-color);
  text-align: center;
  font-size: 24px;
}
.industryTesting td {
  width: 50%;
  padding: 16px 60px;
  color: var(--color-black);
  line-height: 1.7;
  border: 1px solid #eeeeee;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .industryTesting .industryTestingPanel {
    padding-right: 5%;
    padding-left: 5%;
  }
  .industryTesting .industryTestingTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .industryTesting table {
    min-width: 100%;
  }
  .industryTesting th {
    font-size: 18px;
  }
  .industryTesting thead {
    display: block;
    width: 100%;
  }
  .industryTesting tbody {
    display: block;
    width: 100%;
  }
  .industryTesting tr {
    display: block;
    width: 100%;
  }
  .industryTesting th {
    display: block;
    width: 100%;
  }
  .industryTesting td {
    padding: 3vw;
    display: block;
    width: 100%;
  }
  .industryTesting .title h2 br {
    display: block;
  }
  .industryTesting .title h2 {
    padding: 0 35px;
  }
}

.industryBranch {
  width: 100%;
  overflow: hidden;
}
.industryBranch .industryBranchLayout {
  width: 100%;
}
.industryBranch .industryBranchLayout + .industryBranchLayout {
  margin-top: 120px;
}
.industryBranch .img {
  width: 50vw;
  height: 41.6667vw;
  max-height: 800px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  overflow: hidden;
}
.industryBranch .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industryBranch .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.industryBranch .text h2 {
  color: var(--color-black);
  font-weight: 700;
}
.industryBranch .text h2 br {
  display: none;
}
.industryBranch .text h3 {
  color: var(--color-black);
  font-weight: 700;
}
.industryBranch .text > .p {
  color: var(--color-gray-light);
  line-height: 1.9;
}
.industryBranch .text > .p p {
  margin-bottom: 30px;
}
.industryBranch .industryBranchCards dl {
  padding: 22px 50px;
  border-left: 3px solid var(--Primary-color);
  background: #f6f6f6;
}
.industryBranch .industryBranchCards dl + dl {
  margin-top: 15px;
}
.industryBranch .industryBranchCards dt {
  color: var(--color-black);
  font-weight: 700;
}
.industryBranch .industryBranchCards dd {
  color: var(--color-gray-light);
  line-height: 1.7;
}
.industryBranch .industryBranchLayout:nth-of-type(odd) {
  padding-right: calc((100% - 1440px) / 2);
}
.industryBranch .industryBranchLayout:nth-of-type(odd) .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.industryBranch .industryBranchLayout:nth-of-type(odd) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 100px;
}
.industryBranch .industryBranchLayout:nth-of-type(even) {
  padding-left: calc((100% - 1440px) / 2);
}
.industryBranch .industryBranchLayout:nth-of-type(even) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 100px;
}
.industryBranch .industryBranchLayout:nth-of-type(even) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 1600px) {
  .industryBranch .industryBranchLayout + .industryBranchLayout {
    margin-top: 6vw;
  }
  .industryBranch .industryBranchLayout:nth-of-type(odd) {
    padding-right: 10%;
  }
  .industryBranch .industryBranchLayout:nth-of-type(even) {
    padding-left: 10%;
  }
  .industryBranch .industryBranchLayout:nth-of-type(odd) .text {
    padding-left: 5vw;
  }
  .industryBranch .industryBranchLayout:nth-of-type(even) .text {
    padding-right: 5vw;
  }
  .industryBranch .industryBranchCards dl {
    padding: 1vw 3vw;
  }
  .industryBranch .text > .p p {
    margin-bottom: 1.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .industryBranch .industryBranchLayout + .industryBranchLayout {
    margin-top: 8vw;
  }
  .industryBranch .industryBranchLayout:nth-of-type(odd) {
    padding-right: 5%;
  }
  .industryBranch .industryBranchLayout:nth-of-type(even) {
    padding-left: 5%;
  }
  .industryBranch .industryBranchCards dl {
    padding: 18px 22px;
  }
}
@media only screen and (max-width: 1000px) {
  .industryBranch .industryBranchLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .industryBranch .industryBranchLayout:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .industryBranch .industryBranchLayout:nth-of-type(odd),
  .industryBranch .industryBranchLayout:nth-of-type(even) {
    padding-right: 0;
    padding-left: 0;
  }
  .industryBranch .img {
    width: 100%;
    height: 78vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .industryBranch .text {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .industryBranch .industryBranchLayout:nth-of-type(odd) .text,
  .industryBranch .industryBranchLayout:nth-of-type(even) .text {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .industryBranch .text h2 br {
    display: block;
  }
  .industryBranch .text h2 {
    padding-right: 35px;
  }
  .industryBranch .industryBranchLayout + .industryBranchLayout {
    margin-top: 14vw;
  }
}

.industrySkills {
  background: #f6f6f6;
  overflow: hidden;
}
.industrySkills .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.industrySkills .img {
  width: 50%;
  height: 450px;
}
.industrySkills .text {
  width: 50%;
  padding-left: 100px;
}
.industrySkills .text h2,
.industrySkills .text h3,
.industrySkills .text h4 {
  color: var(--color-black);
  font-weight: 700;
}
.industrySkills .text p {
  color: var(--color-gray-light);
  line-height: 1.9;
}
.industrySkills .text h2 br,
.industrySkills .text h3 br,
.industrySkills .text h4 br {
  display: none;
}
.industrySkills .industrySkillsTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 10px;
  font-size: 14px;
}
.industrySkills .industrySkillsTags span {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 15px;
  color: var(--color-gray-light);
  background: var(--color-white);
}
@media only screen and (max-width: 1600px) {
  .industrySkills .img {
    height: 25vw;
    min-height: 340px;
  }
  .industrySkills .text {
    padding-left: 5vw;
  }
}
@media only screen and (max-width: 1000px) {
  .industrySkills .img,
  .industrySkills .text {
    width: 100%;
  }
  .industrySkills .img {
    height: 58vw;
    min-height: 0;
  }
  .industrySkills .text {
    padding-left: 0;
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .industrySkills .text h2 br,
  .industrySkills .text h3 br,
  .industrySkills .text h4 br {
    display: block;
  }
  .industrySkills .text h2 {
    padding-right: 35px;
  }
}

.industryJournal {
  overflow: hidden;
}
.industryJournal .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.industryJournal .text {
  width: 50%;
  padding-right: 100px;
}
.industryJournal .text h2 {
  color: var(--color-black);
  font-weight: 700;
}
.industryJournal .text h2 br {
  display: none;
}
.industryJournal .industryRichText {
  color: var(--color-gray-light);
  line-height: 1.9;
}
.industryJournal .industryRichText p {
  margin-top: 16px;
}
.industryJournal .industryRichText p:first-child {
  margin-top: 0;
}
.industryJournal .industryJournalLinks li {
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industryJournal .industryJournalLinks a {
  position: relative;
  display: block;
  padding: 15px 24px 15px 10px;
  color: var(--color-gray);
}
.industryJournal .industryJournalLinks li .icon {
  width: 18px;
  height: 18px;
}
.industryJournal .industryJournalLinks li .icon img {
  width: 100%;
}
.industryJournal .industryJournalLinks li .icon path {
  fill: #999;
}
.industryJournal .industryJournalLinks a:hover,
.industryJournal .industryJournalLinks a:focus-visible {
  color: var(--Primary-color);
}
.industryJournal .img {
  width: 50%;
  height: 450px;
}
@media only screen and (max-width: 1600px) {
  .industryJournal .text {
    padding-right: 5vw;
  }
  .industryJournal .img {
    height: 25vw;
    min-height: 340px;
  }
}
@media only screen and (max-width: 1300px) {
  .industryJournal .text h2 br {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .industryJournal .text,
  .industryJournal .img {
    width: 100%;
  }
  .industryJournal .text {
    padding-right: 0;
  }
  .industryJournal .img {
    height: 58vw;
    min-height: 0;
    margin-top: 8vw;
  }
  .industryJournal .text h2 {
    padding-right: 35px;
  }
}

.industryContact {
  position: relative;
  min-height: 290px;
  color: var(--color-white);
  overflow: hidden;
}
.industryContact > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industryContact .industryContactCon {
  position: relative;
  z-index: 1;
  min-height: 290px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.industryContact .text {
  padding-right: 20px;
}
.industryContact .text h2 {
  font-weight: 700;
}
.industryContact .text h2 br {
  display: none;
}
.industryContact .industryContactAction {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.industryContact .industryContactAction svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.industryContact .industryContactAction path {
  fill: #fff;
}
.industryContact .industryContactAction p {
  margin-right: 55px;
}
.industryContact .industryContactAction a {
  color: var(--color-white);
}
.industryContact .industryContactButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Primary-color) !important;
  background: var(--color-white);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.industryContact .industryContactButton:hover,
.industryContact .industryContactButton:focus-visible {
  color: var(--color-white) !important;
  background: var(--Primary-color);
}
@media only screen and (max-width: 1000px) {
  .industryContact .industryContactCon {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .industryContact .industryContactAction {
    display: block;
  }
  .industryContact .industryContactAction p {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .industryContact {
    min-height: 320px;
  }
  .industryContact > img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .industryContact .industryContactCon {
    min-height: 320px;
    display: block;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .industryContact .industryContactAction {
    margin-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .industryContact .industryContactAction p {
    margin-bottom: 0;
  }
  .industryContact .industryContactAction .industryContactButton {
    margin-top: 3vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .industryContact .text h2 br {
    display: block;
  }
  .industryContact .text h2 {
    padding-right: 35px;
  }
}

/* 荣誉资质页 */
.honorQualification {
  overflow: hidden;
}
.honorQualification > h2 {
  color: var(--color-black);
  font-weight: 700;
}
.honorQualification .honorQualificationRail {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.honorQualification .js_honor_qualification {
  overflow: visible;
}
.honorQualification .honorQualificationSlide {
  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;
  background: var(--color-white);
  border: 10px solid #e8e8e9;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12);
}
.honorQualification .honorQualificationSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.honorQualification .honorQualificationFade {
  position: absolute;
  z-index: 3;
  top: 20px;
  bottom: 20px;
  width: 320px;
  pointer-events: none;
}
.honorQualification .honorQualificationFade.Left {
  left: 0px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
}
.honorQualification .honorQualificationFade.Right {
  right: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
}
@media only screen and (max-width: 1600px) {
  .honorQualification .honorQualificationRail {
    padding-right: 5%;
    padding-left: 10%;
  }
  .honorQualification .honorQualificationFade {
    right: 5vw;
    width: 20vw;
  }
}
@media only screen and (max-width: 1200px) {
  .honorQualification .honorQualificationRail {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .honorQualification .honorQualificationFade {
    right: 5%;
    width: 22vw;
  }
}

.honorTitles {
  position: relative;
  overflow: hidden;
  background: #fafafa url(../img/honor/hor.jpg) no-repeat;
  background-size: cover;
}
.honorTitles .wrap {
  position: relative;
  z-index: 1;
}
.honorTitles h2 {
  color: var(--color-black);
  font-weight: 700;
}
.honorTitles .honorTitlesSwiper {
  padding-bottom: 60px;
  overflow: hidden;
}
.honorTitles .honorTitleCard {
  background: var(--color-white);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.honorTitles .honorTitleCard:hover {
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.honorTitles .honorTitleCard .img {
  position: relative;
  height: 0;
  padding-bottom: 62.65%;
  overflow: hidden;
}
.honorTitles .honorTitleCard .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.honorTitles .honorTitleCard .text {
  padding: 25px 28px 30px;
}
.honorTitles .honorTitleCard h3 {
  color: var(--color-black);
  font-weight: 700;
}
.honorTitles .honorTitleCard p {
  color: var(--color-gray-light);
  line-height: 1.8;
  margin-top: 10px;
}
.honorTitles .honorTitlesPagination {
  bottom: 0;
}
.honorTitles .honorTitlesPagination .swiper-pagination-bullet {
  display: inline-block !important;
  width: 35px;
  height: 7px;
  margin: 0 4px;
  border-radius: 0;
  background: #ddd;
  opacity: 1;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.honorTitles .honorTitlesPagination .swiper-pagination-bullet-active {
  background: var(--Primary-color);
}
@media only screen and (max-width: 600px) {
  .honorTitles .honorTitlesPagination .swiper-pagination-bullet {
    width: 24px;
    height: 5px;
  }
}

/* 历史沿革页 */
.historyCare {
  overflow: hidden;
}
.historyCare > .wrap > h2 {
  color: var(--color-black);
  font-weight: 700;
}
.historyCare .historyCareList {
  height: 390px;
  overflow: hidden;
  background: #ebebeb;
}
.historyCare .historyCareItem {
  position: relative;
  min-width: 76px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: #ffe6e8;
  -webkit-transition: -webkit-box-flex 0.55s ease;
  transition: -webkit-box-flex 0.55s ease;
  transition: flex 0.55s ease;
  transition: flex 0.55s ease, -webkit-box-flex 0.55s ease, -ms-flex 0.55s ease;
}
.historyCare .historyCareItem:nth-child(2) {
  background: #f8c8cc;
}
.historyCare .historyCareItem:nth-child(3) {
  background: #ee959e;
}
.historyCare .historyCareItem:nth-child(4) {
  background: #e56672;
}
.historyCare .historyCareItem:nth-child(5) {
  background: #df2638;
}
.historyCare .historyCareItem.active {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  background: #ebebeb;
}
.historyCare .historyCareItem.active .historyCareTrigger {
  opacity: 0;
  pointer-events: none;
}
.historyCare .historyCareItem.active .historyCareContent {
  opacity: 1;
  visibility: visible;
}
.historyCare .historyCareTrigger {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: var(--color-white);
  font: inherit;
  font-weight: 700;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.historyCare .historyCareTrigger span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.historyCare .historyCareTrigger:focus, .historyCare .historyCareTrigger:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: -5px;
}
.historyCare .historyCareContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 790px;
  padding: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease 0.15s;
  transition: opacity 0.35s ease 0.15s;
}
.historyCare .historyCareImage {
  width: 56%;
  height: 100%;
  overflow: hidden;
}
.historyCare .historyCareImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyCare .historyCareText {
  width: 44%;
  padding-left: 55px;
}
.historyCare .historyCareText strong {
  color: var(--color-black);
  font-weight: 700;
}
.historyCare .historyCareText p {
  color: var(--color-black);
  line-height: 1.8;
}
@media only screen and (max-width: 1600px) {
  .historyCare .historyCareList {
    height: 22vw;
  }
  .historyCare .historyCareContent {
    min-width: auto;
    padding: 2vw;
  }
  .historyCare .historyCareText {
    padding-left: 3vw;
  }
}
@media only screen and (max-width: 1200px) {
  .historyCare .historyCareList {
    height: 28vw;
  }
  .historyCare .historyCareItem {
    min-width: 60px;
  }
  .historyCare .historyCareContent {
    padding: 4vw;
  }
  .historyCare .historyCareText {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .historyCare .historyCareList {
    display: block;
    height: auto;
    background: transparent;
  }
  .historyCare .historyCareItem,
  .historyCare .historyCareItem.active {
    min-width: 0;
    height: 54px;
    background: #df2638;
    -webkit-transition: height 0.45s ease;
    transition: height 0.45s ease;
  }
  .historyCare .historyCareItem + .historyCareItem {
    margin-top: 2px;
  }
  .historyCare .historyCareItem.active {
    height: 400px;
    background: #f4f4f4;
  }
  .historyCare .historyCareTrigger span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .historyCare .historyCareContent {
    min-width: 0;
    padding: 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .historyCare .historyCareImage,
  .historyCare .historyCareText {
    width: 100%;
  }
  .historyCare .historyCareImage {
    height: 230px;
  }
  .historyCare .historyCareText {
    padding-top: 5vw;
    padding-left: 0;
  }
}

.historyTimeline {
  overflow: hidden;
}
.historyTimeline > .wrap > h2 {
  color: var(--color-black);
  font-weight: 700;
}
.historyTimeline .historyTimelineStage {
  position: relative;
}
.historyTimeline .js_history_timeline {
  width: 760px;
  max-width: 72%;
}
.historyTimeline .historyTimelineSlide {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}
.historyTimeline .historyTimelineSlide > img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyTimeline .historyTimelineSlide h3 {
  color: var(--color-black);
  font-weight: 700;
}
.historyTimeline .historyTimelineSlide p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-gray);
  line-height: 1.9;
}
.historyTimeline .historyTimelineYear {
  top: -15px;
  left: 50%;
  color: var(--Primary-color);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 320px;
  font-weight: 300;
  line-height: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.historyTimeline .historyTimelineControls {
  position: absolute;
  z-index: 4;
  top: 220px;
  right: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.historyTimeline .historyTimelineControls .swiper_button {
  margin: 0;
  pointer-events: auto;
}
.historyTimeline .historyTimelineNav {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}
.historyTimeline .historyTimelineNav button {
  position: relative;
  min-width: 0;
  padding: 0 8px 20px;
  color: #aaa;
  font: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.historyTimeline .historyTimelineNav button::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #aaa;
}
.historyTimeline .historyTimelineNav button.active, .historyTimeline .historyTimelineNav button:hover, .historyTimeline .historyTimelineNav button:focus, .historyTimeline .historyTimelineNav button:focus-visible {
  color: var(--Primary-color);
  outline: none;
}
.historyTimeline .historyTimelineNav button.active::after {
  width: 2px;
  background: var(--Primary-color);
}
@media only screen and (max-width: 1600px) {
  .historyTimeline .historyTimelineYear {
    font-size: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  .historyTimeline .historyTimelineYear {
    font-size: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .historyTimeline .js_history_timeline {
    width: 100%;
    max-width: none;
  }
  .historyTimeline .historyTimelineSlide > img {
    width: 70%;
    height: auto;
  }
  .historyTimeline .historyTimelineYear {
    top: 0;
    font-size: 120px;
  }
  .historyTimeline .historyTimelineControls {
    top: 175px;
  }
  .historyTimeline .historyTimelineSlide p {
    width: 80%;
    line-height: 1.6;
  }
}

.historyFuture {
  overflow: hidden;
}
.historyFuture .historyFutureInner {
  position: relative;
  height: 290px;
  overflow: hidden;
}
.historyFuture .historyFutureInner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyFuture .historyFutureText {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 90%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.historyFuture .historyFutureText h2,
.historyFuture .historyFutureText p {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .historyFuture .historyFutureInner {
    height: 220px;
  }
}

/* 企业文化页 */
.cultureSectionTitle {
  color: var(--color-black);
  font-weight: 700;
}

.cultureMission {
  overflow: hidden;
}
.cultureMission .cultureMissionRow {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cultureMission .cultureMissionRow + .cultureMissionRow {
  margin-top: 60px;
}
.cultureMission .cultureMissionText {
  position: relative;
  z-index: 2;
  width: 45.75%;
  padding: 55px 45px;
  background: #f6f6f6;
}
.cultureMission .cultureMissionText span {
  color: var(--Primary-color);
  font-weight: 700;
}
.cultureMission .cultureMissionText h3 {
  margin-top: 8px;
  color: var(--color-black);
  font-weight: 700;
  line-height: 1.45;
}
.cultureMission .cultureMissionText p {
  margin-top: 24px;
  color: var(--color-gray-light);
  line-height: 1.9;
}
.cultureMission .cultureMissionMedia {
  position: relative;
  z-index: 1;
  width: 54.25%;
  height: 0;
  padding-bottom: 34.7%;
  overflow: hidden;
}
.cultureMission .cultureMissionMedia img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cultureMission .cultureMissionRow:nth-of-type(odd) .cultureMissionText {
  padding-right: 120px;
}
.cultureMission .cultureMissionRow:nth-of-type(even) .cultureMissionText {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 120px;
}
.cultureMission .cultureMissionRow:nth-of-type(even) .cultureMissionMedia {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
}
@media only screen and (max-width: 1600px) {
  .cultureMission .cultureMissionRow:nth-of-type(odd) .cultureMissionText {
    padding-right: 6vw;
  }
  .cultureMission .cultureMissionRow:nth-of-type(even) .cultureMissionText {
    padding-left: 6vw;
  }
}
@media only screen and (max-width: 1000px) {
  .cultureMission .cultureMissionText {
    padding: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .cultureMission .cultureMissionRow + .cultureMissionRow {
    margin-top: 10vw;
  }
  .cultureMission .cultureMissionText,
  .cultureMission .cultureMissionMedia,
  .cultureMission .cultureMissionRow:nth-of-type(even) .cultureMissionText,
  .cultureMission .cultureMissionRow:nth-of-type(even) .cultureMissionMedia {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .cultureMission .cultureMissionText {
    padding: 8vw 6vw;
  }
  .cultureMission .cultureMissionMedia {
    padding-bottom: 64.02%;
  }
}

.cultureValues {
  overflow: hidden;
}
.cultureValues .cultureValuesList {
  height: auto;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cultureValues .cultureValueCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  padding: 60px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  border: 1px solid #e5e5e5;
  outline: none;
  -webkit-transition: -webkit-box-flex 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-flex 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: flex 0.4s ease, box-shadow 0.4s ease;
  transition: flex 0.4s ease, box-shadow 0.4s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.cultureValues .cultureValueCard.is-current {
  -webkit-box-flex: 2.2;
      -ms-flex: 2.2;
          flex: 2.2;
}
.cultureValues .cultureValueCard.is-current h3 {
  color: var(--Primary-color);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.cultureValues .cultureValueCard.is-current .cultureValueDesc {
  max-height: none;
  margin-top: 18px;
  opacity: 1;
}
.cultureValues .cultureValuesList:hover .cultureValueCard.is-current,
.cultureValues .cultureValuesList:focus-within .cultureValueCard.is-current {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cultureValues .cultureValuesList:hover .cultureValueCard.is-current h3,
.cultureValues .cultureValuesList:focus-within .cultureValueCard.is-current h3 {
  color: var(--color-black);
}
.cultureValues .cultureValuesList:hover .cultureValueCard.is-current .cultureValueDesc,
.cultureValues .cultureValuesList:focus-within .cultureValueCard.is-current .cultureValueDesc {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: margin-top 0.4s ease, opacity 0s;
  transition: margin-top 0.4s ease, opacity 0s;
}
.cultureValues .cultureValuesList .cultureValueCard.is-current:hover,
.cultureValues .cultureValuesList .cultureValueCard.is-current:focus-visible,
.cultureValues .cultureValuesList .cultureValueCard:hover,
.cultureValues .cultureValuesList .cultureValueCard:focus-visible {
  -webkit-box-flex: 2.2;
      -ms-flex: 2.2;
          flex: 2.2;
}
.cultureValues .cultureValuesList .cultureValueCard.is-current:hover h3,
.cultureValues .cultureValuesList .cultureValueCard.is-current:focus-visible h3,
.cultureValues .cultureValuesList .cultureValueCard:hover h3,
.cultureValues .cultureValuesList .cultureValueCard:focus-visible h3 {
  color: var(--Primary-color);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.cultureValues .cultureValuesList .cultureValueCard.is-current:hover .cultureValueDesc,
.cultureValues .cultureValuesList .cultureValueCard.is-current:focus-visible .cultureValueDesc,
.cultureValues .cultureValuesList .cultureValueCard:hover .cultureValueDesc,
.cultureValues .cultureValuesList .cultureValueCard:focus-visible .cultureValueDesc {
  max-height: none;
  margin-top: 18px;
  opacity: 1;
  -webkit-transition: margin-top 0.4s ease, opacity 0.3s ease 0.3s;
  transition: margin-top 0.4s ease, opacity 0.3s ease 0.3s;
}
.cultureValues .icon svg, .cultureValues .icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.cultureValues .cultureValuesList .cultureValueCard.is-current path.cls-a,
.cultureValues .cultureValuesList .cultureValueCard:hover path.cls-a {
  fill: var(--Primary-color);
}
.cultureValues .cultureValueCard h3 {
  color: var(--color-black);
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cultureValues .cultureValueDesc {
  height: auto;
  max-height: 0;
  margin-top: 0;
  color: var(--color-gray);
  opacity: 0;
  display: none;
  -webkit-transition: margin-top 0.4s ease, opacity 0s;
  transition: margin-top 0.4s ease, opacity 0s;
}
.cultureValues .cultureValueCard.is-desc-visible .cultureValueDesc {
  display: block;
  -webkit-animation: cultureDescFadeIn 0.3s ease both;
          animation: cultureDescFadeIn 0.3s ease both;
}
@-webkit-keyframes cultureDescFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cultureDescFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .cultureValues .cultureValuesList {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .cultureValues .cultureValueCard,
  .cultureValues .cultureValueCard.is-current,
  .cultureValues .cultureValuesList:hover .cultureValueCard.is-current,
  .cultureValues .cultureValuesList .cultureValueCard:hover,
  .cultureValues .cultureValuesList .cultureValueCard:focus-visible {
    width: 100%;
    min-height: initial;
    padding: 8vw 4vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cultureValues .cultureValueCard:nth-child(3) {
    border-left: 1px solid #e5e5e5;
  }
  .cultureValues .cultureValueCard:nth-child(n+3) {
    border-top: 0;
  }
  .cultureValues .cultureValueCard.is-current .cultureValueDesc,
  .cultureValues .cultureValuesList:hover .cultureValueCard.is-current .cultureValueDesc,
  .cultureValues .cultureValuesList .cultureValueCard:hover .cultureValueDesc,
  .cultureValues .cultureValuesList .cultureValueCard:focus-visible .cultureValueDesc {
    margin-top: 16px;
    opacity: 1;
  }
}

.cultureLegacy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.cultureLegacy > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cultureLegacy .cultureLegacyText {
  position: absolute;
  z-index: 1;
  top: 115px;
  left: 50%;
  width: 90%;
  color: var(--color-white);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cultureLegacy .cultureLegacyText h2,
.cultureLegacy .cultureLegacyText p {
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
  .cultureLegacy {
    height: 46vw;
    min-height: 360px;
  }
  .cultureLegacy .cultureLegacyText {
    top: 10vw;
  }
}

/* 子公司介绍页 */
.companyIntro {
  position: relative;
  overflow: hidden;
}
.companyIntro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
  background: #f6f6f6;
}
.companyIntro .wrap {
  position: relative;
  z-index: 1;
}
.companyIntro .companyIntroHead {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.companyIntro .companyIntroHead h2 {
  width: 28%;
  color: var(--color-black);
  font-weight: 700;
}
.companyIntro .companyIntroCopy,
.companyIntro .companyIntroBottom {
  color: var(--color-gray);
  line-height: 1.9;
}
.companyIntro .companyIntroCopy p + p,
.companyIntro .companyIntroBottom p + p {
  margin-top: 12px;
}
.companyIntro .companyIntroCopy {
  width: 72%;
}
.companyIntro .companyIntroImage {
  position: relative;
  height: 0;
  padding-bottom: 44.4444%;
  overflow: hidden;
}
.companyIntro .companyIntroImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.companyIntro .companyIntroBottom {
  width: 72%;
  margin-left: 28%;
}
@media only screen and (max-width: 1000px) {
  .companyIntro .companyIntroHead h2,
  .companyIntro .companyIntroCopy,
  .companyIntro .companyIntroBottom {
    width: 100%;
  }
  .companyIntro .companyIntroCopy {
    margin-top: 5vw;
  }
  .companyIntro .companyIntroBottom {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .companyIntro .companyIntroImage {
    padding-bottom: 58%;
  }
  .companyIntro .companyIntroImage img {
    -o-object-position: center center;
       object-position: center center;
  }
}

/* 产品服务页 */
.productCatalog {
  width: 100%;
  overflow: hidden;
}
.productCatalog .productCatalogTabs button:focus-visible {
  outline: 2px solid var(--Primary-color);
  outline-offset: 4px;
}
.productCatalog .productCatalogPanel h2 {
  color: var(--color-black);
  font-weight: 700;
}
.productCatalog .productCatalogList {
  margin-top: -45px;
}
.productCatalog .productCatalogCard {
  width: calc((100% - 90px) / 3);
  margin-top: 45px;
  margin-left: 45px;
  color: var(--color-black);
  background: #f6f6f6;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.productCatalog .productCatalogCard:nth-child(3n+1) {
  margin-left: 0;
}
.productCatalog .productCatalogCard:hover, .productCatalog .productCatalogCard:focus-visible {
  color: var(--color-black);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.productCatalog .productCatalogCard:hover h3, .productCatalog .productCatalogCard:focus-visible h3 {
  color: var(--Primary-color);
}
.productCatalog .productCatalogCard .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 74.44%;
  background: #ececec;
}
.productCatalog .productCatalogCard .img img {
  position: absolute;
  inset: 0;
}
.productCatalog .productCatalogCard .text {
  min-height: 128px;
  padding-right: 30px;
  padding-left: 30px;
}
.productCatalog .productCatalogCard h3 {
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.productCatalog .productCatalogCard p {
  height: 48px;
  margin-top: 10px;
  color: #888;
  line-height: 1.7;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .productCatalog .productCatalogList {
    margin-top: -25px;
  }
  .productCatalog .productCatalogCard {
    width: calc((100% - 25px) / 2);
    margin-top: 25px;
    margin-left: 25px;
  }
  .productCatalog .productCatalogCard:nth-child(3n+1) {
    margin-left: 25px;
  }
  .productCatalog .productCatalogCard:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .productCatalog .productCatalogTabs {
    margin-top: 0;
  }
  .productCatalog .productCatalogPanels {
    margin-top: 8vw;
  }
  .productCatalog .productCatalogPanel h2 {
    margin-bottom: 6vw;
  }
  .productCatalog .productCatalogCard,
  .productCatalog .productCatalogCard:nth-child(3n+1) {
    width: 100%;
    margin-left: 0;
  }
  .productCatalog .productCatalogCard .img {
    padding-bottom: 66%;
  }
  .productCatalog .productCatalogCard .text {
    min-height: 0;
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productCatalog .productCatalogCard {
    -webkit-transition: none;
    transition: none;
  }
}

.productStats {
  width: 100%;
  color: var(--color-white);
  background: #d10b0b url("../img/cpf/cpf7.jpg") center bottom/cover no-repeat;
  overflow: hidden;
}
.productStats > .wrap {
  border-bottom: 0;
}
.productStats h2 {
  color: var(--color-white);
  font-weight: 700;
}
.productStats .productStatsList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productStats .productStatsList dl {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.productStats .productStatsList dl:first-child {
  border-left: 0;
}
.productStats .productStatsList dt {
  color: var(--color-white);
}
.productStats .productStatsList dd {
  padding-right: 15px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.88);
}
.productStats .productStatsList dt sup {
  color: #fff;
}
.productStats .productStatsList dd br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .productStats {
    background-position: 68% bottom;
  }
  .productStats .productStatsList dl {
    width: 50%;
  }
  .productStats .productStatsList dl:nth-child(odd) {
    border-left: 0;
  }
  .productStats .productStatsList dd br {
    display: block;
  }
}

/* 产品详情页 */
.productHero {
  overflow: hidden;
  top: 50%;
  height: 45vw !important;
}
.productHero .productHeroText {
  top: 55% !important;
  color: var(--color-white);
}
.productHero .productHeroLead {
  width: 680px;
  max-width: 62%;
  line-height: 1.9;
}
.productHero .productHeroTags {
  margin-top: 18px;
  width: 680px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.productHero .productHeroTags span {
  margin-right: 12px;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.productHero .productHeroButton {
  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;
  width: 180px;
  height: 52px;
  margin-right: 2px;
  color: var(--color-gray);
  background: var(--color-white);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  margin-right: 10px;
}
.productHero .productHeroButton.is-primary, .productHero .productHeroButton:hover, .productHero .productHeroButton:focus-visible {
  color: var(--color-white);
  background: var(--Primary-color);
}
@media only screen and (max-width: 1600px) {
  .productHero .productHeroButton {
    width: 145px;
    height: 44px;
  }
}
@media only screen and (max-width: 1200px) {
  .productHero .productHeroTags {
    padding-bottom: 0px;
    border: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .productHero .productHeroLead {
    max-width: 78%;
  }
}
@media only screen and (max-width: 768px) {
  .productHero {
    min-height: 500px !important;
  }
  .productHero .productHeroText {
    top: 57%;
  }
  .productHero .productHeroLead {
    width: 100%;
    max-width: 100%;
    line-height: 1.6;
  }
  .productHero .productHeroTags {
    margin-top: 12px;
  }
  .productHero .productHeroTags span {
    padding: 5px 10px;
  }
  .productHero .productHeroButton {
    width: 132px;
    height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productHero .productHeroButton {
    -webkit-transition: none;
    transition: none;
  }
}

.productOverview h2 {
  color: var(--color-black);
  font-weight: 700;
}
.productOverview .productOverviewCopy {
  color: var(--color-gray);
  line-height: 2.1;
}
.productOverview .productOverviewCopy p {
  margin-bottom: 20px;
}
.productOverview .productStats {
  min-height: 160px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.productOverview .productStatsLabel {
  width: 20%;
  color: var(--color-black);
  font-weight: 700;
  border-right: 1px solid #e8e8e8;
  padding-left: 50px;
}
.productOverview .productItemsWrap {
  padding-left: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productOverview .productStatItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 50px;
  text-align: center;
}
.productOverview .productStatItem strong {
  display: block;
  color: var(--Primary-color);
  font-weight: 700;
  position: relative;
}
.productOverview .productStatItem strong sup {
  top: 5px;
  line-height: 1;
  position: absolute;
  padding-left: 5px;
}
.productOverview .productStatItem span {
  display: block;
  margin-top: 8px;
  color: #888;
}
@media only screen and (max-width: 1000px) {
  .productOverview .productStatsLabel {
    padding-left: 3vw;
  }
  .productOverview .productItemsWrap {
    padding-left: 3vw;
  }
  .productOverview .productStatItem {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .productOverview h2 {
    text-align: center;
  }
  .productOverview .productOverviewCopy {
    line-height: 1.8;
  }
  .productOverview .productStats {
    border-top: 0px;
  }
  .productOverview .productStatsLabel {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-size: 24px;
  }
  .productOverview .productStatItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
    border-bottom: 1px solid #e8e8e8;
    padding: 5vw;
    padding-left: 3vw;
  }
  .productOverview .productStatItem:last-child {
    border-bottom: 0;
  }
  .productOverview .productItemsWrap {
    padding-left: 0vw;
  }
  .productOverview .productStatItem span {
    margin-top: 5px;
  }
}

.productAdvantages > h2 {
  color: var(--color-black);
  font-weight: 700;
}
.productAdvantages .productAdvantagesStage {
  position: relative;
  height: 43.75vw;
  max-height: 840px;
  min-height: 560px;
  overflow: hidden;
  background: #555;
}
.productAdvantages .productAdvantagesBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productAdvantages .productAdvantagesList {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productAdvantages .productAdvantageItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 42px;
  padding-left: 42px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--color-white);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  outline: none;
  overflow: hidden;
}
.productAdvantages .productAdvantageItem:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.productAdvantages .productAdvantageItem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
.productAdvantages .productAdvantageItem:hover::before, .productAdvantages .productAdvantageItem:focus-within::before, .productAdvantages .productAdvantageItem:focus::before {
  background: rgba(0, 0, 0, 0.32);
}
.productAdvantages .productAdvantageContent {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.productAdvantages .productAdvantageContent .icon img {
  width: 70px;
  height: 70px;
}
.productAdvantages .productAdvantageContent .icon svg {
  width: 70px;
  height: 70px;
}
.productAdvantages .productAdvantageContent .icon path {
  fill: #fff;
}
.productAdvantages .productAdvantageContent .icon rect {
  fill: #fff;
}
.productAdvantages .productAdvantageContent h3 {
  font-weight: 700;
}
.productAdvantages .productAdvantageContent p {
  margin-top: 16px;
  line-height: 1.8;
}
.productAdvantages .productAdvantageItem:hover .productAdvantageContent,
.productAdvantages .productAdvantageItem:focus-within .productAdvantageContent,
.productAdvantages .productAdvantageItem:focus .productAdvantageContent {
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
}
.productAdvantages .productAdvantageItem:hover .productAdvantageContent p,
.productAdvantages .productAdvantageItem:focus-within .productAdvantageContent p,
.productAdvantages .productAdvantageItem:focus .productAdvantageContent p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 1400px) {
  .productAdvantages .productAdvantageItem {
    padding-right: 28px;
    padding-left: 28px;
  }
  .productAdvantages .productAdvantageContent .icon img {
    width: 54px;
    height: 54px;
  }
  .productAdvantages .productAdvantageContent .icon svg {
    width: 54px;
    height: 54px;
  }
}
@media only screen and (max-width: 1000px) {
  .productAdvantages .productAdvantagesStage {
    min-height: 0;
  }
  .productAdvantages .productAdvantagesBg {
    position: absolute;
  }
  .productAdvantages .productAdvantagesList {
    position: relative;
    top: auto;
    bottom: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  .productAdvantages .productAdvantageItem {
    width: 50%;
    min-height: 340px;
  }
  .productAdvantages .productAdvantageItem:hover .productAdvantageContent,
  .productAdvantages .productAdvantageItem:focus-within .productAdvantageContent,
  .productAdvantages .productAdvantageItem:focus .productAdvantageContent {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .productAdvantages .productAdvantagesStage {
    height: auto;
    padding: 8vw 0;
  }
  .productAdvantages .productAdvantagesStage::before {
    background: rgba(0, 0, 0, 0.38);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
  }
  .productAdvantages .productAdvantagesList {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    z-index: 4;
  }
  .productAdvantages .productAdvantageItem {
    min-height: 0px;
    padding: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .productAdvantages .productAdvantageItem::before {
    background: rgba(0, 0, 0, 0.38);
  }
  .productAdvantages .productAdvantageContent {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productAdvantages .productAdvantageContent .icon img {
    width: 42px;
    height: 42px;
  }
  .productAdvantages .productAdvantageContent .icon svg {
    width: 42px;
    height: 42px;
  }
  .productAdvantages .productAdvantageContent .text {
    padding-left: 3vw;
  }
  .productAdvantages .productAdvantageContent h3 {
    margin-top: 5px;
  }
  .productAdvantages .productAdvantageContent p {
    margin-top: 10px;
    line-height: 1.6;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (hover: none) {
  .productAdvantages .productAdvantageItem::before {
    background: rgba(0, 0, 0, 0);
  }
  .productAdvantages .productAdvantageContent {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .productAdvantages .productAdvantageContent p {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productAdvantages .productAdvantageItem::before,
  .productAdvantages .productAdvantageContent,
  .productAdvantages .productAdvantageContent p {
    -webkit-transition: none;
    transition: none;
  }
}

.productApplications {
  overflow: hidden;
}
.productApplications .productApplicationsLayout {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: calc((100% - 1440px) / 2);
  position: relative;
}
.productApplications .productApplicationsAside {
  position: relative;
  z-index: 3;
  width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  background: var(--color-white);
  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;
}
.productApplications .productApplicationsAside h2 {
  color: var(--color-black);
  font-weight: 700;
}
.productApplications .productApplicationControls {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 330px;
}
.productApplications .productApplicationControls .swiper_button:first-child {
  margin-left: 0;
}
.productApplications .js_product_applications {
  width: calc(100% - 320px);
  overflow: hidden;
}
.productApplications .productApplicationSlide {
  width: 67%;
  opacity: 0.42;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
}
.productApplications .productApplicationSlide.swiper-slide-active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.productApplications .productApplicationSlide.swiper-slide-next {
  opacity: 0.42;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.productApplications .productApplicationSlide figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #111;
}
.productApplications .productApplicationSlide figure > img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productApplications .productApplicationSlide figcaption {
  position: absolute;
  z-index: 1;
  left: 42px;
  right: 42px;
  bottom: 35px;
  color: var(--color-white);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.productApplications .productApplicationSlide figcaption h3 {
  font-weight: 700;
}
.productApplications .productApplicationSlide figcaption p {
  margin-top: 12px;
  line-height: 1.7;
}
.productApplications .productApplicationSlide:not(.swiper-slide-active) figcaption {
  opacity: 0;
}
.productApplications .productApplicationSlide figure::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}
@media only screen and (max-width: 1600px) {
  .productApplications .productApplicationsLayout {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1400px) {
  .productApplications .productApplicationControls {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 1600px) {
  .productApplications .productApplicationsLayout {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .productApplications .productApplicationsLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productApplications .productApplicationsAside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .productApplications .productApplicationControls {
    margin-top: 0;
  }
  .productApplications .js_product_applications {
    width: 100%;
    margin-top: 40px;
  }
  .productApplications .productApplicationSlide {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .productApplications .productApplicationsLayout {
    padding-right: 5%;
  }
  .productApplications .productApplicationSlide {
    width: 88%;
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }
  .productApplications .productApplicationSlide.swiper-slide-next {
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }
  .productApplications .productApplicationSlide figure > img {
    min-height: 300px;
  }
  .productApplications .productApplicationSlide figcaption {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .productApplications .productApplicationsLayout {
    padding-bottom: 70px;
  }
  .productApplications .productApplicationsAside {
    position: static;
  }
  .productApplications .productApplicationControls {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .productApplications .productApplicationSlide {
    -webkit-transition: none;
    transition: none;
  }
}

.productRelated h2 {
  color: var(--color-black);
  font-weight: 700;
}
.productRelated .productRelatedCard {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
  color: var(--color-black);
  background: #f6f6f6;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productRelated .productRelatedCard:first-child {
  margin-left: 0;
}
.productRelated .productRelatedCard:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.productRelated .productRelatedCard:hover h3 {
  color: var(--Primary-color);
}
.productRelated .productRelatedCard .img {
  overflow: hidden;
}
.productRelated .productRelatedCard img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.productRelated .productRelatedText {
  min-height: 128px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productRelated .productRelatedText h3 {
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.productRelated .productRelatedText p {
  margin-top: 10px;
  color: #888;
}
@media only screen and (max-width: 768px) {
  .productRelated .productRelatedCard {
    width: 100%;
    margin: 25px 0 0;
  }
  .productRelated .productRelatedCard:first-child {
    margin-top: 0;
  }
  .productRelated .productRelatedText {
    min-height: 0;
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productRelated .productRelatedCard img {
    -webkit-transition: none;
    transition: none;
  }
}

.productCta .productCtaInner {
  position: relative;
  min-height: 290px;
  overflow: hidden;
}
.productCta .productCtaInner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productCta .productCtaContent {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-left: 30px;
  color: var(--color-white);
  text-align: center;
}
.productCta .productCtaContent h2 {
  font-weight: 700;
}
.productCta .productCtaContent h2 br {
  display: none;
}
.productCta .productCtaContent p {
  margin-top: 12px;
}
.productCta .productCtaContent p br {
  display: none;
}
.productCta .productCtaButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Primary-color);
  background: var(--color-white);
}
.productCta .productCtaButton:hover, .productCta .productCtaButton:focus-visible {
  color: var(--color-white);
  background: var(--Primary-color);
}
@media only screen and (max-width: 768px) {
  .productCta .productCtaInner {
    min-height: 250px;
  }
  .productCta .productCtaContent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .productCta .productCtaContent h2 br {
    display: block;
  }
  .productCta .productCtaContent p br {
    display: block;
  }
}

.joinRecruitment .title h2 {
  color: var(--color-black);
  font-weight: 700;
}
.joinRecruitment .joinRecruitmentList {
  border-top: 1px solid #333;
}
.joinRecruitment .joinRecruitmentList li {
  border-bottom: 1px solid #e5e5e5;
}
.joinRecruitment .joinRecruitmentList a {
  min-height: 98px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-black);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.joinRecruitment .joinRecruitmentList h3 {
  min-width: 0;
  padding-right: 30px;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.joinRecruitment .joinRecruitmentList time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #aaa;
  font-variant-numeric: tabular-nums;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.joinRecruitment .joinRecruitmentList a:hover,
.joinRecruitment .joinRecruitmentList a:focus-visible {
  color: var(--Primary-color);
}
.joinRecruitment .joinRecruitmentList a:hover time,
.joinRecruitment .joinRecruitmentList a:focus-visible time {
  color: var(--Primary-color);
}
.joinRecruitment .p_page {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .joinRecruitment .joinRecruitmentList a {
    min-height: 78px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .joinRecruitment .joinRecruitmentList h3 {
    padding-right: 20px;
    white-space: normal;
  }
  .joinRecruitment .joinRecruitmentList time {
    padding-top: 2px;
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .joinRecruitment .joinRecruitmentList a,
  .joinRecruitment .joinRecruitmentList time {
    -webkit-transition: none;
    transition: none;
  }
}

.newsFeatured {
  background: #f5f6f7;
  overflow: hidden;
}
.newsFeatured .newsFeaturedLayout {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsFeatured .newsFeaturedLayout > .text {
  width: 45%;
}
.newsFeatured .newsFeaturedLayout > .img {
  width: 50%;
  height: 400px;
  overflow: hidden;
}
.newsFeatured .newsFeaturedLayout > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsFeatured .newsFeaturedLayout h2 {
  color: var(--color-black);
  font-weight: 700;
  line-height: 1.45;
}
.newsFeatured .newsFeaturedLayout h2:hover {
  color: var(--Primary-color);
}
.newsFeatured .newsFeaturedLayout time {
  display: block;
  margin-top: 22px;
  color: var(--color-black);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.newsFeatured .newsFeaturedLayout p {
  max-height: 7.2em;
  color: var(--color-gray);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.newsFeatured .newsFeaturedLayout .primary_btn {
  margin-right: 0;
  margin-left: 0;
  border-color: #e0e0e0;
}
.newsFeatured .newsFeaturedPagination {
  right: auto;
  bottom: 0px;
  left: 0;
  width: 45%;
  text-align: right;
}
.newsFeatured .newsFeaturedPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #bbb;
  opacity: 1;
}
.newsFeatured .newsFeaturedPagination .swiper-pagination-bullet-active {
  background: #222;
}
@media only screen and (max-width: 1000px) {
  .newsFeatured .newsFeaturedLayout > .img {
    height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .newsFeatured .newsFeaturedLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsFeatured .newsFeaturedLayout > .text {
    width: 100%;
    margin-top: 30px;
  }
  .newsFeatured .newsFeaturedLayout > .img {
    width: 100%;
    height: 56vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .newsFeatured .newsFeaturedLayout p {
    max-height: 6.4em;
    line-height: 1.6;
  }
  .newsFeatured .newsFeaturedPagination {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .newsFeatured .swiper-wrapper {
    -webkit-transition-duration: 0ms !important;
            transition-duration: 0ms !important;
  }
}

.newsArchive .newsArchiveList {
  margin-top: -60px;
}
.newsArchive .newsCard {
  width: calc((100% - 60px) / 3);
  margin-top: 60px;
  margin-left: 30px;
  background: var(--color-white);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.newsArchive .newsCard:nth-child(3n+1) {
  margin-left: 0;
}
.newsArchive .newsCard > a {
  display: block;
  color: var(--color-black);
}
.newsArchive .newsCard .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.44%;
  overflow: hidden;
}
.newsArchive .newsCard .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArchive .newsCard .text {
  min-height: 175px;
  padding: 28px 30px 25px;
  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;
}
.newsArchive .newsCard h2 {
  height: 4.35em;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.newsArchive .newsCard time {
  color: #888;
  font-variant-numeric: tabular-nums;
}
.newsArchive .newsCard:hover, .newsArchive .newsCard:focus-within {
  -webkit-box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.newsArchive .newsCard:hover h2, .newsArchive .newsCard:focus-within h2 {
  color: var(--Primary-color);
}
.newsArchive .p_page {
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .newsArchive .newsArchiveList {
    margin-top: -25px;
  }
  .newsArchive .newsCard {
    width: calc((100% - 25px) / 2);
    margin-top: 25px;
    margin-left: 25px;
  }
  .newsArchive .newsCard:nth-child(3n+1) {
    margin-left: 25px;
  }
  .newsArchive .newsCard:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .newsArchive .newsCard,
  .newsArchive .newsCard:nth-child(3n+1) {
    width: 100%;
    margin-left: 0;
  }
  .newsArchive .newsCard .text {
    min-height: 150px;
    padding: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .newsArchive .newsCard,
  .newsArchive .newsCard h2 {
    -webkit-transition: none;
    transition: none;
  }
}

.scientificPlatform .title h2,
.scientificPlatform .scientificPlatformLabel h3,
.scientificPlatform h4 {
  color: var(--color-black);
  font-weight: 700;
}
.scientificPlatform .title {
  border-bottom: 1px solid #d1d1d1;
}
.scientificPlatform .scientificPlatformRow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scientificPlatform .scientificPlatformLabel {
  width: 24%;
}
.scientificPlatform .scientificPlatformContent {
  width: 72.2%;
}
.scientificPlatform .scientificPlatformCard {
  width: calc((100% - 50px) / 2);
  margin-left: 50px;
}
.scientificPlatform .scientificPlatformCard:first-child {
  margin-left: 0;
}
.scientificPlatform .scientificPlatformCard .img {
  position: relative;
  height: 0;
  padding-bottom: 60.6%;
  overflow: hidden;
}
.scientificPlatform .scientificPlatformCard .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientificPlatform .scientificPlatformCard span {
  color: var(--Primary-color);
  font-size: 14px;
  font-weight: 700;
}
.scientificPlatform .scientificPlatformCard p {
  color: var(--color-gray-light);
  line-height: 1.8;
}
.scientificPlatform .scientificPlatformLocal {
  border-top: 1px solid #e5e5e5;
}
.scientificPlatform .scientificLocalCard {
  width: calc((100% - 50px) / 3);
  min-height: 220px;
  margin-left: 25px;
  padding: 42px 20px 30px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scientificPlatform .scientificLocalCard:hover {
  background: #eee;
}
.scientificPlatform .scientificLocalCard:first-child {
  margin-left: 0;
}
.scientificPlatform .scientificLocalCard img {
  width: 91px;
  height: 91px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1600px) {
  .scientificPlatform .scientificLocalCard img {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (max-width: 1000px) {
  .scientificPlatform .scientificPlatformLabel {
    width: 100%;
  }
  .scientificPlatform .scientificPlatformContent {
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .scientificPlatform .scientificPlatformCard {
    width: 100%;
    margin: 35px 0 0;
  }
  .scientificPlatform .scientificPlatformCard:first-child {
    margin-top: 0;
  }
  .scientificPlatform .scientificLocalCard {
    width: 100%;
    min-height: 0;
    margin: 20px 0 0;
    padding: 28px 20px;
  }
  .scientificPlatform .scientificLocalCard:first-child {
    margin-top: 0;
  }
}

.scientificAchievements {
  position: relative;
  min-height: 700px;
  color: var(--color-white);
  overflow: hidden;
}
.scientificAchievements .scientificAchievementsBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientificAchievements .scientificAchievementsInner {
  position: relative;
  z-index: 2;
}
.scientificAchievements .title h2 {
  color: var(--color-white);
  font-weight: 700;
}
.scientificAchievements .scientificAwardList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scientificAchievements .scientificAwardItem {
  width: calc((100% - 60px) / 3);
  padding: 50px 25px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2588235294);
  margin-left: 30px;
}
.scientificAchievements .scientificAwardItem:first-child {
  margin-left: 0;
}
.scientificAchievements .scientificAwardItem img {
  width: 67px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
}
.scientificAchievements .scientificAwardItem h3 {
  color: var(--color-white);
  font-weight: 700;
}
.scientificAchievements .scientificAwardItem span {
  display: block;
  margin-top: 8px;
  color: var(--color-white);
}
.scientificAchievements .scientificAwardItem i {
  color: var(--Primary-color);
  font-weight: 700;
  padding-right: 5px;
}
.scientificAchievements .scientificAchievementStats {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scientificAchievements .scientificAchievementStats dl {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.scientificAchievements .scientificAchievementStats dl:first-child {
  border-left: 0;
}
.scientificAchievements .scientificAchievementStats dt {
  color: var(--color-white);
  font-weight: 700;
}
.scientificAchievements .scientificAchievementStats dt sup {
  font-size: 18px;
  vertical-align: top;
  top: 7px;
  left: 5px;
}
.scientificAchievements .scientificAchievementStats dd {
  margin-top: 12px;
  color: var(--color-white);
}
@media only screen and (max-width: 1600px) {
  .scientificAchievements .scientificAwardItem img {
    width: 50px;
    height: 50px;
  }
  .scientificAchievements .scientificAchievementStats dl dt {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .scientificAchievements {
    min-height: 0;
  }
  .scientificAchievements .scientificAchievementsBg {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
  .scientificAchievements .scientificAwardItem {
    padding: 20px 20px;
  }
  .scientificAchievements .scientificAwardItem img {
    width: 48px;
    height: 48px;
  }
  .scientificAchievements .scientificAwardItem span {
    font-size: 13px;
  }
  .scientificAchievements .scientificAchievementStats {
    padding: 0px 0;
  }
  .scientificAchievements .scientificAchievementStats dl {
    width: 50%;
    margin-top: 35px;
  }
  .scientificAchievements .scientificAchievementStats dl:nth-child(odd) {
    border-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .scientificAchievements .scientificAwardList {
    margin-top: 8vw;
  }
  .scientificAchievements .scientificAwardItem {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.scientificBreakthrough .title h2,
.scientificBreakthrough .scientificBreakthroughLabel h3,
.scientificBreakthrough h4 {
  color: var(--color-black);
  font-weight: 700;
}
.scientificBreakthrough .scientificBreakthroughRow {
  border-top: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scientificBreakthrough .scientificBreakthroughLabel {
  width: 24%;
}
.scientificBreakthrough .scientificBreakthroughLabel > span {
  color: var(--Primary-color);
  font-size: 14px;
  font-weight: 700;
}
.scientificBreakthrough .scientificBreakthroughContent {
  width: 72.2%;
}
.scientificBreakthrough .scientificIconCard {
  min-width: 0;
}
.scientificBreakthrough .scientificIconCard .text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
.scientificBreakthrough .scientificIconCard p {
  color: var(--color-gray-light);
  line-height: 1.7;
}
.scientificBreakthrough .scientificIconState {
  position: relative;
  width: 141px;
  height: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 141px;
          flex: 0 0 141px;
}
.scientificBreakthrough .scientificIconState img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.scientificBreakthrough .scientificIconState .activeIcon {
  opacity: 0;
}
.scientificBreakthrough .scientificIconCard:hover,
.scientificBreakthrough .scientificIconCard:focus {
  outline: none;
}
.scientificBreakthrough .scientificIconCard:hover .defaultIcon,
.scientificBreakthrough .scientificIconCard:focus .defaultIcon {
  opacity: 0;
}
.scientificBreakthrough .scientificIconCard:hover .activeIcon,
.scientificBreakthrough .scientificIconCard:focus .activeIcon {
  opacity: 1;
}
.scientificBreakthrough .scientificCoreCard {
  width: calc((100% - 50px) / 2);
  margin-left: 50px;
}
.scientificBreakthrough .scientificCoreCard:first-child {
  margin-left: 0;
}
.scientificBreakthrough .scientificCoreCard .img {
  position: relative;
  height: 0;
  padding-bottom: 60.6%;
  overflow: hidden;
}
.scientificBreakthrough .scientificCoreCard .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientificBreakthrough .scientificCoreCard p {
  color: var(--color-gray-light);
  line-height: 1.8;
  padding-right: 40px;
}
.scientificBreakthrough .scientificIndustryLead {
  color: var(--color-black);
  line-height: 1.7;
}
.scientificBreakthrough .scientificIndustryLead p {
  margin-bottom: 30px;
}
.scientificBreakthrough .scientificIndustryLead span {
  color: var(--Primary-color);
}
.scientificBreakthrough .scientificIndustryGrid .scientificIconCard {
  width: 50%;
  padding-right: 50px;
}
.scientificBreakthrough .scientificIndustryGrid .scientificIconState {
  width: 140px;
  height: 140px;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
}
@media only screen and (max-width: 1600px) {
  .scientificBreakthrough .scientificIndustryGrid .scientificIconState {
    width: 100px;
    height: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .scientificBreakthrough .scientificBreakthroughLabel {
    width: 100%;
  }
  .scientificBreakthrough .scientificBreakthroughContent {
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .scientificBreakthrough .scientificBreakthroughLabel,
  .scientificBreakthrough .scientificBreakthroughContent {
    width: 100%;
  }
  .scientificBreakthrough .scientificBreakthroughContent {
    margin-top: 35px;
  }
  .scientificBreakthrough .scientificCoreCard {
    width: 100%;
    margin: 35px 0 0;
  }
  .scientificBreakthrough .scientificCoreCard:first-child {
    margin-top: 0;
  }
  .scientificBreakthrough .scientificIndustryGrid .scientificIconCard {
    width: 100%;
    padding-right: 0;
  }
  .scientificBreakthrough .scientificIconCard .text {
    padding-left: 18px;
  }
  .scientificBreakthrough .scientificIconState,
  .scientificBreakthrough .scientificIconGrid .scientificIconState,
  .scientificBreakthrough .scientificIndustryGrid .scientificIconState {
    width: 92px;
    height: 91px;
    -ms-flex-preferred-size: 92px;
        flex-basis: 92px;
  }
  .scientificBreakthrough .scientificCoreCard p {
    margin-top: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scientificBreakthrough .scientificIconState img {
    -webkit-transition: none;
    transition: none;
  }
}

.scientificCooperation {
  position: relative;
  color: var(--color-white);
  overflow: hidden;
}
.scientificCooperation .scientificCooperationBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientificCooperation .scientificCooperationInner {
  position: relative;
  z-index: 2;
}
.scientificCooperation .p p {
  margin-bottom: 20px;
}
.scientificCooperation .title h2,
.scientificCooperation h3 {
  color: var(--color-white);
  font-weight: 700;
}
.scientificCooperation .scientificCooperationLayout {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scientificCooperation .scientificCooperationText {
  width: 53%;
}
.scientificCooperation .scientificCooperationText > p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 2;
}
.scientificCooperation .scientificCooperationTypes {
  gap: 20px;
}
.scientificCooperation .scientificCooperationTypes > div {
  width: calc((100% - 20px) / 2);
  min-height: 76px;
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scientificCooperation .scientificCooperationTypes > div:hover {
  background: rgba(0, 0, 0, 0.1);
}
.scientificCooperation .scientificCooperationTypes img {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
.scientificCooperation .scientificCooperationTypes svg {
  width: 31px;
  height: 31px;
}
.scientificCooperation .scientificCooperationTypes svg path {
  fill: #fff;
}
.scientificCooperation .scientificCooperationTypes span {
  padding-left: 18px;
}
.scientificCooperation .scientificPartners {
  width: 40%;
  padding: 42px;
  background: rgba(214, 0, 15, 0.8);
}
.scientificCooperation .scientificPartnerGrid {
  margin-top: 18px;
}
.scientificCooperation .scientificPartnerGrid > div {
  width: calc((100% - 20px) / 2);
  height: 66px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
}
.scientificCooperation .scientificPartnerGrid > div:nth-child(odd) {
  margin-left: 0;
}
.scientificCooperation .scientificPartnerGrid img {
  max-width: 92%;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1000px) {
  .scientificCooperation .scientificCooperationText,
  .scientificCooperation .scientificPartners {
    width: 100%;
  }
  .scientificCooperation .scientificPartners {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .scientificCooperation .scientificCooperationTypes > div {
    width: 100%;
  }
  .scientificCooperation .scientificPartners {
    padding: 28px 20px;
  }
  .scientificCooperation .scientificPartnerGrid > div {
    width: 50%;
    margin-left: 0;
  }
}

.scientificCta .scientificCtaInner {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
.scientificCta .scientificCtaInner > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientificCta .scientificCtaContent {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 90%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scientificCta .scientificCtaContent h2 {
  color: var(--color-white);
  font-weight: 700;
}
.scientificCta .scientificCtaContent .primary_btn {
  color: var(--Primary-color);
  background: var(--color-white);
  border-color: var(--color-white);
}
.scientificCta .scientificCtaContent .primary_btn:hover {
  background: var(--Primary-color);
}
@media only screen and (max-width: 768px) {
  .scientificCta .scientificCtaInner {
    min-height: 280px;
  }
}

.detailArticle .detailArticleHeader {
  padding-bottom: 38px;
  border-bottom: 1px solid #d9d9d9;
}
.detailArticle .detailArticleHeader h1 {
  color: #222;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.detailArticle .detailArticleHeader time {
  display: block;
  margin-top: 30px;
  color: #aaa;
}
.detailArticle .detailArticleBody {
  color: #555;
  line-height: 2;
}
.detailArticle .detailArticleBody p {
  margin-bottom: 24px;
}
.detailArticle .detailArticleBody img {
  max-width: 100%;
  height: auto;
}
.detailArticle .detailArticleBody table {
  width: 100% !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.detailArticle .detailArticleFooter {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 34px;
  border-top: 1px solid #d9d9d9;
}
.detailArticle .detailArticleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: calc(100% - 190px);
}
.detailArticle .detailArticleLinks a {
  color: #333;
  font-weight: 600;
}
.detailArticle .detailArticleLinks a:hover {
  color: var(--Primary-color);
}
.detailArticle .detailBackButton {
  margin-right: 0;
  color: var(--color-white);
  background: var(--Primary-color);
  border-color: var(--Primary-color);
}
@media only screen and (max-width: 768px) {
  .detailArticle .detailArticleHeader {
    padding-bottom: 24px;
  }
  .detailArticle .detailArticleHeader h1 {
    font-size: 24px;
  }
  .detailArticle .detailArticleHeader time {
    margin-top: 20px;
  }
  .detailArticle .detailArticleBody {
    line-height: 1.85;
  }
  .detailArticle .detailArticleFooter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detailArticle .detailArticleLinks {
    max-width: 100%;
  }
  .detailArticle .detailBackButton {
    margin-top: 28px;
    margin-left: 0;
  }
}

.contactLocation {
  position: relative;
}
.contactLocation .wrap {
  z-index: 2;
  position: relative;
}
.contactLocation h2 {
  color: #222;
  font-weight: 700;
}

.contactLocation::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background: #f9f9f9;
}

.baiduMap {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  background: #edf2f6;
}
.baiduMap .baiduMapFallback {
  position: absolute;
  top: 0;
  right: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #78909c;
  background: linear-gradient(28deg, transparent 48%, rgba(255, 255, 255, 0.9) 49%, rgba(255, 255, 255, 0.9) 51%, transparent 52%) 0 0/160px 120px, linear-gradient(-18deg, transparent 48%, rgba(196, 221, 198, 0.8) 49%, rgba(196, 221, 198, 0.8) 54%, transparent 55%) 0 0/220px 160px, #e8eff5;
}
.baiduMap .baiduMapFallback span {
  font-size: 28px;
  font-weight: 700;
}
.baiduMap .baiduMapFallback small {
  margin-top: 10px;
  font-size: 14px;
}
.baiduMap.is-ready .baiduMapFallback {
  display: none;
}

.baiduMapTip {
  position: relative;
  width: 260px;
  min-height: 76px;
  padding: 22px 24px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  background: var(--color-white);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
}
.baiduMapTip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid var(--color-white);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.12));
}

.contactInfoGrid {
  border-bottom: 1px solid #e5e5e5;
}
.contactInfoGrid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 82px;
  width: 33.333%;
  padding: 18px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: #777;
  position: relative;
}
.contactInfoGrid li + li {
  padding-left: 20px;
}
.contactInfoGrid li + li::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  top: 50%;
  height: 20px;
  width: 1px;
  background: #e6e6e6;
}
.contactInfoGrid a, .contactInfoGrid strong {
  color: #333;
  font-weight: 700;
}
.contactInfoGrid .contactInfoAddress {
  width: 100%;
  border-bottom: 0;
  padding-left: 0px;
}
.contactInfoGrid .contactInfoAddress::after {
  display: none;
}
.contactInfoGrid li:last-child {
  width: 100%;
  border-bottom: 0;
  padding-left: 0px;
}
.contactInfoGrid li:last-child::after {
  display: none;
}
.contactInfoGrid.contactInfoGrid--base li {
  width: 50%;
}
.contactInfoGrid.contactInfoGrid--base .contactInfoAddress {
  width: 100%;
}
.contactInfoGrid.contactInfoGrid--base .contactInfoAddress::after {
  display: none;
}
.contactInfoGrid.contactInfoGrid--base li:last-child {
  width: 100%;
  border-bottom: 0;
  padding-left: 0px;
}
.contactInfoGrid.contactInfoGrid--base li:last-child::after {
  display: none;
}

.contactInfoIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactInfoIcon img, .contactInfoIcon svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactSubsidiaries h2 {
  color: #222;
  font-weight: 700;
}

.contactCompanyGrid {
  gap: 36px;
}

.contactCompanyCard {
  width: calc((100% - 36px) / 2);
  min-height: 270px;
  padding: 48px 42px;
  background: var(--color-white);
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}
.contactCompanyCard header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactCompanyCard header > img {
  width: 43px;
  height: 60px;
  margin-right: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactCompanyCard h3 {
  color: #222;
  font-size: 22px;
  font-weight: 700;
}
.contactCompanyCard p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  color: #555;
}
.contactCompanyCard p .contactInfoIcon {
  -ms-flex-preferred-size: 18px;
      flex-basis: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

@media only screen and (max-width: 1000px) {
  .baiduMap {
    height: 400px;
  }
  .contactInfoGrid li {
    width: 50%;
  }
  .contactInfoGrid li:nth-child(3) {
    border-left: 0;
  }
  .contactInfoGrid .contactInfoAddress {
    width: 100%;
  }
  .contactInfoGrid li:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contactLocation,
  .contactLocation.contactLocation--gray {
    padding-bottom: 60px;
  }
  .contactLocation.contactLocation--gray {
    padding-top: 60px;
  }
  .baiduMap {
    height: 300px;
    margin-top: 30px;
  }
  .baiduMapTip {
    width: 220px;
    min-height: 64px;
    padding: 16px 18px;
    font-size: 16px;
  }
  .contactInfoGrid li,
  .contactInfoGrid.contactInfoGrid--base li,
  .contactInfoGrid .contactInfoAddress {
    width: 100%;
    padding: 14px 0px;
    border-left: 0;
  }
  .contactInfoGrid li:last-child {
    width: 100%;
    padding: 14px 0px;
    border-left: 0;
  }
  .contactCompanyGrid {
    gap: 20px;
    margin-top: 30px;
  }
  .contactCompanyCard {
    width: 100%;
    min-height: 0;
    padding: 30px 22px;
  }
  .contactCompanyCard h3 {
    font-size: 18px;
  }
  .contactInfoGrid li + li {
    padding-left: 0px;
  }
  .contactInfoGrid li + li::after {
    display: none;
  }
}
.dangNewsItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  padding: 46px 0;
  border-top: 1px solid #e4e4e4;
}
.dangNewsItem:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}
.dangNewsItem:hover .dangNewsDate, .dangNewsItem:focus-within .dangNewsDate {
  color: #222;
}

.dangNewsDate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 142px;
          flex: 0 0 142px;
  color: #c8c8c8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dangNewsDate strong {
  display: block;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 600;
}
.dangNewsDate span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
}

.dangNewsImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  height: 202px;
  overflow: hidden;
}
.dangNewsImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.dangNewsImage:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.dangNewsText {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.dangNewsText h2 {
  color: #222;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}
.dangNewsText h2 a {
  color: inherit;
}
.dangNewsText h2 a:hover {
  color: var(--Primary-color);
}
.dangNewsText p {
  margin-top: 18px;
  color: #8a8a8a;
  line-height: 1.8;
}
.dangNewsText .primary_btn {
  margin-top: 28px;
  margin-left: 0;
}

.dangNews .p_page {
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .dangNewsItem {
    gap: 30px;
  }
  .dangNewsDate {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .dangNewsDate strong {
    font-size: 58px;
  }
  .dangNewsImage {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    height: 169px;
  }
}
@media only screen and (max-width: 768px) {
  .dangNewsItem {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
  }
  .dangNewsDate {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dangNewsDate strong {
    font-size: 44px;
  }
  .dangNewsDate span {
    font-size: 14px;
    margin-top: 0;
  }
  .dangNewsImage {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 94px);
            flex: 1 1 calc(100% - 94px);
    height: auto;
    aspect-ratio: 16/9;
  }
  .dangNewsText {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0px;
  }
  .dangNewsText h2 {
    font-size: 20px;
  }
  .dangNewsText p {
    margin-top: 12px;
  }
  .dangNewsText .primary_btn {
    margin-top: 20px;
  }
  .dangNewsItem--noImage .dangNewsText {
    -ms-flex-preferred-size: calc(100% - 94px);
        flex-basis: calc(100% - 94px);
    padding-left: 0;
  }
}