@charset "UTF-8";
/* #region ¶¯»­*/
@keyframes swiperLR1 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes swiperLR2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes more-hover-arrow {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* #endregion */
/* #region ³õÊ¼»¯*/
html {
  width: 100%;
  scroll-behavior: smooth;
  font-family: "arial", "microsoft yahei";
  overflow-x: hidden;
  font-size: 0px;
}

body {
  width: 100%;
  color: #333333;
  overflow: hidden;
  background: #fff;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

.none {
  display: none !important;
}

input,
select,
textarea {
  outline: none;
  font-size: inherit;
  background: none;
  -webkit-appearance: none;
}

button {
  outline: none;
  cursor: pointer;
  font-size: inherit;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

em {
  font-style: normal;
}

img {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: inherit;
  word-wrap: break-word;
}

header,
main,
footer {
  display: block;
}

input:focus {
  outline: 0;
  -webkit-appearance: none;
}

.max {
  display: block;
}

.min {
  display: none !important;
}

/* #endregion */
/* #region swiperÐÎ×´µ÷Õû */
.swiper-pagination.point .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0.2em;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.swiper-pagination.point .swiper-pagination-bullet-active {
  opacity: 1;
}

/* #endregion */
/* #region public */
.t-button {
  display: inline-block;
  line-height: 2.77;
  border-radius: 1.5em;
  padding: 0 1.55em;
  border: 1px solid #003f9b;
  color: #003f9b;
  text-align: center;
}

.more-wrap {
  line-height: 1;
  margin: 8.17% 0 0;
  text-align: center;
}
.more-wrap .more {
  background-color: #fff;
  font-size: 1rem;
  line-height: 2.5em;
  padding: 0 1em 0 1.3em;
}
.more-wrap .more .icon-box {
  display: inline-block;
  vertical-align: middle;
}
.more-wrap .more .icon-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition:
    opacity 0.2s,
    transform 0.3s;
}
.more-wrap .more .icon-box .primary {
  opacity: 1;
}
.more-wrap .more .icon-box .white {
  opacity: 0;
}
.more-wrap .more .icon-box.icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.3em 0 0;
}
.more-wrap .more .icon-box.arrow {
  width: 1.25em;
  height: 0.9em;
  margin: 0 0 0 0.1em;
}
.more-wrap .more span {
  vertical-align: middle;
}
.more-wrap .more.default {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.more-wrap .more.default .icon-box .primary {
  opacity: 0;
}
.more-wrap .more.default .icon-box .white {
  opacity: 1;
}

/** ÎÞ·ì¹ö¶¯ */
.swiper-list {
  width: 100%;
  overflow: hidden;
}
.swiper-list .swiper-list-item {
  width: 100%;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  animation: swiperLR1 30s linear infinite;
}
.swiper-list .swiper-list-item:nth-child(2) {
  animation: swiperLR2 30s linear infinite;
}

/** ¿í¸ß±È-¼æÈÝÐÔ */
.ratio-wrap {
  width: 100%;
}
.ratio-wrap .ratio-box {
  position: relative;
  width: 100%;
}
.ratio-wrap .ratio-box .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-wrap.ratio_2-1 .ratio-box {
  padding: 50% 0 0;
}
.ratio-wrap.ratio_710-385 .ratio-box {
  padding: 54.23% 0 0;
}
.ratio-wrap.ratio_310-345 .ratio-box {
  padding: 111.29% 0 0;
}

/** ³ß¶ÈÄÚÈÝ°å¿é */
.section {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #333333;
  background-color: #fff;
  padding: 8.67% 2.67% 6%;
}
.section .section-title {
  display: block;
  text-align: center;
  line-height: 1;
  padding-bottom: 4.93%;
}
.section .section-title .title {
  font-size: 2rem;
  font-weight: bold;
}
.section .section-title .text {
  padding: 0 4.65%;
  margin-top: 2.25%;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #8c8c8c;
  text-align: center;
}
.section {
  /** ÉîÉ« */
}
.section.dark {
  color: #fff;
}
.section.dark .section-title .title {
  color: #fff;
}
.section.dark .section-title .text {
  color: #fff;
}
.section.bg-none {
  background: none;
}
.section.bg-home-about {
  background-color: #003f9b;
  background-image: url("/content/main/liugangmain/images/bg-home-about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.bg-home-contact {
  background-image: url("/content/main/liugangmain/images/bg-home-contact.jpg");
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.color-primary {
  color: #003f9b !important;
}

.color-black {
  color: #333333 !important;
}

.color-white {
  color: #fff !important;
}

.color-grey {
  color: #8c8c8c !important;
}

.color-disable {
  color: #b2b9c4 !important;
}

.color-danger {
  color: #e60012 !important;
}

.weight-bold {
  font-weight: bold !important;
}

/* #endregion */
/* #region wrapper*/
.wrapper {
  overflow: hidden;
}
.wrapper,
.wrapper .header,
.wrapper .banner-wrap,
.wrapper .wrapper-bg,
.wrapper .main,
.wrapper .footer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.wrapper .main {
  z-index: 20;
}
.wrapper .main.bg-white {
  background-color: #fff;
}

/* #endregion */
/* #region header */
.header {
  font-size: 1rem;
  z-index: 40;
  line-height: 1;
  height: 5.5em;
}
.header .head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 5.5em;
  background-color: #fff;
  padding: 1.4em 1em;
}
.header .head .logo {
  display: block;
  width: 10.95em;
  height: 2.7em;
  float: left;
}
.header .head .logo img {
  width: 100%;
  height: 100%;
}
.header .head .more {
  float: right;
  padding: 0.5em 0.4em;
  width: 2.5em;
  height: 2.7em;
  cursor: pointer;
  background-image: url("/content/main/liugangmain/mobile/images/icon20.png");
  background-size: 1.7em 1.5em;
  background-position: right 0.4em bottom 0.5em;
  background-repeat: no-repeat;
}
.header .head .more.active {
  background-image: url("/content/main/liugangmain/mobile/images/icon21.png");
  background-size: 1.55em 1.55em;
  background-position: right 0.47em bottom 0.4em;
}
.header .head-menu {
  position: fixed;
  top: 5.5em;
  left: 100%;
  z-index: 99999;
  padding: 1em 0 24em;
  width: 100%;
  height: 100%;
  background-color: #e5f4fa;
  overflow: hidden;
  background-image: url("/content/main/liugangmain/mobile/images/bg-head-menu.png");
  background-size: 100%;
  background-position: left bottom 6em;
  background-repeat: no-repeat;
}
.header .head-menu .wrap {
  padding: 0 1em 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.header .head-menu .menu {
  font-size: 1rem;
  line-height: 1;
  display: block;
  width: 100%;
}
.header .head-menu .menu .menu-item {
  display: block;
  width: 100%;
}
.header .head-menu .menu .menu-title {
  padding: 1.09em;
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.header .head-menu .menu .menu-title.is-more {
  background-image: url("/content/main/liugangmain/mobile/images/icon18.png");
  background-size: 1.25em 1.25em;
  background-position: center right 1.09em;
  background-repeat: no-repeat;
}
.header .head-menu .menu .menu-title.is-more.now {
  background-image: url("/content/main/liugangmain/mobile/images/icon19.png");
}
.header .head-menu .menu .menu-title .dot {
  margin-right: 0.3em;
}
.header .head-menu .menu .menu-title span {
  display: block;
  line-height: 1.25;
  float: left;
}
.header .head-menu .menu .menu {
  display: none;
  padding: 0 2.25em;
}
.header .head-menu .menu .menu.now {
  display: block;
}
.header .head-menu .menu .menu .menu-title {
  padding-left: 1.93em;
}
.header .head-menu .menu .menu .menu {
  padding: 0 2.5em;
}
.header .head-menu .menu .menu .menu .menu-title {
  padding-left: 2.4em;
}
.header .head-menu > .menu > .menu-item > .menu-title.active {
  font-weight: bold;
  color: #e60012;
}

/* #endregion */
/* #region banner*/
.banner-wrap {
  width: 100%;
}
.banner-wrap .banner {
  line-height: 1;
  z-index: 1;
}
.banner-wrap .banner .item .image {
  width: 100%;
}
.banner-wrap .banner .item .headline {
  position: absolute;
  top: 29.17%;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  text-align: center;
  opacity: 0;
  transition:
    padding 0.5s,
    transform 1.5s,
    opacity 1.5s;
}
.banner-wrap .banner .item .headline img {
  width: 100%;
}
.banner-wrap .banner .item .headline.headline1-1 {
  top: 25%;
  padding: 0 8.27% 0 9.73%;
}
.banner-wrap .banner .item .headline.headline1-2 {
  padding: 0 44.67% 0 2.93%;
  top: 22.4%;
}
.banner-wrap .banner .item .headline.headline1-3 {
    padding: 0 20% 0 20%;
    top: 36%;
}
.banner-wrap .banner .item.swiper-slide-active .headline {
  transform: translateY(0);
  opacity: 1;
}
.banner-wrap.fixed {
  padding-bottom: 67%;
}
.banner-wrap.fixed .banner-fixed {
  position: fixed;
  z-index: 1;
  top: 5.5em;
  left: 0;
  width: 100%;
}

/* #endregion */
/* #region wrapper-bg */
.wrapper-bg {
  display: none;
  z-index: 20;
}
.wrapper-bg .image-box {
  background-color: #003f9b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-bg .image-box .image {
  width: 100%;
  height: 100%;
}

/* #endregion */
/* #region footer*/
.footer {
  line-height: 1;
  z-index: 30;
  width: 100%;
  padding: 6.27% 2.67% 10.53%;
  background-color: #003075;
  color: #fff;
  text-align: center;
}
.footer .company .logo img {
  width: 77.32%;
}
.footer .company .qrcode {
  margin-top: 4.37%;
}
.footer .company .qrcode img {
  border-radius: 0.6em;
  width: 29.58%;
}
.footer .company .qrcode p {
  font-size: 1.4rem;
  margin-top: 3.24%;
}
.footer .info {
  line-height: 1;
  margin: 5.07% 0 0;
  padding: 3.8% 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer .info .links {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 0 0 2em;
}
.footer .info .links ul li {
  font-size: 1.2rem;
  display: inline-block;
  border-left: 1px solid #fff;
  padding-left: 0.7em;
  margin-left: 0.7em;
}
.footer .info .links ul li.first {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer .info .declaration {
  margin-top: 6.48%;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* #endregion */
/* #region Ê×Ò³ */
/** ÐÂÎÅ */
.home-news {
  position: static;
  line-height: 1;
}
.home-news .news-swiper {
  width: 100%;
  z-index: 2;
}
.home-news .news-swiper .swiper {
  width: 100%;
  height: 100%;
}
.home-news .news-swiper .swiper .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.4em;
}
.home-news .news-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-news .news-swiper .swiper-slide a img {
  border-radius: 0.4em;
  width: 100%;
  height: 225px;
}
.home-news .news-swiper .swiper-slide a .cont {
  line-height: 1;
  width: 100%;
  overflow: hidden;
  padding: 4.79% 0 0;
}
.home-news .news-swiper .swiper-slide a .cont .title {
  font-size: 1.6rem;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.home-news .news-swiper .swiper-slide a .cont .date {
  color: #999999;
  font-size: 1.2rem;
  margin-top: 2.82%;
}
.home-news .news-swiper .swiper-pagination {
  font-size: 1rem;
  position: absolute;
  top: 72%;
  right: 2.39%;
  left: auto;
  bottom: auto;
  width: auto;
  height: 1.2em;
}
.home-news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em;
  opacity: 1;
  background-color: #d8d8d8;
}
.home-news
  .news-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003f9b;
}
.home-news .bg-home-news {
  pointer-events: none;
  font-size: 1rem;
  position: absolute;
  bottom: -3%;
  left: 0;
  width: 200em;
  z-index: 1;
}
.home-news .bg-home-news .swiper-list-item {
  display: inline-block;
  width: 100em;
}
.home-news .bg-home-news .swiper-list-item img {
  width: 100%;
}

/** ºÏ×÷ */
.home-industry {
  line-height: 1;
  text-align: center;
}
.home-industry .nav {
  font-size: 1.5rem;
  overflow: hidden;
  display: inline-block;
  border-radius: 3em;
  background-color: #f4f4f4;
}
.home-industry .nav .item {
  cursor: pointer;
  float: left;
  line-height: 2.4;
  padding: 0 2em;
  border-radius: 3em;
  color: #333333;
  z-index: 2;
}
.home-industry .nav .item.now {
  color: #fff;
}
.home-industry .nav .item.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #003f9b;
  transition: left 0.3s;
}
.home-industry .list {
  text-align: left;
  overflow: hidden;
}
.home-industry .list .item {
  font-size: 0;
  display: inline-block;
  margin: 6.76% 0 0 6.2%;
  width: 44.48%;
}
.home-industry .list .item.odd {
  margin-left: 0;
}
.home-industry .list .item .card {
  font-size: 1.4rem;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4em;
  overflow: hidden;
}
.home-industry .list .item .card .cover {
  width: 100%;
  height: 100%;
}
.home-industry .list .item .card .cont {
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  padding: 30% 8.71% 8.06%;
}
.home-industry .list .item .card .cont .title {
  float: left;
}
.home-industry .list .item .card .cont .arrow {
  float: right;
  width: 1em;
  height: 1em;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.home-industry .list .item .card .cont .arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-industry .list .item .card .back {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
  transition:
    opacity 0.5s,
    height 0.5s;
}
.home-industry .list .item .card .back.hover {
  opacity: 0;
  height: 45%;
  background: linear-gradient(
    0deg,
    rgba(0, 63, 155, 0.95),
    rgba(0, 63, 155, 0.95),
    rgba(255, 255, 255, 0)
  );
}

/** ¹ØÓÚ */
.home-about {
  line-height: 1;
}
.home-about .list {
  overflow: hidden;
}
.home-about .list .item {
  float: left;
  width: 33.33%;
  padding: 0 2%;
  text-align: center;
}
.home-about .list .item .icon {
  width: 100%;
  display: inline-block;
  padding: 0 0 8.05%;
  border-bottom: 1px solid #fff;
}
.home-about .list .item .icon img {
  width: 44.23%;
}
.home-about .list .item .cont {
  padding-top: 15.25%;
}
.home-about .list .item .cont .number {
  position: relative;
  display: inline-block;
}
.home-about .list .item .cont .number .num {
  font-weight: bold;
  font-size: 3.2rem;
}
.home-about .list .item .cont .number .unit {
  position: absolute;
  left: 100%;
  bottom: 15%;
  font-size: 1.1rem;
}
.home-about .list .item .cont .title {
  padding-top: 10%;
  font-size: 0.8rem;
}

/** Ä£¿é */
.home-module .list {
  font-size: 1.4rem;
}
.home-module .list .card {
  display: block;
  overflow: hidden;
  border-radius: 0.4em;
}
.home-module .list .card .cover {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.home-module .list .card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
}
.home-module .swiper-pagination {
  font-size: 1rem;
  position: relative;
  padding: 5.07% 0 0;
}
.home-module .swiper-pagination .swiper-pagination-bullet {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em;
}

/** ÁªÏµ */
.home-contact {
  width: 100%;
  overflow: hidden;
}
.home-contact .map {
  width: 100%;
}
.home-contact .map .map-content {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
.home-contact .info {
  margin: 7.75% 0 0;
  width: 100%;
}
.home-contact .info .title {
  line-height: 1;
  font-size: 1.7rem;
  text-align: center;
  margin: 7.75% 0 0;
  font-weight: bold;
}
.home-contact .info .title span {
  color: #e60012;
}
.home-contact .info .contact {
  overflow: hidden;
  font-size: 1.4rem;
}
.home-contact .info .contact .item {
  float: left;
  width: 100%;
  margin: 3.8% 0 0;
}
.home-contact .info .contact .item.first {
  margin: 0;
}
.home-contact .info .contact .item .link {
  overflow: hidden;
  display: block;
  line-height: 3.4;
  background-color: #fff;
  border-radius: 2em;
}
.home-contact .info .contact .item .link .icon {
  float: left;
  width: 3.28em;
  height: 3.28em;
  border-radius: 50%;
  background-color: #003f9b;
}
.home-contact .info .contact .item .link .icon img {
  position: absolute;
  top: 29%;
  left: 31%;
  height: 1.46em;
}
.home-contact .info .contact .item .link span {
  padding-left: 1em;
  float: left;
}
.home-contact .info .contact .item .link .arrow {
  float: right;
  width: 1.07em;
  height: 1.17em;
  margin: 1.17em 1.39em 0 0;
}
.home-contact .info .contact .item:hover {
  color: #003f9b;
}
.home-contact .info .phone {
  margin: 3.24% 0 0;
  font-size: 0;
}
.home-contact .info .phone .item {
  display: inline-block;
  width: 47.8%;
  font-size: 1.4rem;
  margin: 4.5% 4.23% 0 0;
}
.home-contact .info .phone .item.n2 {
  margin-right: 0;
}
.home-contact .info .phone .item a {
  border-color: #6887a6;
  line-height: 2.5em;
  padding: 0;
  display: block;
  width: 100%;
  border-radius: 1.5em;
}

/* #endregion */

/*# sourceMappingURL=style.css.map */

/* Ò³Ãæ¶¥²¿ Banner */
.page-banner {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.page-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.page-banner .banner-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  letter-spacing: 0.1rem;
  text-shadow: 0.05rem 0.1rem 0.1rem rgba(15, 41, 76, 0.32);
}
.page-banner .banner-subtitle {
  font-size: 0.8rem;
  text-shadow: 0.05rem 0.1rem 0.1rem rgba(15, 41, 76, 0.32);
}
/* Ò³Ãæ¶¥²¿ BannerÊµÏÖ */

/*tabÇÐ»»²Ëµ¥ */
.tab-menu-wrapper {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.tab-menu-wrapper .tab-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.tab-menu-wrapper .tab-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab-menu-wrapper .tab-arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.tab-menu-wrapper .tab-menu-container {
  flex: 1;
  overflow: hidden;
  margin: 0 8px;
}
.tab-menu-wrapper .tab-menu {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-menu-wrapper .tab-menu::-webkit-scrollbar {
  display: none;
}
.tab-menu-wrapper .tab-item {
  display: inline-block;
  padding: 8px 18px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000033;
  background-color: #f5f5f5;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.tab-menu-wrapper .tab-item.active {
  color: #fff;
  background: #f00014;
  font-weight: bold;
  font-size: 1.4rem;
}
.tab-menu-wrapper .tab-more {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 10px;
  position: relative;
}
.tab-menu-wrapper .tab-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: translate(-50%, -50%) rotate(45deg);
}
/*tabÇÐ»»²Ëµ¥ÊµÏÖ */

/* ¹ØÓÚÁø¸ÖÆðÍ· */
.sit-content {
  padding: 2rem 1rem;
}
.sit-content .rich-title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #003b8f;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sit-content .rich-bosstitle {
  font-weight: 500;
  font-size: 1.8rem;
  color: #003b8f;
  margin-bottom: 1.5rem;
}
.sit-content .rich-img img {
  width: 100%;
  margin-bottom: 1.5rem;
}
/* ¹ØÓÚÁø¸ÖÊµÏÖ */

/* ¸¨µ¼ÍÅ¶Ó */
.leader-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.leader-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}
.leader-card .leader-bciocn {
  position: absolute;
  bottom: 0.5rem;
  left: 160px;
  width: 5rem;
  height: 5rem;
}
.leader-avatar {
  width: 150px;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.leader-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-info {
  flex: 1;
  padding: 1rem 1.2rem;
}

.leader-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.leader-line {
  width: 2em;
  height: 3px;
  background-color: #003f9b;
  margin-bottom: 0.8rem;
}

.leader-position {
  font-size: 1.2rem;
  color: #5f7181;
  line-height: 1.6;
}

/* ¸¨µ¼Íø¸ñ²¼¾Ö */
.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}

.leader-grid .leader-card {
  flex-direction: row;
  align-items: center;
}

.leader-grid .leader-avatar {
  width: 50%;
  height: stretch;
  height: -webkit-fill-available;
  flex-shrink: 0;
}

.leader-grid .leader-info {
  padding: 0.6rem 0.8rem;
  flex: 1;
  align-self: flex-start;
}

.leader-grid .leader-name {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  color: #333333;
}

.leader-grid .leader-line {
  width: 18px;
  height: 2px;
  margin-bottom: 0.4rem;
}

.leader-grid .leader-position {
  font-size: 1rem;
  color: #5f7181;
  line-height: 1.5;
}
/* ¸¨µ¼ÍÅ¶ÓÊµÏÖ */

/* ÆóÒµÈÙÓþ */
.honor-swiper {
  position: relative;
  overflow: hidden;
}
.honor-swiper #imagesShow {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.honor-swiper #imagesShow .swiper-container {
  padding-bottom: 5rem;
}

.honor-swiper #imagesShow .swiper-slide {
  width: 220px;
  height: 142px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  transition: all 3s;
}
.honor-swiper #imagesShow .swiper-slide-active {
  width: 220px;
  height: 142px;
  background: #fff;
  box-shadow: 0 8px 30px #fff;
}
.honor-swiper #imagesShow .swiper-slide img {
  display: block;
  width: 220px;
  height: 142px;
}
.honor-swiper #imagesShow .swiper-slide .swiper-slide-text {
  color: #445f72;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  color: #5f7181;
  margin-top: 0.8rem;
}
.honor-swiper #imagesShow .swiper-slide-active .swiper-slide-text {
  margin-top: 1rem;
}
.honor-swiper #imagesShow .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.honor-swiper #imagesShow .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.honor-swiper
  #imagesShow
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.honor-swiper #imagesShow .swiper-button-prev:hover {
  background-color: #eef7fa;
}

