.header .inner-header-main {
  height: 130px;
  overflow: hidden;
}

.header .logo {
  width: 200px;
}

.header .logo img {
  width: 200px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

.header .logo::after {
  display: none;
}

.header .inner-header-copy {
  position: relative;
  float: left;
  padding: 20px 30px;
  margin-top: 20px;
}

.header .inner-header-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 68px;
  margin-top: -34px;
  background-color: #e1e1e1;
}

.header .inner-header-copy h3 {
  color: #363535;
  font-size: 24px;
  line-height: normal;
}

.header .inner-header-copy h3 span {
  color: #f0831e;
}

.header .inner-header-copy p {
  color: #414141;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}

.header .inner-header-tel {
  float: right;
  margin-top: 39px;
  text-align: right;
}

.header .inner-header-tel h3 {
  overflow: hidden;
  color: #6c6666;
  font-size: 16px;
  line-height: normal;
}

.header .inner-header-tel h3 span {
  float: right;
  padding-left: 30px;
  background: url('/static/template1285/image/icon1.png') left center / 24px auto no-repeat;
}

.header .inner-header-tel a {
  display: block;
  color: #ff8e00;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}

.inner-footer-logo {
  width: 170px;
  max-height: 80px;
  object-fit: contain;
}

.inner-footer-qr {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.footer .footer-icp a {
  color: inherit;
}

.yunu-link {
  display: none;
}

.box-cont img,
.prod_c img {
  max-width: 100%;
  height: auto;
}

.contact-status {
  margin-bottom: 15px;
  padding: 10px 14px;
  color: #fff;
  background: #0d62be;
}

.contact-status.error {
  background: #c53b3b;
}

.section_inner .prod-slide .cate-box h3.cate-title-long {
  padding: 0 8px;
  font-size: 22px;
  white-space: nowrap;
}

.about-company-page {
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

.about-company-page * {
  box-sizing: border-box;
}

.about-company-page p {
  margin: 0 0 14px;
}

.about-company-page h2,
.about-company-page h3,
.about-company-page h4 {
  color: #222;
  line-height: 1.45;
}

.about-company-page h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.about-company-page h3 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 4px solid #0d62be;
  font-size: 22px;
}

.about-company-page h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

.about-company-page ul {
  margin: 0;
  padding: 0;
}

.about-company-page li {
  list-style: none;
}

.about-company-page table,
.box-cont table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.about-company-page th,
.about-company-page td,
.box-cont th,
.box-cont td {
  padding: 11px 13px;
  border: 1px solid #d8e0e8;
  vertical-align: top;
}

.about-company-page th,
.box-cont th {
  color: #222;
  background: #f4f7fa;
  font-weight: 700;
}

.about-company-page > ul:not([class]),
.box-cont > ul:not([class]),
.about-company-page > ol:not([class]),
.box-cont > ol:not([class]) {
  padding-left: 24px;
}

.about-company-page > ul:not([class]) > li,
.box-cont > ul:not([class]) > li {
  list-style: disc;
}

.about-company-page > ol:not([class]) > li,
.box-cont > ol:not([class]) > li {
  list-style: decimal;
}

.about-kicker {
  margin-bottom: 7px !important;
  color: #0d62be;
  font-size: 13px;
  font-weight: 700;
}

.about-lead {
  color: #555;
  font-size: 16px;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 10px 0 36px;
}

.about-intro-media {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8px;
}

.about-intro-media img,
.about-scene-card img,
.about-quality-media img,
.about-history-media img {
  width: 100%;
  object-fit: cover;
}

.about-intro-media img:first-child {
  height: 330px;
}

.about-intro-media img:last-child {
  height: 330px;
}

.about-section {
  padding: 34px 0;
  border-top: 1px solid #e6e6e6;
}

.about-chip-grid,
.about-product-grid,
.about-scene-grid,
.about-service-grid,
.about-warranty-grid {
  display: grid;
  gap: 16px;
}

.about-chip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-chip-grid li {
  padding: 16px 12px;
  color: #0d62be;
  background: #f4f7fa;
  border: 1px solid #dce7f1;
  font-weight: 700;
  text-align: center;
}

.about-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-info-card {
  padding: 22px;
  background: #f7f7f7;
  border-top: 3px solid #0d62be;
}

.about-info-card ul li,
.about-check-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}

.about-info-card ul li::before,
.about-check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f0831e;
}

.about-scene-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-scene-card {
  overflow: hidden;
  background: #f5f5f5;
}

.about-scene-card img {
  height: 180px;
}

.about-scene-card div {
  padding: 16px;
}

.about-scene-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.about-price-highlight {
  padding: 26px;
  color: #fff;
  background: #0d62be;
}

.about-price-highlight h3,
.about-price-highlight strong {
  color: #fff;
}

.about-price-highlight h3 {
  border-left-color: #f0831e;
}

.about-price-highlight strong {
  font-size: 20px;
}

.about-warranty-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-warranty-card {
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
}

.about-warranty-card strong {
  display: block;
  margin-bottom: 7px;
  color: #0d62be;
  font-size: 30px;
}

.about-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-service-grid li {
  padding: 18px 20px;
  background: #f4f7fa;
  border-left: 3px solid #f0831e;
}

.about-quality-layout,
.about-history-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.about-quality-media img {
  height: 470px;
}

.about-history-layout {
  grid-template-columns: 1.1fr .9fr;
}

.about-history-media img {
  height: 430px;
}

.about-timeline {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid #0d62be;
}

.about-timeline li {
  position: relative;
  margin-bottom: 18px;
}

.about-timeline li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f0831e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f0831e;
}

