body {
  color: #123;
  font-size: 16px; }

header {
  line-height: 40px;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 8px 0 20px; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none; }

header.fixed {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
header.gray {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }

.logo-path {
  fill: #686767; }

header.gray .logo-path {
  fill: #686767; }
header.fixed .nav-toggle, header.gray .nav-toggle {
  color: #00aab2; }
header h1 {
  height: 34px;
  width: 125px;
  float: left;
  margin-top: 10px;
  font-size: 0;
  fill: #333; }
header.fixed nav ul li .navCheck, header.gray nav ul li .navCheck, header.fixed nav ul li a:hover, header.gray nav ul li a:hover, header.fixed nav ul li a:hover, header.gray nav ul li a:hover {
  color: #00aab2; }
header h1 svg {
  width: 100%;
  height: auto; }
header nav {
  float: right; }
  header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto; }
    header nav ul li {
      display: inline-block; }
      header nav ul li + li {
        margin-left: 12px; }
      header nav ul li a {
        display: block;
        text-decoration: none;
        padding: 12px 16px;
        color: #333;
        transition: all .2s ease; }
      header nav ul li .navCheck {
        color: #00aab2;
        transition: all .2s ease; }
        header nav ul li .navCheck:after {
          position: relative;
          display: block;
          content: '';
          margin: 0 10%;
          width: 24px;
          border-top: 2px solid #00aab2; }
      header nav ul li a:hover {
        color: #00aab2;
        text-decoration: none; }

.industryCategory {
  text-align: center; }
  .industryCategory ul {
    list-style: none;
    white-space: nowrap;
    overflow-x: auto; }
    .industryCategory ul li a {
      display: block;
      text-decoration: none;
      padding: 12px 16px;
      color: #333;
      transition: all .2s ease; }
      .industryCategory ul li a:hover {
        color: #00aab2;
        text-decoration: none; }

.hero.comfortable {
  position: relative;
  box-sizing: border-box;
  padding: 7% 0;
  background-size: cover;
  background: #F3FFFF; }

.bannerBox {
  margin-top: 80px;
  background-color: #F3FFFF; }

.hero.comfortable a {
  width: 150px;
  height: 50px;
  margin: 40px 0 0 30px;
  line-height: 36px;
  color: #fff;
  background-color: #00aab2; }
  .hero.comfortable a:hover {
    background-color: #00848b; }
  .hero.comfortable a:active {
    background-color: #00aab2;
    border: 0; }
.hero.comfortable p {
  padding-left: 30px;
  color: #333;
  font-size: 2.5em;
  margin-bottom: 4px;
  /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);*/ }
.hero.comfortable .eng {
  color: #6b7799;
  font-size: 1.4em; }

.card {
  border: 0; }

.hero.comfortable .imgBox {
  position: absolute;
  right: 0; }
.hero.comfortable img {
  max-height: 300px;
  width: auto; }

.product {
  padding-top: 16px;
  text-align: center; }

.section h2 {
  text-align: center;
  font-size: 1.4em;
  margin: 32px 0 24px; }
  .section h2 span {
    display: inline-block;
    position: relative;
    padding: 8px 0 8px; }
    .section h2 span:before, .section h2 span:after {
      position: absolute;
      display: block;
      content: '';
      width: 24px;
      border-top: 2px solid #ffa601; }
    .section h2 span:before {
      top: 0;
      left: 0; }
    .section h2 span:after {
      bottom: 0;
      right: 0; }
  .section h2 small {
    display: block;
    font-size: 0.65em;
    margin-top: 4px;
    color: #999; }

.product > p {
  color: #6b7799;
  max-width: 580px;
  text-align: center;
  margin: 60px auto 30px; }

.card .row {
  border: 0px;
  margin: 0; }

.industryBox {
  padding: 30px 0 60px;
  background-color: #F3FFFF;
  text-align: center; }
  .industryBox .industryUrl {
    color: #00aab2;
    display: block;
    margin: 120px auto 0;
    width: 120px;
    border: 1px solid #00aab2; }
    .industryBox .industryUrl:hover {
      color: #00848b;
      border: 1px solid #00848b; }
    .industryBox .industryUrl:active {
      color: #008991;
      border: 1px solid #008991; }

.industry {
  text-align: center; }
  .industry .controller.carousel-indicators li {
    width: 20px;
    height: 8px;
    border-radius: 20px;
    background-color: #64D0D4;
    transition: all 0.1s ease; }
    .industry .controller.carousel-indicators li.active {
      width: 40px;
      background-color: #ffa601;
      transition: all 0.1s ease; }
  .industry h3 {
    font-size: 1.1em;
    margin-top: 18px; }
    .industry h3 + p {
      max-width: 425px;
      text-indent: 2em;
      margin: 12px auto 0; }
  .industry .more {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 12px 0;
    min-width: 180px;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    transition: all .2s ease;
    margin-top: 24px; }
    .industry .more:hover {
      color: #fff;
      background: #00aab2; }

.list-features {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0 0 90px;
  max-width: 100%; }
  .list-features:after {
    display: block;
    content: '';
    clear: both; }
  .list-features .productImg {
    position: relative;
    border-radius: 50%;
    background-color: #00aab2;
    height: 0;
    width: 60%;
    padding-bottom: 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
  .list-features > div img {
    width: 60%;
    margin-top: 100%; }
  .list-features .img {
    padding-right: 12px;
    vertical-align: middle; }
  .list-features .desc {
    vertical-align: middle; }
  .list-features > div {
    float: left;
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 20px; }
    .list-features > div h3 {
      font-size: 1em; }
    .list-features > div p {
      font-size: 14px;
      margin-bottom: 0; }
    .list-features > div > a {
      text-align: center;
      display: block;
      color: inherit;
      padding: 28px 16px;
      text-decoration: none;
      transition: all .2s ease;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
      .list-features > div > a:hover {
        color: #ffffff;
        background: #00aab2;
        text-decoration: none;
        box-shadow: 0 2px 12px rgba(0, 170, 178, 0.28); }
        .list-features > div > a:hover .Nohide {
          display: none; }
        .list-features > div > a:hover .Noshow {
          display: inherit; }

.Noshow {
  display: none; }

.carousel-item a {
  text-decoration: none;
  color: inherit;
  outline: none; }
  .carousel-item a:hover .imgBox > img {
    transform: scale(1.3);
    transition: all ease 0.4s; }
  .carousel-item a .imgBox > img {
    transform: scale(1);
    transition: all ease 0.4s; }

.productCard {
  width: 100%;
  height: 430px;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 14px;
  flex-wrap: wrap; }
  .productCard .imgBox {
    border-radius: 14px 0 0 14px;
    overflow: hidden;
    width: 450px;
    height: 430px; }
    .productCard .imgBox img {
      width: 450px;
      height: 430px;
      /* 原图宽高比 1.26~1.77，容器是 450x430(1.05)，不设 cover 会被硬拉伸变形 */
      object-fit: cover; }
  .productCard .aboutBox {
    text-align: left;
    padding-top: 60px;
    width: 450px;
    height: 430px; }
    .productCard .aboutBox p {
      line-height: 1.8em;
      color: #6b7799; }
    .productCard .aboutBox h1 {
      font-size: 2em;
      margin-bottom: 40px; }
    .productCard .aboutBox a {
      margin-top: 20px;
      color: #FFF;
      background-color: #00aab2; }
      .productCard .aboutBox a:active {
        background-color: #008991; }
      .productCard .aboutBox a:hover {
        background-color: #00848b; }

.carousel {
  margin-top: 60px;
  border-radius: 18px;
  box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.08); }
  .carousel .carouselCol {
    bottom: -90px; }

.about {
  margin: 60px 0; }

.aboutCard {
  margin-top: 60px; }

.section h2 {
  font-size: 2.1em; }

.aboutCard h3 {
  margin-bottom: 30px; }

.aboutTBox {
  min-width: 400px; }

.aboutText {
  color: #6b7799;
  font-size: 0.95em;
  line-height: 1.8em; }

.about .aboutImg {
  max-width: 100%;
  min-width: 300px;
  height: auto; }
.about > p {
  max-width: 720px;
  margin: 0 auto 16px;
  text-indent: 2em; }

footer {
  background: #21363b;
  color: #82a9ad; }
  footer .contact {
    padding: 24px 0;
    border-bottom: 1px solid #0c1318; }
    footer .contact ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
  footer .detail ul > li {
    padding: 2px 0;
    font-size: 0.85em; }
  footer .detail h3 {
    padding-bottom: 16px; }
  footer .detail ul > li > a {
    color: #82a9ad; }

.sectionCol {
  padding-top: 30px; }

footer h2 {
  font-size: 16px;
  margin-bottom: 12px; }

.copyright {
  text-align: center;
  padding: 16px 0;
  font-size: 14px;
  border-top: 1px solid #3d5559; }

.list-qr-codes > li {
  text-align: center;
  display: inline-block; }
  .list-qr-codes > li + li {
    margin-left: 24px; }
  .list-qr-codes > li > img {
    border-radius: 2px;
    width: 126px;
    height: 126px; }
  .list-qr-codes > li > p {
    font-size: 14px;
    margin-top: 6px;
    color: #d3d3d3;
    margin-bottom: 0; }

#map {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  border-radius: 4px;
  max-width: 240px; }

.anchorBL {
  display: none; }

.list-cases {
  margin-bottom: 24px; }

.case-item {
  border: 1px solid transparent;
  display: block;
  color: inherit;
  transition: all .2s ease;
  padding: 15px;
  border-radius: 4px;
  height: 100%; }
  .case-item:hover {
    color: inherit;
    background: #f5f5f5;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15); }
    .case-item:hover img {
      transform: scale(1.4) rotate(10deg);
      opacity: .9; }
  .case-item img {
    width: 100%;
    transition: all .8s ease; }

.case-item-title {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }

.case-item h3 {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  margin: 0;
  font-size: 1.2em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.case-item p {
  text-align: left;
  text-indent: 2em;
  margin-top: 16px;
  margin-bottom: 0; }

.nav-toggle {
  background: transparent;
  border: none;
  line-height: 1;
  color: #00aab2;
  position: relative;
  top: 8px;
  float: right;
  outline: none; }
  .nav-toggle:focus {
    outline: none; }

.copyright span {
  white-space: nowrap; }

@media (max-width: 991.98px) {
  .container {
    max-width: 960px; }

  #map {
    width: 100%;
    margin: 16px 0;
    height: 140px; }

  .carousel {
    width: 80%;
    margin-left: 10%; }

  .productCard {
    width: 100%;
    height: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 14px; }
    .productCard .imgBox {
      display: inline-block;
      border-radius: 14px 14px 0 0;
      overflow: hidden;
      width: 100%;
      height: 50%; }
      .productCard .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .productCard .aboutBox {
      display: block;
      text-align: left;
      padding: 20px;
      width: 100%;
      height: 40%; }
      .productCard .aboutBox p {
        line-height: 1.8em;
        color: #6b7799; }
      .productCard .aboutBox h1 {
        font-size: 2em;
        margin-bottom: 10px; }
      .productCard .aboutBox a {
        margin-top: 20px;
        color: #FFF;
        background-color: #00aab2; }
        .productCard .aboutBox a:active {
          background-color: #008991; }
        .productCard .aboutBox a:hover {
          background-color: #00848b; }

  .list-qr-codes {
    text-align: center; }

  .qr-code {
    margin: 24px 0 0; }

  .list-qr-codes > li + li {
    margin-left: 16px; }

  .product > p {
    color: #6b7799;
    text-indent: 2em;
    text-align: left; }

  .list-features {
    margin-top: 8px; }
    .list-features div a {
      padding: 20px;
      text-align: left;
      display: flex;
      justify-content: start;
      align-items: center; }
      .list-features div a .productImg {
        width: 30%;
        max-height: 80px;
        padding-bottom: 30%;
        margin-bottom: 0; }
      .list-features div a .productText {
        padding-left: 10%;
        display: inline; }
        .list-features div a .productText h3 {
          display: inline; }
        .list-features div a .productText .Nohide {
          display: block;
          margin-top: 10%;
          font-size: 1.4em;
          color: #333;
          white-space: nowrap; }
        .list-features div a .productText .Noshow {
          margin-top: 10%;
          display: block;
          color: #999;
          font-size: 0.8em; }
      .list-features div a:hover {
        color: #ffffff;
        background: #00aab2;
        text-decoration: none;
        box-shadow: 0 2px 12px rgba(0, 170, 178, 0.28); }
        .list-features div a:hover .Nohide {
          display: inherit; }
        .list-features div a:hover .Noshow {
          color: #ffffff;
          display: inherit; }

  header {
    overflow-y: hidden; }
    header nav {
      float: none;
      clear: both;
      height: 0;
      position: relative;
      top: 4px; }
      header nav ul {
        display: block; }

  .case-item {
    border-radius: 0;
    margin-bottom: 0; }
    .case-item + .case-item {
      border-top: 1px solid #e9e9e9; }
    .case-item:hover {
      box-shadow: none; } }
@media (max-width: 767px) {
  .hero.comfortable p {
    font-size: 2em; }

  #map {
    margin: 16px auto; }

  .detail {
    text-align: center; } }
@media (max-width: 633px) {
  .list-features .col-lg {
    padding-right: 5px;
    padding-left: 5px; }
  .list-features div a {
    padding: 10px; }
    .list-features div a .productText .Nohide {
      font-size: 16px; }
    .list-features div a .productText .Noshow {
      font-size: 12px; } }
@media (max-width: 510px) {
  #map {
    width: 100%; }

  body {
    font-size: 16px; }

  .list-features div {
    max-width: 70%; }
  .list-features .col-lg {
    padding-right: 3px;
    padding-left: 3px; }
  .list-features div a {
    padding: 10px; }
    .list-features div a .productText .Nohide {
      font-size: 0.8rem; }
    .list-features div a .productText .Noshow {
      font-size: 0.5rem; }

  .aboutTBox {
    min-width: 320px; }

  .hero.comfortable {
    padding: 30px 0 60px; }
    .hero.comfortable p {
      font-size: 1.5em; }
    .hero.comfortable .eng {
      font-size: 0.85em; }
    .hero.comfortable img {
      opacity: 0.35; }

  .product > p {
    margin: 30px auto 15px; } }

/*# sourceMappingURL=index.css.map */

/* 从其他页面以锚点进入时，补偿固定 header 的高度（与 index.js 里的 -90 保持一致） */
#product,
#industry,
#about,
#contact {
  scroll-margin-top: 90px; }