.honor-swiper #imagesShow .swiper-button-next:hover {
  background-color: #eef7fa;
}
.honor-swiper #imagesShow .swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  background-size: 30px 30px !important;
  transform: scale(0.6);
}
/* ÈÙÓþÁÐ±íÍø¸ñ */
.honor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.honor-list .honor-item {
  text-align: center;
}
.honor-list .honor-img {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
}
.honor-list .honor-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: inherit;
}
.honor-list .honor-name {
  font-weight: 400;
  font-size: 1.2rem;
  color: #5f7181;
  margin: 0;
  line-height: 1.4;
}
/* ÆóÒµÈÙÓþÊµÏÖ */

/* ×éÖ¯¼Ü¹¹ */
.org-switch-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 15px 0;
  background: #fff;
}
.org-tab {
  cursor: pointer;
  position: relative;
  padding-bottom: 8px;
  font-size: 1.3rem;
  color: #333333;
}
.org-tab.active {
  color: #c00;
  font-weight: bold;
}
.org-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 2px;
  background: #c00;
}
/* ×éÖ¯¼Ü¹¹Í¼Æ¬ÈÝÆ÷ */
.org-chart {
  display: none;
}
.org-chart.active {
  display: block;
}
.org-chart img {
  width: 100%;
  height: auto;
  display: block;
}
/* ÆóÒµÎÄ»¯ */
.mobile-culture .mobile-culturetop {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 13px;
}