.about-timeline strong {
  display: block;
  color: #0d62be;
  font-size: 17px;
}

.about-future {
  padding: 28px;
  color: #fff;
  background: #084e91;
  text-align: center;
}

.about-future h3 {
  padding: 0;
  color: #fff;
  border: 0;
}

.about-future p {
  margin: 0;
  color: rgba(255,255,255,.88);
}

.technology-company-page {
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

.technology-company-page * {
  box-sizing: border-box;
}

.technology-company-page p {
  margin: 0 0 14px;
}

.technology-company-page h2,
.technology-company-page h3,
.technology-company-page h4 {
  color: #202b38;
  line-height: 1.45;
}

.technology-company-page h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.technology-company-page h3 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 4px solid #0d62be;
  font-size: 22px;
}

.technology-company-page h4 {
  margin: 0 0 9px;
  font-size: 18px;
}

.technology-company-page ul,
.technology-company-page ol {
  margin: 0;
  padding: 0;
}

.technology-company-page li {
  list-style: none;
}

.technology-kicker {
  margin-bottom: 7px !important;
  color: #0d62be;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.technology-lead {
  color: #555;
  font-size: 16px;
}

.technology-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: center;
  padding: 10px 0 36px;
}

.technology-intro-media {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8px;
}

.technology-intro-media img,
.technology-lab-media img,
.technology-material-media img {
  width: 100%;
  object-fit: cover;
}

.technology-intro-media img {
  height: 330px;
}

.technology-section {
  padding: 34px 0;
  border-top: 1px solid #e5e9ed;
}

.technology-pillars,
.technology-system-grid,
.technology-check-grid,
.technology-test-grid,
.technology-warranty-grid {
  display: grid;
  gap: 16px;
}

.technology-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technology-pillar {
  padding: 22px 18px;
  background: #f4f7fa;
  border-top: 3px solid #0d62be;
}

.technology-pillar strong {
  display: block;
  margin-bottom: 8px;
  color: #f0831e;
  font-size: 13px;
}

.technology-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  counter-reset: technology-step;
}

.technology-process li {
  position: relative;
  min-height: 150px;
  padding: 50px 16px 16px;
  background: #fff;
  border: 1px solid #dce4ec;
  counter-increment: technology-step;
}

.technology-process li::before {
  content: counter(technology-step, decimal-leading-zero);
  position: absolute;
  top: 12px;
  left: 16px;
  color: #0d62be;
  font-size: 25px;
  font-weight: 700;
}

.technology-process li::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -13px;
  width: 13px;
  height: 1px;
  background: #f0831e;
}

.technology-process li:nth-child(4n)::after,
.technology-process li:last-child::after {
  display: none;
}

.technology-process span {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
}

.technology-system-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.technology-system-card {
  padding: 22px;
  color: #fff;
  background: #0d62be;
}

.technology-system-card:nth-child(even) {
  background: #084e91;
}

.technology-system-card h4,
.technology-system-card p,
.technology-system-card strong {
  color: #fff;
}

.technology-material-layout,
.technology-lab-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.technology-material-media img,
.technology-lab-media img {
  min-height: 420px;
}

.technology-comparison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.technology-comparison th,
.technology-comparison td {
  padding: 11px 12px;
  border: 1px solid #d8e0e8;
  text-align: left;
  vertical-align: top;
}

.technology-comparison th {
  color: #fff;
  background: #0d62be;
}

.technology-comparison td:first-child {
  color: #202b38;
  background: #f4f7fa;
  font-weight: 700;
}

.technology-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technology-check-card {
  padding: 22px;
  background: #fff;
  border: 1px solid #dde4eb;
}

.technology-check-card > strong {
  display: inline-block;
  margin-bottom: 12px;
  color: #0d62be;
  font-size: 28px;
}

.technology-check-card ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.technology-check-card ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f0831e;
}

.technology-test-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.technology-test-grid li {
  padding: 18px 12px;
  color: #0d62be;
  background: #f4f7fa;
  border-bottom: 3px solid #f0831e;
  font-weight: 700;
  text-align: center;
}

.technology-standard {
  padding: 26px;
  color: #fff;
  background: #0d62be;
}

