@charset "UTF-8";
.index {
  min-height: 100vh;
  background-color: #f2f2f2;
}
.index .header-box {
  background-color: #ffffff;
}
.index .header {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 140px;
  gap: 64px;
}
.index .header .logo {
  -moz-flex: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #000;
  outline: none;
}
.index .header .logo img {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 80px;
}
.index .header .logo .title {
  -moz-flex: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 380px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .header .menu {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 42px;
}
.index .header .menu li {
  text-align: center;
}
.index .header .menu li .cn-title {
  line-height: 1.5;
  font-size: 26px;
  color: #000;
  font-weight: 500;
}
.index .header .menu li .en-title {
  color: #666666;
  font-size: 18px;
}
.index .index-swiper {
  height: 700px;
  width: 100%;
}
.index .index-swiper .swiper-slide img,
.index .index-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-link {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-link .cn-title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.index .index-link .en-title {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.index .index-link .link-list {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 57px;
  margin-top: 30px;
}
.index .index-link .link-list li img {
  display: block;
  width: 60px;
  border-radius: 10px;
}
.index .index-link .link-list li p {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #555555;
  text-align: center;
}
.index .index-about {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 29px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-about-img {
  float: left;
  margin-right: 40px;
}
.index .index-about-img .about-swiper {
  width: 490px;
  height: 320px;
}
.index .index-about-img .about-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index .index-about-img .about-swiper .swiper-slide img,
.index .index-about-img .about-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-about-img .about-swiper-next, .index .index-about-img .about-swiper-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  z-index: 1;
  cursor: pointer;
}
.index .index-about-img .about-swiper-next {
  right: 10px;
  background-image: url("../image/icon-next.png");
  background-size: cover;
}
.index .index-about-img .about-swiper-prev {
  left: 10px;
  background-image: url("../image/icon-prev.png");
  background-size: cover;
}
.index .index-about-right .cn-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.index .index-about-right .en-title {
  font-size: 18px;
  color: #666666;
}
.index .index-about-right .text-content {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.index .index-about-right .toggle-action {
  display: none;
}
.index .index-product {
  width: 1200px;
  margin: 30px auto;
  padding: 30px 29px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-product .title-box {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.index .index-product .title-box .cn-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.index .index-product .title-box .en-title {
  position: relative;
  font-size: 18px;
  color: #666666;
}
.index .index-product .title-box .en-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 24px;
  height: 1px;
  background-color: #999;
}
.index .index-product-list {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.index .index-product-list .list-item {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc((100% - 80px) / 5);
  padding: 10px 15px 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 2px rgba(26, 36, 86, 0.0784313725);
          box-shadow: 0 0 4px 2px rgba(26, 36, 86, 0.0784313725);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-product-list .list-item img {
  display: block;
  width: 100%;
  height: 120px;
}
.index .index-product-list .list-item .info {
  margin-top: 10px;
}
.index .index-product-list .list-item .info .title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.index .index-product-list .list-item .info .desc {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .index-product-list .list-item .info .price {
  color: #f40a25;
  font-size: 1.28rem;
  line-height: 1.4;
  margin-top: 8px;
}
.index .index-product-list .list-item .info .price .unit {
  font-size: 14px;
}
.index .index-product .view-more {
  margin-top: 20px;
  text-align: center;
}
.index .index-product .view-more a {
  font-size: 0.896rem;
  color: #999;
  cursor: pointer;
}
.index .index-news {
  width: 1200px;
  margin: 30px auto;
  padding: 30px 0;
  min-height: 320px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-news .title-box {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.index .index-news .title-box .cn-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.index .index-news .title-box .en-title {
  position: relative;
  font-size: 18px;
  color: #666666;
}
.index .index-news .title-box .en-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 24px;
  height: 1px;
  background-color: #999;
}
.index .index-news-list {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.index .index-news-list .list-item {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 20px;
  width: calc((100% - 20px) / 2);
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 2px rgba(26, 36, 86, 0.0784313725);
          box-shadow: 0 0 4px 2px rgba(26, 36, 86, 0.0784313725);
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-news-list .list-item img {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 120px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-news-list .list-item .text-box {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .index-news-list .list-item .text-box .title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .index-news-list .list-item .text-box .time {
  line-height: 1.5;
  font-size: 0.768rem;
  color: #999;
}
.index .index-news-list.mode2 .list-item img {
  display: none;
}
.index .index-news .view-more {
  margin-top: 20px;
  text-align: center;
}
.index .index-news .view-more a {
  font-size: 0.896rem;
  color: #999;
  cursor: pointer;
}
.index .index-service {
  width: 1200px;
  margin: 30px auto;
  padding: 30px 29px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-service .title-box {
  margin-bottom: 20px;
  text-align: center;
}
.index .index-service .title-box .cn-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.index .index-service .title-box .en-title {
  position: relative;
  font-size: 18px;
  color: #666666;
}
.index .index-service-list {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.index .index-service-list .list-item {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc((100% - 60px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-service-list .list-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.index .index-service-list .list-item .title {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.index .index-service-list.mode2 .list-item img {
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-service-list.mode3 .list-item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-contact {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 1200px;
  margin: 30px auto;
  padding: 30px 29px;
  min-height: 320px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .index-contact .map .map-item {
  width: 457px;
  height: 250px;
}
.index .index-contact .h5-map {
  display: none;
}
.index .index-contact .text-box {
  -moz-flex: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.index .index-contact .text-box .title-box {
  margin-bottom: 20px;
}
.index .index-contact .text-box .title-box .cn-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.index .index-contact .text-box .title-box .en-title {
  position: relative;
  font-size: 18px;
  color: #666666;
}
.index .index-contact .text-box .contact-list .list-item {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 8px;
  font-size: 14px;
  color: #333333;
}
.index .index-contact .text-box .contact-list .list-item:not(:first-child) {
  margin-top: 5px;
}
.index .index-contact .text-box .contact-list .list-item.bg-gary {
  background-color: #f7f8fa;
}
.index .index-contact .text-box .contact-list .list-item img {
  display: block;
  width: 20px;
}
.index .index-contact .text-box .contact-list .list-item .title {
  margin-top: 10px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.index .map-sheet {
  display: none;
}

@media only screen and (max-width: 768px) {
  .index {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4.16rem 0.96rem 0;
    min-height: 100vh;
    background-color: #f2f2f2;
  }
  .index .header-box {
    position: relative;
    background-color: transparent;
  }
  .index .header {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    height: auto;
    gap: 0;
    padding-left: 0.96rem;
    position: absolute;
    top: -2.048rem;
    left: 0;
    z-index: 2;
  }
  .index .header .logo {
    -moz-flex: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.96rem;
    width: 100%;
  }
  .index .header .logo img {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    width: 5.12rem;
  }
  .index .header .logo .title {
    -moz-flex: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    max-width: calc(100% - 6.08rem);
    font-size: 1.152rem;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index .header .menu {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 42px;
    display: none;
  }
  .index .header .menu li {
    text-align: center;
  }
  .index .header .menu li .cn-title {
    line-height: 1.5;
    font-size: 26px;
    color: #000;
    font-weight: 500;
  }
  .index .header .menu li .en-title {
    color: #666666;
    font-size: 18px;
  }
  .index .index-swiper {
    height: 12.8rem;
    width: 100%;
  }
  .index .index-swiper .swiper-slide img,
  .index .index-swiper .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index .index-link {
    width: 100%;
    margin: 0 auto;
    padding: 1.92rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-link .cn-title {
    text-align: center;
    font-size: 1.152rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
  }
  .index .index-link .en-title {
    font-size: 0.896rem;
    color: #999;
    text-align: center;
  }
  .index .index-link .link-list {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    width: 100%;
    margin-top: 0;
  }
  .index .index-link .link-list li {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
    text-align: center;
    margin-top: 0.96rem;
  }
  .index .index-link .link-list li img {
    display: inline-block;
    width: 80%;
    border-radius: 10px;
  }
  .index .index-link .link-list li p {
    display: block;
    margin-top: 0.32rem;
    font-size: 0.768rem;
    color: #555555;
    text-align: center;
  }
  .index .index-about {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-about-img {
    float: none;
    margin-right: 0;
  }
  .index .index-about-img .about-swiper {
    width: 100%;
    height: 12rem;
  }
  .index .index-about-img .about-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .index .index-about-img .about-swiper .swiper-slide img,
  .index .index-about-img .about-swiper .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index .index-about-img .about-swiper-next, .index .index-about-img .about-swiper-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 1;
    cursor: pointer;
  }
  .index .index-about-img .about-swiper-next {
    right: 10px;
    background-image: url("../image/icon-next.png");
    background-size: cover;
  }
  .index .index-about-img .about-swiper-prev {
    left: 10px;
    background-image: url("../image/icon-prev.png");
    background-size: cover;
  }
  .index .index-about-right {
    padding: 0.96rem;
  }
  .index .index-about-right .cn-title {
    font-size: 1.152rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
  }
  .index .index-about-right .en-title {
    font-size: 0.896rem;
    color: #999999;
  }
  .index .index-about-right .text-ellipsis {
    position: relative;
    margin-top: 0.64rem;
  }
  .index .index-about-right .text-content {
    overflow: hidden;
    text-align: justify;
    line-height: 1.6;
    font-size: 0.896rem;
    color: #333333;
  }
  .index .index-about-right .text-content.collapsed {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .index .index-about-right .toggle-action-btn {
    text-align: center;
  }
  .index .index-about-right .toggle-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1989fa;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
  }
  .index .index-about-right .toggle-action::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-right: 1.5px solid #1989fa;
    border-bottom: 1.5px solid #1989fa;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .index .index-about-right .toggle-action.expanded::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .index .index-product {
    width: 100%;
    margin: 30px auto;
    padding: 0;
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-product .title-box {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .index .index-product .title-box .cn-title {
    font-size: 1.152rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
  }
  .index .index-product .title-box .en-title {
    position: relative;
    font-size: 0.896rem;
    color: #999999;
  }
  .index .index-product .title-box .en-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 24px;
    height: 1px;
    background-color: #999;
  }
  .index .index-product-list {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.96rem;
  }
  .index .index-product-list .list-item {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 0.96rem) / 2);
    padding: 0.64rem 0.96rem 0.512rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 2px rgba(26, 36, 86, 0.0784313725);
            box-shadow: 0 0 4px 2px rgba(26, 36, 86, 0.0784313725);
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-product-list .list-item img {
    display: block;
    width: 100%;
    height: 7.68rem;
  }
  .index .index-product-list .list-item .info {
    margin-top: 0.64rem;
  }
  .index .index-product-list .list-item .info .title {
    color: #333;
    font-size: 0.896rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .index .index-product-list .list-item .info .desc {
    color: #999;
    font-size: 0.768rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index .index-product-list .list-item .info .price {
    color: #f40a25;
    font-size: 1.152rem;
    line-height: 1.4;
    margin-top: 0.512rem;
  }
  .index .index-product-list .list-item .info .price .unit {
    font-size: 0.768rem;
  }
  .index .index-product-list .list-item:last-child {
    display: none;
  }
  .index .index-product .view-more {
    margin-top: 20px;
    text-align: center;
  }
  .index .index-product .view-more a {
    font-size: 0.896rem;
    color: #999;
    cursor: pointer;
  }
  .index .index-news {
    width: 100%;
    margin: 1.92rem auto;
    padding: 0;
    min-height: 320px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-news .title-box {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .index .index-news .title-box .cn-title {
    font-size: 1.152rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
  }
  .index .index-news .title-box .en-title {
    position: relative;
    font-size: 0.896rem;
    color: #999999;
  }
  .index .index-news .title-box .en-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 24px;
    height: 1px;
    background-color: #999;
  }
  .index .index-news-list {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .index .index-news-list .list-item {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 0.64rem;
    width: 100%;
    padding: 0.64rem;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-news-list .list-item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
  }
  .index .index-news-list .list-item img {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    width: 5.12rem;
    height: 3.712rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index .index-news-list .list-item .text-box {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index .index-news-list .list-item .text-box .title {
    color: #333;
    font-size: 0.896rem;
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index .index-news-list .list-item .text-box .time {
    line-height: 1.5;
    font-size: 0.768rem;
    color: #999;
  }
  .index .index-news .view-more {
    margin-top: 0.96rem;
    text-align: center;
  }
  .index .index-news .view-more a {
    font-size: 0.896rem;
    color: #999;
    cursor: pointer;
  }
  .index .index-service {
    width: 100%;
    margin: 0 auto;
    padding: 1.92rem 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-service .title-box {
    margin-bottom: 0.96rem;
    text-align: center;
  }
  .index .index-service .title-box .cn-title {
    font-size: 1.152rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
  }
  .index .index-service .title-box .en-title {
    position: relative;
    font-size: 0.896rem;
    color: #999999;
  }
  .index .index-service-list {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.96rem;
  }
  .index .index-service-list .list-item {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 0.96rem) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-service-list .list-item img {
    display: block;
    width: 100%;
    border-radius: 10px;
  }
  .index .index-service-list .list-item .title {
    margin-top: 0.64rem;
    color: #333;
    font-size: 0.896rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  .index .index-service-list.mode2 .list-item img {
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index .index-service-list.mode3 .list-item img {
    height: 8.576rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index .index-contact {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    gap: 0.96rem;
    width: 100%;
    margin: 1.92rem auto;
    padding: 3.2rem 0.96rem 0.96rem;
    min-height: 320px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-contact .map {
    width: 100%;
  }
  .index .index-contact .map .map-item {
    width: 100%;
    height: 10.8rem;
  }
  .index .index-contact .h5-map {
    display: block;
    position: absolute;
    left: 0.96rem;
    width: calc(100% - 1.92rem);
    height: 10.8rem;
    z-index: 2;
  }
  .index .index-contact .text-box {
    -moz-flex: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .index .index-contact .text-box .title-box {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0.96rem;
    gap: 0.64rem;
    padding: 0 0.96rem;
    margin-bottom: 0.64rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .index-contact .text-box .title-box .cn-title {
    font-size: 1.152rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
  }
  .index .index-contact .text-box .title-box .en-title {
    position: relative;
    font-size: 0.896rem;
    color: #999999;
    font-weight: normal;
  }
  .index .index-contact .text-box .contact-list .list-item {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.64rem;
    padding: 0.512rem;
    font-size: 0.896rem;
  }
  .index .index-contact .text-box .contact-list .list-item:not(:first-child) {
    margin-top: 0.256rem;
  }
  .index .index-contact .text-box .contact-list .list-item.bg-gary {
    position: absolute;
    left: 0.96rem;
    top: 12rem;
    width: calc(100% - 2.88rem);
    background-color: #f7f8fa;
    z-index: 999;
  }
  .index .index-contact .text-box .contact-list .list-item img {
    display: block;
    width: 20px;
  }
  .index .index-contact .text-box .contact-list .list-item .title {
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  .index .map-sheet {
    /* 遮罩层样式 */
    display: none;
  }
  .index .map-sheet .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
  .index .map-sheet .popup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.64rem 0.64rem 0 0;
    z-index: 10;
  }
  .index .map-sheet .popup-item {
    padding: 0.96rem;
    text-align: center;
    font-size: 0.896rem;
    color: #333333;
    border-bottom: 1px solid #eee;
  }
  .index .map-sheet .popup-cancel {
    padding: 0.96rem;
    text-align: center;
    font-size: 0.896rem;
    border-top: 0.512rem solid #eee;
  }
}