.mobile-culturetop .culturetop-l {
  flex: 1;
  height: 235px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.culturetop-l .r1-box {
  position: absolute;
  bottom: 10px;
  left: 12px;
}
.culturetop-l .r1-box .title {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}

.culturetop-l .r1-box .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 1.5em;
  height: 3px;
  background-color: #e60012;
}

.culturetop-l .r1-box .text {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}
.mobile-culturetop .culturetop-l img {
  width: 100%;
  height: 235px;
}

.mobile-culturetop .culturetop-r {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 235px;
}
.mobile-culturetop .culturetop-r img {
  height: 110px;
  width: 100%;
}

.mobile-culturetop .culturetop-r .culturetop-r1 {
  height: 110px;
  position: relative;
}
.culturetop-r .culturetop-r1 .r1-box {
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.culturetop-r .culturetop-r1 .r1-box .title {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}

.culturetop-r .culturetop-r1 .r1-box .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 1.5em;
  height: 3px;
  background-color: #e60012;
}

.culturetop-r .culturetop-r1 .r1-box .text {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}

.mobile-culture .mobile-culturebottom {
  height: 160px;
  position: relative;
  margin-bottom: 20px;
}
.mobile-culture .mobile-culturebottom img {
  width: 100%;
  height: 160px;
}