.technology-standard h3,
.technology-standard p,
.technology-standard strong {
  color: #fff;
}

.technology-standard h3 {
  border-left-color: #f0831e;
}

.technology-warranty-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technology-warranty-card {
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #dde4eb;
  text-align: center;
}

.technology-warranty-card strong {
  display: block;
  margin-bottom: 6px;
  color: #0d62be;
  font-size: 30px;
}

.technology-future {
  padding: 28px;
  color: #fff;
  background: #084e91;
  text-align: center;
}

.technology-future h3,
.technology-future p {
  color: #fff;
}

.technology-future h3 {
  padding: 0;
  border: 0;
}

.technology-future p {
  margin: 0;
  color: rgba(255,255,255,.88);
}

@media only screen and (max-width: 959px) {
  .section_inner .prod-slide .cate-box h3.cate-title-long {
    font-size: 20px;
  }

  .about-intro,
  .about-quality-layout,
  .about-history-layout,
  .technology-intro,
  .technology-material-layout,
  .technology-lab-layout {
    grid-template-columns: 1fr;
  }

  .about-intro-media {
    grid-row: 1;
  }

  .about-chip-grid,
  .about-scene-grid,
  .about-warranty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-quality-media img,
  .about-history-media img {
    height: 360px;
  }

  .technology-intro-media {
    grid-row: 1;
  }

  .technology-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-process li:nth-child(2n)::after {
    display: none;
  }

  .technology-test-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 640px) {
  .header .inner-header-main {
    height: 60px;
  }

  .header .logo {
    width: 180px;
    height: 60px;
  }

  .header .inner-header-copy {
    display: none;
  }

  .header .inner-header-tel {
    display: none;
  }

  .yunu-link {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    overflow: hidden;
    padding: 4px 0;
    background-color: #fff;
    box-shadow: 5px 0 10px rgba(0,0,0,.05);
  }

  .yunu-link li {
    float: left;
    width: 25%;
  }

  .yunu-link li a {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: normal;
    text-align: center;
  }

  .yunu-link li.on a,
  .yunu-link li:hover a {
    color: #0d62be;
  }

  .yunu-link li a i {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
  }

  .yunu-link li a .i1 {
    background-image: url('/static/template1285/image/sj-nav1.png');
  }

  .yunu-link li.on .i1,
  .yunu-link li:hover .i1 {
    background-image: url('/static/template1285/image/sj-nav1-on.png');
  }

  .yunu-link li a .i2 {
    background-image: url('/static/template1285/image/sj-nav2.png');
  }

  .yunu-link li.on .i2,
  .yunu-link li:hover .i2 {
    background-image: url('/static/template1285/image/sj-nav2-on.png');
  }

  .yunu-link li a .i3 {
    background-image: url('/static/template1285/image/sj-nav3.png');
  }

  .yunu-link li.on .i3,
  .yunu-link li:hover .i3 {
    background-image: url('/static/template1285/image/sj-nav3-on.png');
  }

  .yunu-link li a .i4 {
    background-image: url('/static/template1285/image/sj-nav4.png');
  }

  .yunu-link li.on .i4,
  .yunu-link li:hover .i4 {
    background-image: url('/static/template1285/image/sj-nav4-on.png');
  }

  .section_inner .prod-slide .cate-box h3.cate-title-long {
    padding: 0 34px 0 10px;
    font-size: 16px;
  }

  .about-company-page {
    font-size: 14px;
  }

  .about-company-page h2 {
    font-size: 23px;
  }

  .about-company-page h3 {
    font-size: 19px;
  }

  .about-intro-media {
    grid-template-columns: 1fr;
  }

  .about-intro-media img:first-child,
  .about-intro-media img:last-child,
  .about-quality-media img,
  .about-history-media img {
    height: 240px;
  }

  .about-chip-grid,
  .about-product-grid,
  .about-scene-grid,
  .about-service-grid,
  .about-warranty-grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 26px 0;
  }

  .about-price-highlight,
  .about-future {
    padding: 22px 18px;
  }

  .technology-company-page {
    font-size: 14px;
  }

  .technology-company-page h2 {
    font-size: 23px;
  }

  .technology-company-page h3 {
    font-size: 19px;
  }

  .technology-intro-media,
  .technology-pillars,
  .technology-system-grid,
  .technology-process,
  .technology-check-grid,
  .technology-test-grid,
  .technology-warranty-grid {
    grid-template-columns: 1fr;
  }

  .technology-intro-media img,
  .technology-material-media img,
  .technology-lab-media img {
    height: 240px;
    min-height: 0;
  }

  .technology-process li::after {
    display: none;
  }

  .technology-section {
    padding: 26px 0;
  }

  .technology-standard,
  .technology-future {
    padding: 22px 18px;
  }

  .technology-comparison {
    font-size: 12px;
  }

  .technology-comparison th,
  .technology-comparison td {
    padding: 8px 7px;
  }
}