.mobile-culturebottom .r1-box {
  position: absolute;
  bottom: 10px;
  left: 12px;
}
.mobile-culturebottom .r1-box .title {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}

.mobile-culturebottom .r1-box .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 1.5em;
  height: 3px;
  background-color: #e60012;
}

.mobile-culturebottom .r1-box .text {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}

.mobile-culture .mobile-culturetitle {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.mobile-culture .mobile-silu {
  height: 180px;
  position: relative;
  margin-bottom: 20px;
}
.mobile-culture .mobile-silu img {
  width: 100%;
  height: 180px;
}
.mobile-silu .mobile-siluimgs {
  width: 261px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile-silu .mobile-siluimgs img {
  width: 100%;
  height: 23px;
  margin-bottom: 10px;
}
.mobile-jianshe {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-bottom: 10px;
}
.mobile-jianshe img {
  width: 32%;
  margin-bottom: 10px;
}

.mobile-zhiqi {
  position: relative;
  overflow: hidden;
}

.mobile-zhiqi .swiper-slide {
  width: 50%;
  height: 259px;
  display: flex;
  justify-content: start;
}
.mobile-zhiqi .swiper-slide img {
  width: 100%;
  height: 259px;
  margin: 0 10px;
}

.mobile-zhiqi .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("/content/main/liugangmain/images/companyCulture-l.png"); /* ×ó¼ýÍ·Í¼±ê */
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
}

.mobile-zhiqi .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("/content/main/liugangmain/images/companyCulture-r.png"); /* ÓÒ¼ýÍ·Í¼±ê */
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
}
.mobile-zhiqi .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.mobile-zhiqi .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

/* ·¢Õ¹¹ý³ÌÒ³ÃæÐÎ×´ */
.history-section {
  padding: 0;
}

/* ¶¥²¿Äê·Ýµ¼º½ */
.history-nav-wrapper {
  display: flex;
  align-items: center;
  background-color: #003f9b;
  height: 60px;
}

.history-nav-prev,
.history-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 60px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s;
}

.history-nav-prev,
.history-nav-next {
  background-color: #e60012;
}

.history-nav-prev.disabled,
.history-nav-next.disabled {
  background-color: #f5a9a9;
}

/* CSS »æÖÆ¼ýÍ· */
.history-nav-prev .arrow-left,
.history-nav-next .arrow-right {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.history-nav-prev .arrow-left {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.history-nav-next .arrow-right {
  transform: rotate(135deg);
  margin-right: 4px;
}

.history-nav-container {
  flex: 1;
  overflow: hidden;
  height: 100%;
}

.history-nav-swiper {
  height: 100%;
}

.history-nav-swiper .swiper-wrapper {
  height: 100%;
}

.history-nav-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.history-nav-item {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.history-nav-item .year-range {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.history-nav-item .year-title {
  font-size: 1.2rem;
}

.history-nav-swiper .swiper-slide-active .history-nav-item {
  color: #fff;
}

/* ÄÚÈÝÇøÓò */
.history-content-wrapper {
  padding: 20px 15px;
}

.history-content-swiper {
  overflow: hidden;
}

.history-period {
  padding-bottom: 20px;
}

.period-image {
  text-align: center;
  margin-bottom: 24px;
}

.period-image img {
  max-width: 200px;
  height: auto;
  object-fit: cover;
}

/* ÊÂÎñÁÐ±í */
.events-list {
  padding: 0 5px;
}

.event-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.event-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.event-year {
  width: 80px;
  flex-shrink: 0;
  font-size: 2.2rem;
  color: #e60012;
  font-weight: 500;
  line-height: 1.2;
}

.event-detail {
  flex: 1;
  padding-left: 10px;
}

.event-month {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.event-desc {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
/* ·¢Õ¹¹ý³ÌÒ³ÃæÊµÏÖ */

/* ÐÂÎÅÁÐ±í */
.news-filter {
  display: flex;
  gap: 12px;
  padding-bottom: 15px;
}

.filter-select {
  flex: 1;
}

.filter-select select {
  width: 100%;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 24px;
}

.filter-search {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.filter-search input {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  border: none;
  font-size: 1.4rem;
  color: #333;
  outline: none;
}

.filter-search input::placeholder {
  color: #999;
}

.filter-search .search-btn {
  width: 36px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #999;
}

.filter-search .search-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.news-item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.news-img {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-info {
  flex: 1;
  margin-left: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-title {
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  color: #5f7181;
}

.news-date {
  font-size: 1.2rem;
  color: #b3b3b3;
  margin: 0;
  margin-top: 0.4rem;
}

.load-more {
  text-align: center;
}

.load-more-btn {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  background: #f2f2f2;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  color: #003075;
  text-decoration: none;
}

.load-more-btn:hover {
  background: #dde3ea;
}

/* ÉÏÍ¼ÏÂÎÄ¿¨Æ¬Ê½²¼¾Ö - ÓÃÓÚÈºÍÅ¶¯Ì¬µÈÒ³Ãæ */
.news-list.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-list.grid .news-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.news-list.grid .news-img {
  width: 100%;
  aspect-ratio: 16/10;
  height: auto;
  border-radius: 0;
}

.news-list.grid .news-info {
  margin-left: 0;
  padding: 10px;
}

.news-list.grid .news-title {
  color: #333;
}

.news-list.grid .news-date {
  margin-top: 8px;
  color: #999;
}
/* ÐÂÎÅÁÐ±íÊµÏÖ */

/* ÎÄ¼þÁÐ±í - ´ø×ó²àÍ¼±ê */
.file-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.file-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 15px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.file-info {
  flex: 1;
  min-width: 0;
}

.file-title {
  font-size: 1.2rem;
  color: #5f7181;
  line-height: 1.5;
  margin: 0 0 6px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}

.file-date {
  font-size: 1.2rem;
  color: #b3b3b3;
}
/* ÎÄ¼þÁÐ±íÊµÏÖ */

/* ÊÓÆµÁÐ±í */
.video-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.video-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.video-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a2e;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ²¥·Å°´Å¥ - Áô¿ÕµØÎ» */
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-title {
  font-size: 1.2rem;
  color: #7a8794;
  text-align: center;
  padding: 12px;
  margin: 0;
  font-weight: 400;
}
/* ÊÓÆµÁÐ±íÊµÏÖ */

/* ÕÐÆ¸ÐÅÏ¢ */
.job-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  min-height: 400px;
}
.job-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 0.75rem;
  padding-right: 4rem;
  font-size: 1.2rem;
  color: #5f7181;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0.5rem;
}
.job-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  width: 2rem;
  height: 100%;
  transform: scale(0.5);
  background-image: url(/content/main/liugangmain/images/joinus-1-2icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.jobdetail-title {
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 2.5rem;
}
/* ÕÐÆ¸ÐÅÏ¢ÊµÏÖ */
.job-strategy {
  background: url(/content/main/liugangmain/mobile/images/joinus-1-3img.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 500px;
}
.job-strategy .strategy-info {
  position: absolute;
  bottom: 4.5rem;
  width: 80%;
  left: 2rem;
}
.job-strategy .strategy-info .strategy-infotitle {
  font-weight: bold;
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
.job-strategy .strategy-info .strategy-infotext {
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.7rem;
  margin-bottom: 1.3rem;
}
.job-strategy .strategy-info .strategy-infocontent {
  font-weight: 400;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.7rem;
}
.job-mannage {
  background: url(/content/main/liugangmain/mobile/images/joinus-1-4img.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 300px;
}

.job-mannage .mannage-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 8.5rem;
  width: calc(100% - 2rem);
}
.mannage-card .title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.mannage-card .info {
  font-size: 1.2rem;
  color: #5f7181;
  line-height: 1.5rem;
}
.job-mannage .job-mannageswiper {
  position: relative;
}
.job-mannage .job-mannageswiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
.job-mannage .job-mannageswiper .swiper-pagination-bullet {
  margin-right: 0.5rem;
}

.job-mannage .job-mannageswiper .swiper-job {
  --swiper-theme-color: #003b8f;
  --swiper-pagination-color: #003b8f; /* Á½ÖÖ¶¼ÄÜ¹» */
}
.product-tabs {
  display: flex;
  margin-bottom: 1.5rem;
}
.product-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333333;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
}
.product-tabs .on {
  color: #f00014;
  font-weight: bold;
}
.product-tabs .on::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 2px;
  background-color: #f00014;
}
.product-tabspage .product-page {
  display: none;
}
.product-tabspage .on {
  display: block;
}
.product-tabspage .grid .news-item {
  border-radius: 0;
}
.product-tabspage .grid .news-item .news-title {
  font-size: 1.2rem;
  color: #5f7181;
  text-align: center;
}
.product-uselist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-uselist .uselist-item {
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
}

.product-uselist .uselist-img {
  width: 100%;
}
.product-uselist .uselist-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1.5rem;
}
.card-header .lefttext {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  position: relative;
}
.card-header .lefttext .line {
  position: absolute;
  bottom: -1.25rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background-color: #003f97;
}
.card-header .righttext {
  font-weight: 400;
  font-size: 1rem;
  color: #003f97;
}
.product-uselist .uselist-card .card-content {
  text-indent: 2em;
  font-size: 1.2rem;
  color: #5f7181;
  line-height: 1.8rem;
}
.productnews-item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.productnews-img {
  width: 150px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
}

.productnews-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productnews-info {
  flex: 1;
  margin-left: 0.6rem;
  display: flex;
  flex-direction: column;
}
.productnews-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.productnews-text {
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  color: #5f7181;
}
/* ²úÆ·ÊµÏÖ */

/* ÁªÏµÓÀÀÖ¸ß60netÒ³Ãæ */
.contact-map {
  width: 100%;
  overflow: hidden;
}

.contact-map .map-container {
  width: 100%;
  height: 200px;
  background-color: #e4e4e4;
}

/* ¹«Ë¾ÐÅÏ¢¿¨Æ¬ */
.company-info-card {
  background: #f8fcff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.company-info-card .company-name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
}

.company-info-card .info-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.company-info-card .info-item {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.6;
}

.company-info-card .info-item .label {
  color: #333;
}

.company-info-card .info-item .value {
  color: #333;
}

/* ²¿ÃÅÁªÏµ¿¨Æ¬Íø¸ñ */
.dept-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.dept-card {
  background: #f8fcff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  padding: 1.2rem;
}

.dept-card .dept-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.8rem;
}

.dept-card .dept-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}

.dept-card .dept-item {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.5;
}

.dept-card,
.dept-card .dept-business .label {
  color: #5f7181;
}

.dept-card,
.dept-card .dept-business .value {
  color: #5f7181;
}

.dept-card .dept-business {
  font-size: 1.2rem;
  color: #5f7181;
  line-height: 1.5;
  padding-top: 0.8rem;
  border-top: 1px solid #f0f0f0;
}
/* ÁªÏµÓÀÀÖ¸ß60netÒ³ÃæÊµÏÖ */
.page-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-pagination .p-btn {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  border-radius: 50%;
}
.page-pagination .on {
  background: #004a92;
  color: #fff;
}
.page-pagination .pnot-btn {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  border-radius: 50%;
}
<!--ºÄÊ±1778744315.0143Ãë-->