ol, ul {
  padding-left: 0;
}
/* * {  box-sizing: border-box; } */
.custom-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  box-sizing: border-box;
}

.custom-banner-wrapper {
  display: flex;
  width: 300vw;
  transition: transform 0.6s ease;
  box-sizing: border-box;
}
.carsP7{
  display: none;
}
.energyP3{
  display: none;
}
.custom-slide {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
}

.custom-banner-text {
  color: #000;
  opacity: 0;
  transition: all 1s ease;
  position: absolute;
  top: 35%;
  /* 控制靠上的程度 */
  left: 10%;
  /* 控制左右位置 */
  transform: none;
  z-index: 10;

}

.custom-banner-text.animate {
  transform: translateY(0);
  opacity: 1;
}

.custom-banner-text h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.custom-banner-text p {
  font-size: 18px;
  margin-bottom: 10px;
}

.custom-btn {
  display: inline-block;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.custom-indicators {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 1;
}

.custom-indicators span {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-indicators span.active {
  width: 24px;
  background: #000;
}

.custom-floating-footer {
  position: absolute;
  bottom: -93px;
  left: 0;
  width: 100%;
  background: hsla(0, 0%, 94%, .7);
  /* 半透明白背景 */
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 50px;
  z-index: 1;
}

.custom-floating-footer .footer-box {
  text-align: center;
  width: 22%;
}

.custom-floating-footer .footer-box h4 {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 4px;
}

.custom-floating-footer .footer-box p {
  color: #595959;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}

.custom-slide video.custom-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}









/* 自己模块-01开始 */
.jx-lunbo-6-30.swiper {
  width: 100%;
  padding: 40px 0;
}

.jx-lunbo-6-30 .swiper-slide {
  border-radius: 12px;
  background-image: linear-gradient(225deg, #00afff, #07f);
  padding: 15px;
  text-align: center;
}

.jx-lunbo-6-30 .swiper-slide img {
  width: 100%;
  height: 162px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 15px;
  margin: 0 auto 10px;
}

.jx-lunbo-6-30 .card-list {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.jx-lunbo-6-30 .new-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin: auto;
  font-family: "Arial", sans-serif;
}


.jx-lunbo-6-30 .card-tag {
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.jx-lunbo-6-30 .card-title {
  font-size: 18px;
  margin: 8px 0;
  color: #222;
}

.jx-lunbo-6-30 .card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0px;
}


.egfwefwf{
    width: 1.8rem;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #fff;
    border-radius: 0.36rem;
    font-size: 0.18rem;
    position: relative;
    background: #156bff;
    text-indent: 0.34rem;
}

.jx-lunbo-6-30 .card-stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.jx-lunbo-6-30 .card-stats div {
  font-size: 14px;
  color: #444;
}

.jx-lunbo-6-30 .card-stats strong {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-bottom: 4px;
}

.jx-lunbo-6-30 .big-btn {
  background: #e60012;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  cursor: pointer;
}


.jx-lunbo-6-30 .new-card {
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  text-align: center;
  font-family: "Arial", sans-serif;
  padding-bottom: 0px;
    padding-top: 10px;
    padding: 8px;
}



.jx-lunbo-6-30 .big-btn {
  background: #00a98f;
  color: white;
  padding: 10px 24px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.jx-lunbo-6-30 .swiper-slide .ce-img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-top: -50px;
}

.jx-lunbo-6-30.card-swiper {
  width: 95%;
  padding: 24px 0;
}

.jx-lunbo-6-30.card-swiper .swiper-slide {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .jx-lunbo-6-30 .swiper-slide {
    width: 100% !important;
  }
}

/* jx-lunbo-6-30-x 自定义样式 */
.jx-lunbo-6-30-1 {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.jx-lunbo-6-30-2 {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.jx-lunbo-6-30-3 {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.jx-lunbo-6-30-4 {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.jx-lunbo-6-30-5 {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.jx-lunbo-6-30-6 {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

/* 自己模块-01结束 */





/* 自己模块-02开始 */
.card-container {
  display: flex;
  gap: 16px;
  margin: 60px auto 20px;
  max-width: 1536px;
}

.card {
  flex: 1;
  transition: all 0.4s ease;
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
}

.card.active {
  flex: 2;
  color: white;
}

.card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 500;
  color: #000;
}

.card:hover h3,
.card.active h3 {
  color: #fff;
}

.card-body .card-title{
  color: #333;
    font-weight: 600;
    margin: 0;
}


.card h4 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 300;
  color: #333333;
}

.card span {
  color: #2380f3;
}

.card:hover span,
.card.active span {
  color: #cdcdcd;
  font-size: 18px;
}

.card p {
  font-size: 17px;
  line-height: 1.6;
}

.card:hover p,
.card.active p {
  color: #cdcdcd;
}


.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.card.active::before {
  opacity: 1;
}

.card-1::before {
  background-image: url('./10071.jpg');
}

.card-2::before {
  background-image: url('./10072.jpg');
}

.card-3::before {
  background-image: url('./10073.jpg');
}

.card-4::before {
  background-image: url('./10074.jpg');
}

.card-5::before {
  background-image: url('./10075.jpg');
}

.card * {
  position: relative;
  z-index: 1;
  padding: 0;
}

.jx-p-1 {
  font-size: 18px;
  color: #595959;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 自己模块-02结束 */


/* 节后回来其他页面开始 */
.jx-bg-fff {
  background-color: #fff;
  color: #000;
  padding: 40px;
}

.jx-78-h1 {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  opacity: 0.7;
  margin-bottom: 0;
}

.jx-78-h2 {
  color: #000;
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.jx-78-h3 {
  color: #000;
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.jx-78-01 {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  opacity: 0.5;
}

.jx-78-02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.jx-78-03 {
  display: flex;
  gap: 10px;
}

.jx-78-04 {
  width: 50px;
  /* height: 36px; */
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.jx-78-04 img {
  width: 100%;
  /* background-color: #165594; */
  border-radius: 6px;
}

.jx-78-05 {
  flex: 1;
}

.jx-78-06 {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 8px;
  background-color: #c00000;
  padding: 2px 8px;
  border-radius: 6px;
}

.jx-78-07 {
  font-size: 12px;
  color: #000;
  margin-top: 4px;
  display: none;
}

.jx-78-span {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}

/* 首页tab切换开始 */


.jx-79-01 {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jx-79-02 {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 30px 0px;
  padding: 0;
  background: #fff;
}

.jx-79-02 li {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 20px;
  color: #595959;
}

.jx-79-02 li:hover {
  background: #ddd;
  border-radius: 20px;
}

.jx-79-02 li.jx-79-03 {
  font-weight: bold;
  border-bottom: 2px solid #000;
  color: #333;
  border-radius: 20px;
}

.jx-79-04 {
  padding: 0;
}

.jx-79-05 {
  display: none;
  overflow: hidden;
  height: 600px;
}

.jx-79-05.jx-79-03 {
  display: block;
}

.jx-79-05 .jx-79-06 {
  float: left;
  width: 45%;
  height: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
  background: #f9f9f9;
}

.jx-79-05 .jx-79-06 .jx-79-07 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.jx-79-05 .jx-79-09 {
  float: left;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.jx-79-07 h3 {
  margin: 10px 0 5px;
  font-size: 19px;
  font-weight: 700;
  color: #191919;
}

.jx-79-07 .jx-79-h3 {
  margin-top: 40px;
}

.jx-79-07 p {
  margin: 0 0 15px;
  color: #595959;
  font-size: 16px;
}

.jx-79-07 ul {
  padding-left: 20px;
  margin: 10px 0;
}

.jx-79-07 ul li strong {
  color: #191919;
  font-size: 16px;
}

.jx-79-07 ul li {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #595959;
  font-size: 15px;
}

.jx-79-08 {
  margin-top: 20px;
}

.jx-79-08 button {
  margin-right: 10px;
  padding: 8px 24px;
  background: #156bff;
  color: #ffffff;
  border: none;
  border-radius: 32px;
  border-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.jx-79-08 button:hover {
  background: #191919;
  color: #fff;
  border-color: #fff;
}

/* 首页tab切换结束 */
/* 首页tab下面位置开始 */
.jx-79-10 {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.jx-79-11 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.jx-79-12 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jx-79-13 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.jx-79-13 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.jx-79-13:hover img {
  transform: scale(1.1);
}

.jx-79-14 {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jx-79-14 h3 {
  margin: 0 0 10px;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #191919;
}

.jx-79-14 p {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
}

.jx-79-15 {
  margin: 4px 0;
}

.jx-79-15 span {
  display: inline-block;
  background: #e7e4e4b5;
  color: #343434;
  padding: 3px 6px;
  margin: 2px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  transform: scale(1.1);
}

.jx-79-15 span:hover {
  background-color: #333;
  color: #fff;
}

.jx-79-16 {
  margin-top: 10px;
}

.jx-79-16 button {
  margin-right: 10px;
  padding: 5px 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.jx-79-16 button:hover {
  background: #0056b3;
}

/* 首页tab下面位置结束 */

/* 底部开始 */
.jx-79-footer {
  background-color: #f3f3f3;
}

.jx-footer {
  color: #333;
  font-size: 14px;
}

.jx-footer-top {
  border-bottom: 1px solid #e2e2e2e6;
  padding: 30px 0;
}

.jx-footer-icons {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.jx-footer-icons div {
  flex: 1;
}

.jx-footer-icons span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #191919;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
}

.jx-footer-middle {
  margin: 20px auto 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 30px;
}

.jx-footer-section {
  /* flex: 1 1 150px; */
  min-width: 206px;
}

.jx-footer-section h4 {
  font-size: 14px;
  line-height: 18px;
  color: #191919;
  font-weight: 700;
  margin-bottom: 12px;
}

.foo-p {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 10px;
}

jx-footer-section-1 {
  background: #fff;
  padding: 20px;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #000;
}

.jx-footer-app-header {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  margin-bottom: 10px;
  margin-top: 23px;
}

.jx-footer-app-header img {
  width: 50px;
  height: 50px;
}

.jx-footer-hotline6857 {
  /* margin: 10px 0; */
}

.jx-footer-hotline p {
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.jx-footer-hotline strong {
  font-size: 18px;
  color: #000;
}

.jx-footer-services {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.jx-footer-services li {
  margin: 4px 0;
  color: #555;
  font-size: 12px;
}

.jx-footer-social {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 10px;
}

.jx-social-item {
  position: relative;
}

.jx-social-item>span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.jx-social-item img {
  width: 100%;
}

.jx-qr {
  display: none;
  position: absolute;
  bottom: 50px;
  /* 出现在按钮上方 */
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
  z-index: 99;
}

.jx-qr img {
  width: 120px;
  height: 120px;
}

.jx-qr p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #333;
}

.jx-social-item:hover .jx-qr {
  display: block;
}




.jx-footer-icons {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: left;
  /* 靠左 */
  gap: 20px;
}

.jx-footer-icons>div {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jx-footer-icons img {
  width: 40px;
}

.foo-top-p {
  margin: 0px;
  color: #595959;
  font-size: 12px;
  line-height: 18px;
}

.footer-j-span1 {
  color: #191919;
  font-size: 15px;
  font-weight: 700;
}

.jx-h6 {
  margin: 20px 0px 0px;

}

/* 底部版权区域 */
.jx-footer-bottom {
  /* background: #f9f9f9; */
  font-size: 13px;
  color: #666;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none !important;
}

.jx-footer-bottom-left {
  max-width: 75%;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.jx-footer-bottom-left img {
  vertical-align: middle;
  margin: 0 3px;
}

.jx-footer-bottom-right {
  text-align: right;
  white-space: nowrap;
}

.jx-footer-bottom-right a {
  margin-left: 10px;
}
/* 底部结束 */



.jx-79-hezi4-section {
  width: 1600px;
  margin: 0px auto;
  border-radius: 8px;
  padding-top: 40px;
}

.jx-79-hezi4-top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.jx-79-hezi4-top-left {
  width: 50%;
}

.jx-79-hezi4-span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #a048cc, #ff7e5f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  text-align: left;
}

.jx-79-hezi4-h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.jx-79-hezi4-top-right {
  width: 30%;
  color: #4c4b4b;
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
}

.jx-79-hezi4-bottom-box {
  display: flex;
  min-height: 400px;
  margin-top: 20px;
}

.jx-79-hezi4-left-tabs {
  width: 50%;
  border-right: 1px solid #eee;
}

.jx-79-hezi4-left-tabs div span {
  font-size: 20px;
  margin-right: 40px;
}

.jx-79-hezi4-left-tabs div {
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 40px;
  font-weight: 700;
  padding: 19px 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  width: 100%;
  text-align: start;
  color: #000;
}

.jx-79-hezi4-left-tabs div:first-child {
  border-top: 1px solid #d7d7d7;
}

.jx-79-hezi4-left-tabs div:hover {
  background: #f5f5f5;
}

.jx-79-hezi4-left-tabs div.active {
  background: #f0f0f0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a048cc, #ff7e5f);
  color: transparent;
  /* 兼容 */
}

.jx-79-hezi4-right-content {
  width: 50%;
  padding: 30px 0px 0px 43px;
  position: relative;
  border-top: 1px solid #d7d7d7;
}

.jx-79-hezi4-content-item {
  display: none;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中，可选 */
}

.jx-79-hezi4-content-item.active {
  display: block;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中，可选 */
}

.jx-79-hezi4-content-item img {
  width: 100%;
  max-width: 334px;
  float: left;
  margin-right: 40px;
  border-radius: 8px;
}

.jx-79-hezi4-content-item h3 {
  margin-top: 0;
  font-size: 35px;
  color: #000;
}
.jx-79-hezi4-text p{
  color: #4c4b4b;
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
}




/* 历史页面开始 */
.timeline-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 30px auto; */
  position: relative;
  /* background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.timeline-btn {
  background: #fff;
  border: 2px solid #1976d2;
  color: #1976d2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 38px;
  cursor: pointer;
  margin: 0 10px;
}

.timeline-btn:hover {
  background: #1976d2;
  color: #fff;
}

.timeline-track {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  position: relative;
  padding-left: 35px;
}

.timeline-line {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e4e4e4;
  z-index: 1;
}

.timeline-items {
  display: flex;
  gap: 50px;
  z-index: 2;
  position: relative;
  top: 40px;
}

.timeline-item {
  text-align: center;
  cursor: pointer;
}

.timeline-item .dot {
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  border-radius: 50%;
  margin: 0 auto;
}

.timeline-item .year {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.timeline-item.active .dot {
  background: #1976d2;
  transform: scale(2.5);
}

.timeline-item .year {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
  /* 平滑过渡 */
}

.timeline-item.active .year {
  color: #1976d2;
  font-weight: bold;
  transform: scale(1.2);
  text-shadow: 0 0 5px rgba(25, 118, 210, 0.7);
  font-size: 40px;
  margin-top: 20px;
}

.timeline-content {
  display: none;
  gap: 40px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  flex-wrap: wrap;
  margin-top: 80px;
}

.timeline-content.active {
  display: flex;
}

.content-image {
  width: 50%;
}

.content-image img {
  width: 100%;
  border-radius: 10px;
}

.content-text {
  flex: 1;
  min-width: 250px;
  text-align: left;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}


.content-text p:first-child{
  font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #007BFF;
    padding: 10px;
    border-radius: 15px;
  
  }

.content-text p {
  margin: 15px 0;
  transition: all 0.3s ease;
  color: #000;
  /* 平滑过渡 */
}

.content-text p:hover {
  background-color: #1976d2;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px;

}

@media (max-width: 768px) {
  .timeline-content {
      flex-direction: column;
      text-align: center;
  }

  .content-text {
      text-align: center;
  }
}

.jxkekjkejk {
  font-size: 15px;
  margin-bottom: 0px;
}

.kkjjh2 {
  font-size: 25px;
}


.jx-710-container {
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.jx-710-content {
  display: none;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 50px;
  animation: fade .5s ease;
}

.jx-710-content.jx-710-active {
  display: flex;
}

.jx-710-text,
.jx-710-image {
  width: 50%;
  text-align: left;
}

.jx-710-text h2 {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 400;
}

.jx-710-image img {
  max-width: 100%;
  border-radius: 8px;
}

.jx-710-tabs {
  display: flex;
  justify-content: space-between;
  /* 可以用 space-between 或 space-around */
  gap: 0;
  margin-top: 120px;
  position: relative;
}

.jx-710-tab {
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  padding-top: 26px;
  padding-bottom: 60px;
  position: relative;
  font-size: 20px;
}

.jx-710-tabs::before {
  content: '';
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dddddd8a;
  z-index: 0;
}


.jx-710-dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

.jx-710-number {
  font-size: 80px;
  /* 字号很大 */
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: transparent;
  background: linear-gradient(to bottom, rgb(21 107 255 / 30%), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.2;
  /* 控制整体透明度 */
  position: absolute;
  top: -53px;
  left: 38%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 1s ease;
}

@keyframes jx-710-fade-up {
  from {
      opacity: 0;
      transform: translateY(30px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.jx-710-tab.jx-710-active .jx-710-number {
  animation: jx-710-fade-up 1s ease forwards;
}

@keyframes jx-710-fade-down {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.jx-710-tab-image {
  position: absolute;
  bottom: -10px;
  left: 22%;
  transform: translateX(-50%);
  display: none;
  transform: translateY(-40px);
  transition: all 0.5s ease;
}

.jx-710-tab.jx-710-active .jx-710-tab-image {
  display: block;
  animation: jx-710-fade-down 0.5s ease forwards;
}

.jx-710-tab-image img {
  border-radius: 4px;
  animation: fadeIn .3s ease;
}

.jx-710-tab.jx-710-active {
  color: #1976d2;
  font-weight: 500;
}

.jx-710-tab.jx-710-active .jx-710-dot {
  background: #1976d2;
  transform: translateX(-50%) scale(1.5);
}

.jx-710-tab.jx-710-active .jx-710-number {
  opacity: 1;
}

.jx-710-tab.jx-710-active .jx-710-tab-image {
  display: block;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.jx-710-p-1 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.jx-710-h5 {
  margin: 36px 0px;
  font-size: 22px;
  font-weight: 400;
}
.jx-710-span-1{
  color: #156bff;
  font-weight: 500;
}

.jx-710-medals {
  display: flex;
  justify-content: space-between; /* 或 space-around */
  gap: 0;
  width: 100%;
}

.jx-710-medal {
  flex: 1;
  text-align: center;
}

.jx-710-medal-inner {
width: 210px;
height: 210px;
border: 4px solid #ccc;
border-radius: 50%;
position: relative;
margin: 0 auto 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.jx-710-medal-inner.silver {
border-color: silver;
color: silver;
}

.jx-710-medal-inner.gold {
border-color: #c9a645;
color: #c9a645;
}

.jx-710-medal-inner.bronze {
border-color: #b87333;
color: #b87333;
}

.jx-710-medal-number {
font-size: 32px;
font-weight: bold;
}

.jx-710-medal-text {
font-size: 16px;
}

.jx-710-medal-title {
font-size: 14px;
margin-top: 4px;
}

.jx-710-medal-subtitle {
font-size: 14px;
color: #1976d2;
}


.jx-710-lishiban-2-custom-section {
  background-image: url('xjim/about-bg-1-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  border-radius: 8px;
}

.jx-710-lishiban-2-top-box {
  overflow: hidden;
  margin-bottom: 40px;
}

.jx-710-lishiban-2-top-left {
  float: left;
  width: 60%;
  text-align: left;
}

.jx-710-lishiban-2-top-left h2 {
  font-size: 67px;
  font-weight: 700;
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #7c3aed;
  }

  to {
    text-shadow: 0 0 20px #1976d2;
  }
}

.jx-710-lishiban-2-top-left p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.jx-710-lishiban-2-top-right {
  float: right;
  width: 40%;
  text-align: center;
}

.jx-710-lishiban-2-top-right img {
  max-width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.jx-710-lishiban-2-top-right img:hover {
  transform: scale(1.05);
}

.jx-710-lishiban-2-bottom-box {
  overflow: hidden;
}

.jx-710-lishiban-2-bottom-left {
  float: left;
  width: 60%;
  overflow: hidden;
}

.jx-710-lishiban-2-bottom-left img {
  width: 49%;
  float: left;
  margin-right: 2%;
  border-radius: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jx-710-lishiban-2-bottom-left img:last-child {
  margin-right: 0;
}

.jx-710-lishiban-2-bottom-left img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.jx-710-lishiban-2-bottom-right {
  float: right;
  width: 39%;
  overflow: hidden;
  padding-left: 1%;
}

.jx-710-lishiban-2-info-box {
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.jx-710-lishiban-2-info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jx-710-lishiban-2-info-box img {
  transition: transform 0.6s ease;
}

.jx-710-lishiban-2-info-box:hover img {
  transform: rotate(360deg);
}

. {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #1976d2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
  margin-bottom: 20px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.jx-710-lishiban-2-text-wrap {
  text-align: left;
}

.jx-710-lishiban-2-text-wrap h3 {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.jx-710-lishiban-2-text-wrap p {
  margin: 0;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.jx-710-lishiban-2-info-box:hover .jx-710-lishiban-2-text-wrap h3 {
  color: #1976d2;
}

.jx-710-lishiban-2-reveal-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 2rem;
  color: #222;
}

.jx-710-lishiban-2-reveal-text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: slide-away 2s ease forwards;
}

@keyframes slide-away {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@media (max-width: 768px) {

  .jx-710-lishiban-2-top-left,
  .jx-710-lishiban-2-top-right,
  .jx-710-lishiban-2-bottom-left,
  .jx-710-lishiban-2-bottom-right {
    float: none;
    width: 100%;
  }

  .jx-710-lishiban-2-bottom-left {
    margin-bottom: 20px;
  }
}


.jx-710-lishitop-1-scrolling-bar {
  background-image: linear-gradient(225deg, #00afff, #07f);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 150px;
}

.jx-710-lishitop-1-scrolling-bar::before,
.jx-710-lishitop-1-scrolling-bar::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.jx-710-lishitop-1-scrolling-bar::before {
  left: 0;
  background: linear-gradient(to right, #6c3df4, transparent);
}

.jx-710-lishitop-1-scrolling-bar::after {
  right: 0;
  background: linear-gradient(to left, #6c3df4, transparent);
}

.jx-710-lishitop-1-track {
  display: flex;
  gap: 130px;
  align-items: center; /* 垂直居中 */
  animation: jx-710-lishitop-1-scroll 30s linear infinite;
  white-space: nowrap;
  height: 100%;
}

.jx-710-lishitop-1-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.jx-710-lishitop-1-logo img {
  display: block;
  height: 35px; /* 默认图片高度 */
  width: auto;
}

@keyframes jx-710-lishitop-1-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .jx-710-lishitop-1-scrolling-bar {
    height: 60px;
  }

  .jx-710-lishitop-1-track {
    gap: 60px; /* 手机端间距缩小 */
  }

  .jx-710-lishitop-1-logo img {
    height: 25px; /* 手机端图片更小 */
  }

  .jx-710-lishitop-1-scrolling-bar::before,
  .jx-710-lishitop-1-scrolling-bar::after {
    width: 40px;
  }
}


.jx-710-fklelishi-scrolling-bar {
  background: #f5f2ff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120px;
}

.jx-710-fklelishi-track {
  display: flex;
  gap: 50px;
  align-items: center;
  animation: jx-710-fklelishi-scroll 20s linear infinite;
  white-space: nowrap;
  height: 100%;
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.jx-710-fklelishi-item-wrap {
  display: flex;
  align-items: center;
  gap: 45px;
}

.jx-710-fklelishi-text {
  line-height: 1;
  display: flex;
  align-items: center;
}

.jx-710-fklelishi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.jx-710-fklelishi-icon img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

@keyframes jx-710-fklelishi-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .jx-710-fklelishi-scrolling-bar {
    height: 50px;
  }

  .jx-710-fklelishi-track {
    font-size: 18px;
    gap: 20px;
  }

  .jx-710-fklelishi-item-wrap {
    gap: 10px;
  }

  .jx-710-fklelishi-icon {
    width: 16px;
    height: 16px;
  }

  .jx-710-fklelishi-icon img {
    max-height: 100%;
    max-width: 100%;
  }
}
.fone5r4545{
  font-size: 40px;
}
.text-left{
  text-align: left;
}


.jx-710-4bankuai-1-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 200px;
  animation: fadeInUp 0.8s ease forwards;
}

.jx-710-4bankuai-1-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: #2776ff;
}

.jx-710-4bankuai-1-card:hover .jx-710-4bankuai-1-title {
  color: #fff;
}

.jx-710-4bankuai-1-card:hover .jx-710-4bankuai-1-text {
  color: #fff;
}

.jx-710-4bankuai-1-card:hover .jx-710-4bankuai-1-line {
  background-color: #fff;
}

.jx-710-4bankuai-1-card:hover .jx-710-4bankuai-1-icon i {
  color: #fff;
}

.jx-710-4bankuai-1-icon i {
  font-size: 50px;
  color: #2776ff;
  margin-bottom: 20px;
}

.jx-710-4bankuai-1-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}

.jx-710-4bankuai-1-text {
  font-size: 14px;
  color: #555;
}

.jx-710-4bankuai-1-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 235px;
  opacity: 1;
  pointer-events: none;
}

.jx-710-4bankuai-1-line {
  border: none;
  width: 40px;
  height: 3px;
  background: #2776ff;
  margin-top: 4px;
  opacity: 1;
  transition: all 0.4s ease;
}

/* 淡入动画 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .jx-710-4bankuai-1-card {
    padding: 20px 15px;
    min-height: auto;
  }

  .jx-710-4bankuai-1-icon i {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .jx-710-4bankuai-1-title {
    font-size: 20px;
  }

  .jx-710-4bankuai-1-text {
    font-size: 13px;
  }

  .jx-710-4bankuai-1-pattern {
    width: 100px;
  }
}
/* 历史界面结束 */

/* 文化页面开始 */
.jx-711-wenhua-1-section {
  padding: 80px 0;
}

.jx-711-wenhua-1-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.jx-711-wenhua-1-text {
  font-size: 25px;
  color: #333;
  margin-bottom: 45px;
  line-height: 1.6;
}

.jx-711-wenhua-1-tag {
  border: 1px solid #156bff;
  border-radius: 50px;
  padding: 11px 20px;
  display: inline-block;
  margin: 8px 5px;
  font-size: 18px;
  color: #333;
  transition: all .3s ease;
}

.jx-711-wenhua-1-tag:hover {
  background: #333;
  color: #fff;
}

.jx-711-wenhua-1-img {
  transform: rotate(8deg);
  max-width: 100%;
  border-radius: 4px;
}




.jx-710-wenghua-2-container {
  margin: 50px auto;
  display: flex;
  gap: 40px;
  padding: 0px;
}

.jx-710-wenghua-2-left,
.jx-710-wenghua-2-right {
  border-radius: 12px;
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.jx-710-wenghua-2-left {
  padding-left: 80px;
}

.jx-710-wenghua-2-right {
  padding-right: 80px;
}

.jx-710-wenghua-2-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('xjim/11.svg') center/cover no-repeat;
  z-index: 0;
}

.jx-710-wenghua-2-left>* {
  position: relative;
  z-index: 1;
}

.jx-710-wenghua-2-left h1 {
  margin-bottom: 35px;
  font-size: 45px;
  font-weight: 500;
  padding-right: 30px;
  transition: all 0.3s ease;
  color: #fff;
}

.jx-710-wenghua-2-left h1:hover {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  color: #212529;
  opacity: .5;
}

.jx-710-wenghua-2-left button {
  background: #696969;
  color: #212529;
  border: none;
  padding: 10px 20px;
  margin-bottom: 56px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.jx-710-wenghua-2-left button:hover {
  background-color: #186dff;
  color: #fff;
}

.jx-710-wenghua-2-stats {
  display: flex;
}

.jx-710-wenghua-2-stat-card {
  position: relative;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  width: 200px;
  border-top: 1px solid #55595d;
  border-left: 1px solid #55595d;
  border-right: 1px solid #55595d;
}

.jx-710-wenghua-2-stat-card::before {
  content: "";
  position: absolute;
  top: -124px;
  left: -24px;
  right: 0;
  bottom: 0;
  background: url('xjim/12.svg') center/cover no-repeat;
  z-index: 0;
}

.jx-710-wenghua-2-stat-card>* {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
}

.jx-710-wenghua-2-stat-card h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.jx-710-wenghua-2-timeline {
  position: absolute;
  left: 30px;
  top: 15%;
  height: 64%;
  width: 0;
  border-left: 2px dashed #444;
}

.jx-710-wenghua-2-step {
  display: flex;
  margin-bottom: 60px;
  position: relative;
  padding-left: 100px;
}

.jx-710-wenghua-2-step:last-child {
  margin-bottom: 0px;
}

.jx-710-wenghua-2-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 19px;
  font-weight: bold;
  transition: all 0.3s ease;
  color: #fff;
}

.jx-710-wenghua-2-circle:hover {
  background-color: #186dff;
  color: #fff;
}

.jx-710-wenghua-2-step.active .jx-710-wenghua-2-circle {
  background: #186dff;
  color: #fff;
}

.jx-710-wenghua-2-step h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.jx-710-wenghua-2-step p {
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 15px;
  width: 94%;
}

/* 📱 手机端样式 */
@media (max-width: 768px) {
  .jx-710-wenghua-2-container {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .jx-710-wenghua-2-left,
  .jx-710-wenghua-2-right {
    padding: 20px;
  }

  .jx-710-wenghua-2-left {
    padding-left: 20px;
  }

  .jx-710-wenghua-2-right {
    padding-right: 20px;
  }

  .jx-710-wenghua-2-left h1 {
    font-size: 28px;
    text-align: center;
  }

  .jx-710-wenghua-2-left button {
    display: block;
    margin: 20px auto;
  }

  .jx-710-wenghua-2-stats {
    flex-direction: column;
    align-items: center;
  }

  .jx-710-wenghua-2-stat-card {
    width: 80%;
    margin-bottom: 20px;
  }

  .jx-710-wenghua-2-timeline {
    left: 15px;
  }

  .jx-710-wenghua-2-step {
    padding-left: 60px;
  }

  .jx-710-wenghua-2-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .jx-710-wenghua-2-step h3 {
    font-size: 20px;
  }

  .jx-710-wenghua-2-step p {
    font-size: 14px;
  }
}


.jx-710-wenghua-3-card-box {
  background: #fff;
  border-radius: 12px;
  padding: 23px 20px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.jx-710-wenghua-3-card-box:last-child {
  margin-bottom: 0px;
}

.jx-710-wenghua-3-card-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

.jx-710-wenghua-3-card-icon {
  flex: 0 0 50px;
  height: 70px;
  margin-right: 20px;
}

.jx-710-wenghua-3-card-content {
  flex: 1;
}

.jx-710-wenghua-3-card-number {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #e1e1e1, #2776ff);
  color: #fff;
  border-radius: 0 12px 0 12px;
  padding: 6px 22px;
  font-weight: bold;
  font-size: 17px;
}

.jx-710-wenghua-3-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.jx-710-wenghua-3-card-text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-top: 5px;
  width: 75%;
}

.jx-710-weihua-4-badge {
  background: #186dff;
  color: #fff;
  border-radius: 5px;
  padding: .3rem .8rem;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.jx-710-weihua-4-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 45px;
  color: #333;
}

.jx-710-weihua-4-text {
  color: #4e4e4e;
  margin-bottom: 20px;
  padding-right: 50px;
  font-size: 17px;
}

.jx-710-weihua-4-img {
  border-radius: .5rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jx-710-weihua-4-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 9px rgb(68 67 67 / 36%);
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  transition: all .3s ease;
}

.jx-710-weihua-4-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
}

.jx-710-weihua-4-info h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #333;
  margin-bottom: 15px;
}

.jx-710-weihua-4-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
  margin-top: 6px;
}

.jx-710-weihua-4-stat-icon img{
  font-size: 40px;
  width: 55px;
}

.jx-710-weihua-4-icon {
  background: rgba(255, 255, 255);
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1;
}
.jx-klryklrmjnb{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}
.biaoti-jx-suoyou {
  margin: 0 auto; /* 盒子居中 */
  text-align: center; /* 文案居中 */
  padding: 30px;
}
.biaoti-jx-suoyou h2{
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.biaoti-jx-suoyou hr{
   border: none;
    height: 9px;
    width: 8%;
    margin: 3px auto;
    background: linear-gradient(to right, #fff, #186dff);
    border-radius: 9px;
}
.biaoti-jx-suoyou p{
  font-size: 16px;
  color: #333;
}
/* 文化页面结束 */


.feature-list-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.feature-list {
  list-style: none;
}

.feature-list li {}


.tab-content {
  margin-top: 0px;
  background-color: #f3f3f3;
}

.swiper {
  width: 80%;
  margin: 0 auto;
}

.extra-texts {
  margin-top: 20px;
}

.extra-text {
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  color: #333;
}

.jkjkjkjgjkrr {
  font-size: 37px;
  font-weight: 500;
}

.klkjkkspan {
  font-size: 16px;
}

.jktoooooo {
  margin: 4px 0;
  font-size: 15px;
  font-weight: 300;
}

.lkllllrrr {
  text-decoration: none;
  font-weight: 300;
}

.swiper-wrapper h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.extra-text.active {
  font-weight: 900;
  color: #007bff;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide .ico img {
  width: 88px;
}


.swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #007bff;
}

.custom-tabs .jx--710-wenhua-nav-link {
  border: none;
  background: none;
  font-size: 22px;
  font-weight: 400;
  color: #8d8d8d;
  position: relative;
}

.custom-tabs .jx--710-wenhua-nav-link .tab-number {
  font-size: 55px;
  font-weight: 900;
  color: #ccc;
}

.custom-tabs .jx--710-wenhua-nav-link.active,
.custom-tabs .jx--710-wenhua-nav-link.active .tab-number {
  color: #007bff;
}

.custom-tabs .jx--710-wenhua-nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background-color: #007bff;
}

.jx-710-jiameng-1-nav-item {
  margin-right: 50px;
}

.jx-710-jiameng-2-banner {
  background-image: linear-gradient(225deg, #00afff, #07f);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jx-710-jiameng-2-text {
  font-size: 36px;
  font-weight: 400;
}

.jx-710-jiameng-2-number {
  font-size: 54px;
  font-weight: 700;
  margin: 0 5px;
}

.jx-710-klkelrkl68 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../static/xjim/solution_background.webp') no-repeat center center / cover;
  padding: 40px 0;

}







.jx-712-h2-545 {
  text-align: center;
  color: #333;
  font-size: 40px;
  margin: 30px auto;
  animation: fadeInDown 1s ease forwards;
}

.jx-712-jkjk01-container {
  display: flex;
  gap: 20px;
  background: rgba(0, 18, 51, .5);
  border-radius: 8px;
  border: 1px solid #c3c7d3;
  padding: 40px 60px 24px;
  max-width: 1300px;
  margin: 0 auto;
  animation: fadeInUp 1.2s ease forwards;
}

.jx-712-jkjk01-left,
.jx-712-jkjk01-right {
  flex: 1;
  padding: 40px;
}

.jx-712-jkjk01-left {
  border-right: 1px solid #565656;
}

.jx-710-jiameng-2-text {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.jx-712-jkjk01-left p,
.jx-712-jkjk01-right p {
  line-height: 1.8;
  font-size: 17px;
  color: #adadad;
  margin-top: 20px;
}

.jx-712-jkjk01-btn {
  margin-top: 44px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 27px;
  font-weight: 400;
  border-radius: 4px;
  transition: all .3s ease;
}

.jx-712-jkjk01-btn:hover {
  background: #0056b3;
  transform: scale(1.05);
}

.jx-712-jkjk01-right .jx-712-jkjk01-logo {
  margin-top: 10px;
}

.jx-712-jkjk01-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jklejkjkjk-l45 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s ease;
}

.jklejkjkjk-l45:hover {
  color: #00f;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }

  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translateY(-30px);
  }

  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* 📱 手机端样式 */
@media (max-width: 768px) {
  .jx-712-jkjk01-container {
      flex-direction: column;
      padding: 20px;
  }

  .jx-712-jkjk01-left,
  .jx-712-jkjk01-right {
      padding: 20px;
      border: none;
  }

  .jx-712-h2-545 {
      font-size: 28px;
  }

  .jx-710-jiameng-2-text {
      font-size: 24px;
  }

  .jx-712-jkjk01-btn {
      font-size: 16px;
      padding: 8px 20px;
  }

  .jx-712-jkjk01-right .jx-712-jkjk01-header h3 {
      transition: all 0.3s ease;
  }

  .jx-712-jkjk01-right .jx-712-jkjk01-logo {
      transition: all 0.3s ease;
  }

  /* 当鼠标悬浮在右侧整个盒子时 */
  .jx-712-jkjk01-right:hover .jx-712-jkjk01-header h3 {
      color: #00f;
      /* 标题颜色变蓝 */
      transform: scale(1.1);
      /* 标题放大 */
  }

  .jx-712-jkjk01-right:hover .jx-712-jkjk01-logo {
      transform: scale(1.1);
      /* 图片放大 */
  }
}



.swiper.main-swiper {
  width: 80%;
  margin-bottom: 50px;
}

.main-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 0px;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  /* min-height: 460px; */



  background-image: url(./static/xjim/01/bg_customer_texure.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;





}

.main-swiper .left-box {
  flex: 1;
  z-index: 1;
}

.main-swiper .left-box img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.main-swiper .left-box h3 {
  margin: 10px 0 10px;
  font-size: 24px;
  color: #333;
  text-align: justify;
}

.main-swiper .left-box p {
  font-size: 20px;
  color: #111f2c;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}

.main-swiper .right-box {
  flex: 1;
  position: relative;
  text-align: right;
  
}

.main-swiper .right-box img {
  width: 80%;
}

/* 缩略图样式 */
.jx-712-suolvt-11.swiper-thumbs {
  margin-top: -20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.jx-712-suolvt-11.swiper-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jx-712-suolvt-11.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-bottom: 3px solid #007bff;
}

.jx-712-suolvt-11.swiper-thumbs img {
  max-height: 50px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.jz-Choose_norma {
  background-image: url(https://cdn.tungee.com/warehouse/official-website/pc/img/home/choose/bg_customer.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 80px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jx-Choe_name {
  font-size: 20px;
  color: #111f2c;
  font-weight: 400;
  line-height: 32px;
}

.jx-545-Ch {
  font-size: 16px;
  color: #7b7777;
  margin-left: 20px;
}
.jx-712-wnefoo-33-container {
  display: flex;
  margin: auto;
  /* background: #fff; */
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.jx-712-wnefoo-33-left-tabs {
  width: 20%;
  padding: 20px;
}

.jx-712-wnefoo-33-left-tabs .jx-712-wnefoo-33-tab {
  margin-bottom: 27px;
  padding: 10px;
  cursor: pointer;
}

.jx-712-wnefoo-33-left-tabs .jx-712-wnefoo-33-tab h4 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #333;
  font-weight: 300;
}

.jx-712-wnefoo-33-left-tabs .jx-712-wnefoo-33-tab p {
  font-size: 17px;
  color: #111f2c;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 2px;
}
.jx-712-wnefoo-33-left-tabs .jx-712-wnefoo-33-tab p strong{
  font-weight: 700;
}

.jx-712-wnefoo-33-left-tabs .jx-712-wnefoo-33-tab.jx-712-wnefoo-33-active h4 {
  color: #007bff;
  font-weight: 700;
}

.jx-712-wnefoo-33-right-content {
  flex: 1;
  padding: 35px;
  border-radius: 10px;
  display: none;
  background: #fff;
   border-right: 1px solid #eee;
}

.jx-712-wnefoo-33-right-content.jx-712-wnefoo-33-active {
  display: flex;
}

.jx-712-wnefoo-33-right-content .jx-712-wnefoo-33-a-box {
  flex: 6;
  padding: 20px;
}

.jx-712-wnefoo-33-right-content .jx-712-wnefoo-33-b-box {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jx-712-wnefoo-33-right-content .jx-712-wnefoo-33-b-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.jx-712-wnefoo-33-gertert{
  background-image: url(https://www.tungee.com/img/product/sales/invest/bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding: 80px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jx-712-wnefoo-33-a-box img{
  height: 40px;
  margin-bottom: 20px;
}
.jx-712-wnefoo-33-a-box h3{
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}
.jx-712-wnefoo-33-a-box p{
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 23px;
  font-weight: 400;
}
.jx-712-wnefoo-33-a-box h4{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.jx-712-wnefoo-33-a-box a{
  padding: 7px 11px;
  border: 1px solid #000;
  font-size: 13px;
  color: #333;
  border-radius: 19px;
  
}



.jx-715-news-section-title {
  text-align: center;
  margin: 30px 0;
}

.jx-715-news-section-title h2 {
  text-align: center;
  color: #333;
  font-size: 40px;
  margin: 30px auto;
  animation: fadeInDown 1s ease forwards;
}

.jx-715-news-section-title p {
  color: #666;
  font-size: 14px;
}

.jx-715-news-card-box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.jx-715-news-card-header {
  color: #fff;
  padding: 40px 30px;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

.jkjkjkjkrr {
  position: absolute;
  bottom: 0;
  right: 6%;
}

.jx-715-news-card-header p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 300;
}

.jx-715-news-card-body {
  max-height: 350px;
  overflow-y: auto;
  padding: 20px 20px 20px 0px;
  border-radius: 8px;
 
}

/* 滚动条美化 */
.jx-715-news-card-body::-webkit-scrollbar {
  width: 4px;
}

.jx-715-news-card-body::-webkit-scrollbar-thumb {
  background-color: #156BFF;
  /* 亮蓝色 */
  border-radius: 3px;
}

.jx-715-news-card-body::-webkit-scrollbar-track {
  background: #dad9d9;
  /* 灰色背景 */
}

.jx-715-news-product-item {
  background: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.jx-715-news-product-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 15px;
}

.jx-715-news-product-item h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  color: #161b27;
}

.jx-715-news-product-item p {
  margin-top: 10px;
  color: #8d98aa;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jx-715-news-bg-blue {
  background-color: #156BFF;
}

.jx-715-news-bg-dark-blue {
  background-color: #203a61;
}

.jx-715-news-tab-btn {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  padding: 4px 12px;
  margin-right: 4px;
  border-radius: 20px;
}

.jx-715-news-tab-btn:hover {
  background: #fff;
  color: #156BFF;
}

.jx-715-news-scroll-vertical {
  /* display: flex;
  row-gap: 15px; */
}

.jx-715-news-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.jx-715-news-desc {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.akkjehjjhjjered {
  background-color: #f0f0f026;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}


    .bg-jx-klklkr {
        background-color: #17294d;
        color: #fff;
    }

    .jx-715-index-5-section-title {
        text-align: center;
        margin: 30px 0;
    }

    .jx-715-index-5-section-title h2 {
        font-size: 32px;
        font-weight: 500;
    }

    .jx-715-index-5-section-title p {
        color: #aab8d3;
        font-size: 14px;
    }

    .jx-715-index-5-card {
        background: rgba(44, 65, 101, 0.4);
        border-radius: 2px;
        padding: 70px 70px;
        min-height: 100%;
        transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
    }

    .jx-715-index-5-card:hover {
        transform: translateY(-5px);
        background-color: #0f75f9;
        border: 2px solid #ffffff;
        border-radius: 6px;
    }

    .jx-715-index-5-card h4 {
        margin: 0 0 10px;
        font-size: 22px;
        font-weight: 700;
    }

    .jx-715-index-5-card .jx-715-index-5-desc {
        color: #aab8d3;
        font-size: 14px;
        margin: 0;
    }

    .jx-715-index-5-top {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .jx-715-index-5-top img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .jx-715-index-5-scroll-area {
        max-height: 230px;
        overflow-y: auto;
        direction: rtl;
        padding-right: 10px;
        position: relative;
        margin-top: 50px;
    }

    .jx-715-index-5-scroll-area ul {
        list-style: none;
        padding: 0;
        margin: 0;
        direction: ltr;
    }

    .jx-715-index-5-scroll-area li {
        font-size: 16px;
        padding: 4px 0 10px 10px;
        position: relative;
        margin-left: 50px;
        transition: all .5s ease;
    }
    .jx-715-index-5-scroll-area li:hover{
        background-color: #17294d;
        border-radius: 20px;
    }


    .jx-715-index-5-scroll-area::-webkit-scrollbar {
        width: 6px;
        border-radius: 5px;
    }

    .jx-715-index-5-scroll-area::-webkit-scrollbar-thumb {
        background-color: #0f75f9;
        border-radius: 5px;
    }

    .jx-715-index-5-scroll-area::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 5px;
    }
    .jx-715-index-5-card:hover .jx-715-index-5-scroll-area::-webkit-scrollbar-thumb {
        background: #fff;
        }

        .jx-715-index-5-card:hover .jx-715-index-5-scroll-area::-webkit-scrollbar-track {
        background: #222222;
        }



        .jx-788-1-wrapper {
          position: relative;
          width: 100%;
          max-width: 1560px;
          margin: 180px auto;
          padding-top: 40px;
          margin-bottom: 50px;
        }
    
        .jx-788-1-circle-bg {
          width: 100%;
          max-width: 1200px;
          height: auto;
          margin: 0 auto;
          background: url('../static/xjim/homeP5.webp') no-repeat center;
          background-size: contain;
          aspect-ratio: 2 / 1;
          position: relative;
        }
    
        .jx-788-1-item {
          position: absolute;
          width: 300px;
          font-size: 14px;
          text-align: left;
          line-height: 1.6;
          color: #333;
        }
    
        .jx-788-1-item h4 {
          color: #1c72fc;
        }
    
        .jx-788-1-item span {
          color: #000;
        }
    
        .jx-788-1-item.jx-788-1-i1,
        .jx-788-1-item.jx-788-1-i2,
        .jx-788-1-item.jx-788-1-i3,
        .jx-788-1-item.jx-788-1-i4 {
          text-align: right;
        }
    
        .jx-788-1-item h4 {
          font-size: 15px;
          font-weight: bold;
          margin-bottom: 6px;
        }
    
        .jx-788-1-i1 {
          bottom: 0%;
          left: -22%;
        }
    
        .jx-788-1-i2 {
          bottom: 26%;
          left: -20%;
        }
    
        .jx-788-1-i3 {
          top: 26%;
          left: -14%;
        }
    
        .jx-788-1-i4 {
          top: 0%;
          left: -6%;
        }
    
        .jx-788-1-i5 {
          top: -22%;
          left: 33%;
          text-align: center;
        }
    
        .jx-788-1-i6 {
          top: -14%;
          right: 9%;
        }
    
        .jx-788-1-i7 {
          top: 9%;
          right: -10%;
        }
    
        .jx-788-1-i8 {
          bottom: 36%;
          right: -19%;
        }
    
        .jx-788-1-i9 {
          bottom: 0%;
          right: -22%;
        }


        .jx-about78-01 {
          position: sticky;
          top: 0;
          height: 100vh;
          width: 100%;
          text-align: center;
          color: white;
      }

      .jx-about78-01:nth-child(3) {
          background: #0f0f17;
          z-index: 2;
      }

      .jx-about78-01:nth-child(4) {
          background: #0f0f17;
          z-index: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
      }
      .jx-about78-01:nth-child(5) {
          /* background: #0cc2f0; */
          z-index: 1;
      }

      .jx-about78-02 {
          position: relative;
          height: 900vh;
          /* 总高度，用于触发滚动 */
      }

      .jx-about78-03 {
          position: fixed;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: flex-start;
      }

      .jx-about78-04 {
        width: 60px;
        margin-bottom: 8px;
      }

      .jx-about78-05 {
          cursor: pointer;
          padding-left: 10px;
          border-left: 3px solid transparent;
          color: #666;
          font-size: 14px;
          color: #141414;
          line-height: 20px;
          margin-bottom: 10px;
          font-weight: 400;
          padding: 10px 12px;
          color: #fff;
          border-radius: 15px;
          background-color: #06f;
          transition: all .5s ease;
      }

      .jx-about78-05.active {
          border-left: 3px solid #007BFF;
          color: #000;
          font-weight: bold;
          background-color: #fff;
      }
      .jx-about78-06 {
          background: url('../static/xjim/bg-01.jpg') 50% 80%/cover no-repeat;
          z-index: 0;
          position: relative;
      }

      .jx-about78-07 {
          max-width: 700px;
          text-align: left;
          position: absolute;
          top: 40%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 14px;
          line-height: 30px;
          color: #fff;
          
      }



      .jx-about78-container {
          width: 100%;
          height: 100vh;
          overflow: hidden;
          }

      .jx-about78-left, .jx-about78-right {
          width: 50%;
          height: 100%;
          float: left;
          box-sizing: border-box;
      }

      .jx-about78-left {
          background-color: #fff;
          position: relative;
          float: left;
      }

      .jx-about78-left .jx-about78-content {
          position: absolute;
          top: 50%;
          left: 25%;
          width: 100%;
          text-align: center;
          transform: translateY(-50%);
          font-size: 20px;
          color: #333;
          margin: 0 auto;
          max-width: 600px;
      }
      .jx-about78-content h2{
          text-align: left;
          font-size: 24px;
          color: #000;
      }

      .dkejk{
          color: #6a6d69;
          margin-top: 20px;
          font-size: 14px;
          text-align: left;
      }

      .jx-about78-right {
          background-image: url('../static/xjim/bg-01.jpg');
          background-size: cover;
          background-position: center;
      }


      /*  */

      .jx-about78-3-container {
          width: 100%;
          height: 100vh;
          overflow: hidden;
          }

      .jx-about78-3-left, .jx-about78-3-right {
          width: 50%;
          height: 100%;
          float: left;
          box-sizing: border-box;
      }

      .jx-about78-3-left {
          background-color: #fff;
          position: relative;
          float: left;
      }

      .jx-about78-3-left .jx-about78-3-content {
          position: absolute;
          top: 50%;
          left: 10%;
          width: 100%;
          text-align: center;
          transform: translateY(-50%);
          font-size: 20px;
          color: #333;
          margin: 0 auto;
          max-width: 600px;
      }
      .jx-about78-3-content h2{
          text-align: left;
          font-size: 24px;
          color: #000;
      }

      .dkejk{
        color: #0c0c0c;
        margin-top: 20px;
        font-size: 16px;
        text-align: left;
      }

      .jx-about78-3-right {
          background-image: url('../static/xjim/bg-01.jpg');
          background-size: cover;
          background-position: center;
      }
      
      .jx-79-zhegai-page-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          padding: 100px 20px 101px;
          background-color: #000;
      }

      .jx-79-zhegai-h4 {
          color: #fff;
          letter-spacing: 2px;
          margin-bottom: 10px;
          font-size: 14px;
      }

      .jx-79-zhegai-h1 {
          color: #fff;
          font-size: 48px;
          margin: 0 0 50px;
      }

      .jx-79-zhegai-container {
          position: relative;
          max-width: 1000px;
          text-align: center;
          cursor: default;
          margin-bottom: 30px;
      }

      .jx-79-zhegai-base {
          font-size: 54px;
          font-weight: bold;
          color: #666;
          line-height: 1.2;
      }

      .jx-79-zhegai-highlight {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 54px;
          font-weight: bold;
          color: #fff;
          line-height: 1.2;
          background: radial-gradient(circle at var(--jx-79-zhegai-x, 50%) var(--jx-79-zhegai-y, 50%),
                  #fff 0px,
                  #fff 80px,
                  transparent 81px);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          pointer-events: none;
      }

      .jx-79-zhegai-author {
          margin: 20px 0 0px;
          color: #999;
      }

      .jx-79-zhegai-author strong {
          color: #fff;
      }

      .jx-79-zhegai-four-boxes {
          display: flex;
          justify-content: center;
          gap: 30px;
          max-width: 1500px;
          flex-wrap: wrap;
          margin-top: 50px;
      }

      .jx-79-zhegai-box {
          flex: 1 1 200px;
          /* background: #1a1a25; */
          color: #fff;
          padding: 20px 15px;
          border-radius: 8px;
          text-align: center;
          transition: background 0.3s ease, color 0.3s ease;
      }

      .jx-79-zhegai-box:hover {
          background: #6600ff;
          color: #fff;
      }

      .jx-79-zhegai-box .jx-79-zhegai-icon {
          font-size: 70px;
          color: #8b5cf6;
          margin-bottom: 35px;
          transition: transform 0.3s ease, color 0.3s ease;
      }

      .jx-79-zhegai-box:hover .jx-79-zhegai-icon {
          transform: scale(1.1);
          color: #fff;
      }


      .jx-79-zhegai-box:hover .jx-79-zhegai-box p{
          color: #fff;
      }


      .jx-79-zhegai-box h3 {
          margin: 0 0 10px;
          font-size: 20px;
      }

      .jx-79-zhegai-box p {
          margin: 0;
          font-size: 14px;
          color: #aaa;
      }

      .jx-710-8-bg {
        background-color: #f5f5f5;
      }
  
  
      .jx-710-8-subtitle {
        font-size: 18px;
        color: #ddd;
        margin-bottom: 40px;
      }
  
      .jx-710-8-card {
        background: rgba(255, 255, 255, 0.95);
        color: #000;
        border-radius: 30px;
        padding: 30px;
        transition: transform 0.3s, box-shadow 0.3s;
        height: 100%;
      box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
      }
  
      .jx-710-8-card:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        background: #fff;
        color: #156bff;
      }
  
      .jx-710-8-card .jx-710-8-icon {
        color: #156bff;
        font-size: 40px;
        margin-bottom: 20px;
        transition: transform 0.5s ease;
        display: inline-block;
      }
  
      .jx-710-8-card:hover .jx-710-8-icon {
        transform: rotate(20deg) scale(1.2);
      }
  
      .jx-710-8-card h3 {
          font-size: 23px;
          margin: 0 0 20px;
          font-weight: 700;
      }
  
      .jx-710-8-card p {
        font-size: 15px;
        color: #666;
        margin: 0 0 20px;
        line-height: 1.8;
      }
  
      .jx-710-8-card a {
          text-decoration: none;
          color: #000000;
          font-weight: bold;
          font-size: 14px;
          display: inline-flex;
          align-items: center;
          gap: 5px;
          transition: all 0.3s ease;
          border-bottom: 1px solid #000000;
      }
  
      .jx-710-8-card a::after {
        content: "→";
        display: inline-block;
        transition: transform 0.3s ease;
      }
  
      .jx-710-8-card:hover a::after {
        transform: translateX(3px);
      }
      .jx-710-8-bg1{
          background: url(static/xjim/bg-shape1.png) no-repeat;
          background-size: cover;
      }

       
.about-structure{
  position: relative;
}
.about-zuzhijiagou-top{
    position: absolute;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    top: 21.8%;
    left: 32%;
}
.about-zuzhijiagou-left{
    position: absolute;
    font-size: 20px;
    color: #ffa77f;
    font-weight: 400;
    top: 46%;
    left: 5%;
}
.about-zuzhijiagou-department.first{
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  top: 1.8%;
  left: 67%;
}
.about-zuzhijiagou-department.second{
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  top: 18%;
  left: 67%;
}
.about-zuzhijiagou-department.third{
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  top: 33.5%;
  left: 67%;
}
.about-zuzhijiagou-department.fourth{
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  top: 49.5%;
  left: 67%;
}
.about-zuzhijiagou-product.first{
  position: absolute;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    top: 64.5%;
    left: 67%;
}
.about-zuzhijiagou-product.second{
  position: absolute;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    top: 80.5%;
    left: 67%;
}
.about-zuzhijiagou-product.third{
  position: absolute;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    top: 93.5%;
    left: 67%;
}
.w-70{
    width: 70%;
}

.jx-contact-712-section {
  background: #f5f7fa;
  padding: 60px 0;
}

.jx-contact-712-title-bg {
  position: absolute;
  top: -51px;
  left: 8px;
  font-size: 75px;
  color: #cfcfcfbf;
  letter-spacing: 4px;
  z-index: 0;
}

.jx-contact-712-box {
  background: #0c0c0c;
  border-radius: 8px;
  padding: 35px 15px;
  box-shadow: 0 2px 5px rgb(110 108 108 / 63%);
  text-align: left;
  color: #fff;
  /* transform: 2s all ease; */
  transition: all 0.8s ease;
}
.jx-contact-712-box h5{
  font-size: 20px;
  margin-bottom: 20px;
}
.jx-contact-712-box:hover {
  background-color: #156bff;
  border-radius: 20px;
}

.jx-contact-712-box img {
  width: 40px;
}

.jx-contact-712-ewerer {
  z-index: 2;
  color: #333;
  font-size: 43px;
}

.jx-contact-712-box i {
  color: #156bff;

}

.jx-contact-712-box:hover i {
  color: #fff;
}

.jx-712-con-57 {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 6px 8px;
  font-size: 15px;
}



.jx-contact-712-ico-wrapper {
  cursor: pointer;
}

/* 文案默认隐藏，宽度 0 */
.jx-contact-712-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  transition: max-width 2s ease, opacity 2s ease;
  margin-left: 6px;
  color: #333;
  font-weight: 500;
}

/* 图片默认隐藏 */
.jx-contact-712-img {
  max-height: 0;
  opacity: 0;
  transition: max-height 2s ease, opacity 2s ease;
}

/* 悬停时展开 */
.jx-contact-712-ico-wrapper:hover .jx-contact-712-text {
  max-width: 100px;
  /* 控制文案最大宽度 */
  opacity: 1;
}

.jx-contact-712-ico-wrapper:hover .jx-contact-712-img {
  max-height: 120px;
  opacity: 1;
}


.jx-contact-712-ico-wrapper {
  cursor: pointer;
}

.jx-contact-712-inline {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 2s ease;
}

/* 默认隐藏 */
.jx-contact-712-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  transform: translate(0, 0);
  transition: max-width 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
  margin-left: 6px;
  color: #fff;
  font-weight: 500;
}

/* 图片默认隐藏 */
.jx-contact-712-img {
  max-height: 0;
  opacity: 0;
  transform: translate(0, 0);
  transition: max-height 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
}

/* 悬停时 */
.jx-contact-712-ico-wrapper:hover .jx-contact-712-inline {
  background-color: #007bff;
  padding: 4px 25px;
}

.jx-contact-712-ico-wrapper:hover i {
  color: #fff;
}

.jx-contact-712-ico-wrapper:hover .jx-contact-712-text {
  max-width: 100px;
  opacity: 1;
  transform: translate(10px, 0);
  /* 向右滑出 */
}

.jx-contact-712-ico-wrapper:hover .jx-contact-712-img {
  max-height: 150px;
  opacity: 1;
  transform: translate(0, 10px);
  /* 向下滑出 */
  width: 100%;
  background-color: #ffffff8f;
  padding: 10px;
  margin-top: 0px;
}

.jx-710-4bankuai-1-card-1 {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 165px;
  animation: fadeInUp 0.8s ease forwards;
}

.jx-710-4bankuai-1-card-1:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: #2776ff;
}

.jx-710-4bankuai-1-card-1:hover .jx-710-4bankuai-1-title {
  color: #fff;
}

.jx-710-4bankuai-1-card-1:hover .jx-710-4bankuai-1-text-1 {
  color: #fff;
}

.jx-710-4bankuai-1-card-1:hover .jx-710-4bankuai-1-line {
  background-color: #fff;
}

.jx-710-4bankuai-1-card-1:hover .jx-710-4bankuai-1-icon i {
  color: #fff;
}
.jkejkjkere{
  margin-top: 5px;
  font-size: 16px;
}

.jx-710-4bankuai-1-icon i {
  font-size: 50px;
  color: #2776ff;
  margin-bottom: 20px;
}

.jx-710-4bankuai-1-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
  color: #333;
}

.jx-710-4bankuai-1-text-1 {
  font-size: 17px;
  color: #333;
  margin-bottom: 2px;
}

.jx-710-4bankuai-1-pattern-1 {
  position: absolute;
  right: 6%;
  bottom: 31%;
  width: 70px;
  opacity: 1;
  pointer-events: none;
}

.jx-710-4bankuai-1-line {
  border: none;
  width: 40px;
  height: 3px;
  background: #2776ff;
  margin-top: 4px;
  opacity: 1;
  transition: all 0.4s ease;
}

/* 淡入动画 */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .jx-710-4bankuai-1-card-1 {
      padding: 20px 15px;
      min-height: auto;
  }

  .jx-710-4bankuai-1-icon i {
      font-size: 36px;
      margin-bottom: 10px;
  }

  .jx-710-4bankuai-1-title {
      font-size: 20px;
  }

  .jx-710-4bankuai-1-text-1 {
      font-size: 13px;
  }

  .jx-710-4bankuai-1-pattern-1 {
      width: 100px;
  }
}


.jx-715-news-card {
  border-radius: 1px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease, border-radius 0.3s ease;
}

.jx-715-news-card:hover {
  transform: translateY(-4px);
  border-radius: 10px;
}

.jx-715-news-card-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.jx-715-news-card:hover .jx-715-news-card-img {
  transform: scale(1.1);
}

.jx-715-news-card-body {
  padding: 45px 20px;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.jx-715-news-card-date {
  font-size: 20px;
  color: #156BFF;
  margin-bottom: 10px;
  font-weight: 400;
  transition: color 0.4s ease;
}

.jx-715-news-card-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
  transition: color 0.4s ease;
}

.jx-715-news-card-title span {
  font-weight: bold;
  color: #000;
  transition: color 0.4s ease;
}

.jx-715-news-card-link {
  font-size: 14px;
  color: #888;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.4s ease;
}

/* icon 的动画 */
.jx-715-news-card-link i {
  transition: transform 0.4s ease;
}

/* 下划线动画 */
.jx-715-news-card-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: currentColor;
  transition: width 0.4s ease;
}

.jx-715-news-card-link:hover {
  color: #fff;
}

.jx-715-news-card:hover .jx-715-news-card-body {
  background-color: #007bff;
}

.jx-715-news-card:hover .jx-715-news-card-date,
.jx-715-news-card:hover .jx-715-news-card-title,
.jx-715-news-card:hover .jx-715-news-card-title span,
.jx-715-news-card:hover .jx-715-news-card-link {
  color: #fff;
}

.jx-715-news-card:hover .jx-715-news-card-link i {
  transform: translateX(4px);
}

.jx-715-news-card:hover .jx-715-news-card-link::after {
  width: 100%;
}

.jx-715-news-header {
  background-color: #f6f8fb;
  padding: 40px 20px;
  text-align: center;
}

.jx-715-news-subtitle {
  color: #156BFF;
  font-size: 18px;
}

.jx-715-news-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0px;
}

.jx-715-news-controls {
  background-color: #f6f8fb;
  padding: 20px;
}

.jx-715-news-btn {
  background-color: #156BFF;
  color: #fff;
  padding: 8px 20px;
  border: none;
  transition: 0.3s;
}

.jx-715-news-btn:hover {
  background-color: #004bbb;
}

.jx-715-news-search {
  max-width: 250px;
}

.jx-715-news-search input {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 6px 12px;
  width: 100%;
}

.jx-jkjekjkgjeke{
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
}


.jx-bg-fff {
  background-color: #fff;
  color: #000;
  padding: 40px;
}

.jx-78-h1 {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  opacity: 0.7;
  margin-bottom: 0;
}

.jx-78-h2 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.jx-78-h3 {
  color: #000;
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.jx-78-01 {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  opacity: 0.5;
}

.jx-78-02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.jx-78-03 {
  display: flex;
  gap: 10px;
}

.jx-78-04 {
  width: 50px;
  /* height: 36px; */
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.jx-78-04 img{
  width: 100%;
  /* background-color: #165594; */
  border-radius: 6px;
}

.jx-78-05 {
  flex: 1;
}

.jx-78-06 {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 8px;
  background-color: #c00000;
  padding: 2px 8px;
  border-radius: 6px;
}

.jx-78-07 {
  font-size: 12px;
  color: #000;
  margin-top: 4px;
  display: none;
}
.jx-78-span{
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
/* 节后回来其他页面结束 */













/* 手机端开始 */

@media (max-width: 768px) {
  .jx-4455-hero{
    display: none;
  }

  .custom-banner {
    height: 24vh;
  }
  .custom-slide {
    height: 24vh;
}

  .jx-79-13 {
      width: calc(50% - 10px);
  }
  .jx-79-14 h3
  {
      font-size: 15px;
      line-height: 24px;
      font-weight: 500;
      color: #191919;
  }
  .jx-79-14 p
    {
        font-size: 13px;
    }
  .jx-79-15 span{
    font-size: 12px;
  }
  .jx-79-08 button {
    padding: 5px 19px;
    font-size: 12px;
  }
  .jx-footer-icons {
    flex-wrap: wrap;
    gap: 10px; /* 可选：行列间距 */
  }

  .jx-footer-icons > div {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
  }

  .jx-footer-middle {
    flex-direction: column;
    gap: 10px;
    padding: 0px;
  }

  .jx-footer-section {
    width: 100% !important;
    min-width: auto;
  }

  .jx-footer-section-1 {
    width: 100% !important;
    border: none !important;
    padding: 0px;
  }


  .jx-footer-middle {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .jx-footer-middle .jx-footer-section {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .jx-footer-middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .jx-footer-app-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 10px 0;
  }

  .jx-footer-app-header img {
    width: 40px;
    height: 40px;
  }

  .jx-footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .jx-social-item > span {
    width: 30px;
    height: 30px;
  }

  .jx-footer-bottom {
    display: block !important;
    flex-direction: column;
    font-size: 12px;
    padding: 10px 0;
  }

  .jx-footer-bottom-left,
  .jx-footer-bottom-right {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .jx-79-hezi4-section {
    width: 100%;
    padding: 20px 10px;
  }

  .jx-79-hezi4-top-box {
    flex-direction: column;
    gap: 10px;
  }

  .jx-79-hezi4-top-left,
  .jx-79-hezi4-top-right {
    width: 100%;
  }

  .jx-79-hezi4-h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .jx-79-hezi4-span {
    font-size: 14px;
  }

  .jx-79-hezi4-bottom-box {
    flex-direction: column;
  }

  .jx-79-hezi4-left-tabs,
  .jx-79-hezi4-right-content {
    width: 100%;
    padding: 15px;
  }

  .jx-79-hezi4-left-tabs div {
    font-size: 18px;
    padding: 10px 0;
  }

  .jx-79-hezi4-content-item {
    flex-direction: column;
    text-align: center;
  }

  .jx-79-hezi4-content-item img {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 240px;
  }

  .jx-79-hezi4-content-item h3 {
    font-size: 20px;
  }

  .jx-79-hezi4-text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .jx-715-index-5-section-title h2 {
    font-size: 20px;
  }
  .jx-715-index-5-section-title h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .jx-715-index-5-card{
    padding: 40px 20px;
  }
  .indTitle {
    font-size: 22px;
    margin: 5px auto;
  }
  .indexP4 {
    padding: 0.2rem 0.3rem 0.4rem;
  }
  .indexP4 .tab2 {
    padding-top: 0.1rem;
  }
  .indexP4 .tab2 li{
    margin-bottom: 5px;
  }
  .indexP4 .item .info {
    padding: 0.2rem 0.2rem;
  }
  .indexP4 .item .content {
    height: 1.84rem;
  }
  .jx-715-news-card-header{
    font-size: 20px;
    font-weight: 400;
    padding: 30px 15px;
  }
  .jx-715-news-card-header p{
    font-size: 12px;
  }
  .jx-715-news-card-body{
    padding: 30px 15px;
  }
  .jx-715-news-tab-btn{
    margin-bottom: 10px;
  }
  .jx-715-news-product-item h5{
    font-size: 16px;
  }
  .jx-715-news-section-title h2{
    font-size: 20px;
  }
  .jx-712-wnefoo-33-gertert{
    display: none !important;
  }
  .jz-Choose_norma{
    padding: 20px 0px;
  }
  .jz-Choose_norma .swiper.main-swiper {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-slide {
    padding: 20px 20px 12px;
  }
  .main-swiper .left-box h3 {
    font-size: 16px;
  }
  .main-swiper .left-box p{
    font-size: 15px;
  }
  .biaoti-jx-suoyou h2{
    font-size: 18px;
  }
  .biaoti-jx-suoyou p{
    font-size: 14px;
  }
  .m-b-20 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .jx-bg-fff {
    padding: 15px;
  }
  .PHMP1 .list ul {
    display: block;
  }
  .PHMP1 .list li{
    width: 50%;
  }
  .PHMP1 {
    padding: 0.5rem 0.3rem;
  }
  .jx-710-wenghua-3-card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .PHMP1 .list li .msg {
    font-size: 0.26rem;
    padding: 0 0.15rem;
  }
  .jkjkjkjgjkrr {
    font-size: 24px; /* 主数字小一点 */
  }

  .klkjkkspan {
    font-size: 14px;
  }

  .jktoooooo {
    font-size: 13px;
    line-height: 1.4;
  }

  .swiper-wrapper h3 {
    font-size: 20px; 
    margin-bottom: 20px;
  }

  .custom-tabs .jx--710-wenhua-nav-link {
    font-size: 16px;
  }

  .custom-tabs .jx--710-wenhua-nav-link .tab-number {
    font-size: 30px;
  }

  .jx-710-jiameng-1-nav-item {
    margin-left: 58px;
    width: 29%;
    margin-right: 0;
  }

  .jx-710-jiameng-2-text {
    font-size: 22px;
  }

  .jx-710-jiameng-2-number {
    font-size: 32px;
  }

  .extra-text {
    margin-bottom: 20px;
  }

  .extra-text a {
    font-size: 12px;
  }

  .swiper {
    width: 100%;
  }

  .swiper-slide img {
    max-width: 100%;
  }

  .tab-content {
    padding: 10px;
  }

  .container.py-4 .row.text-center .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .nav.ppoijjjfff {
    display: block;
  }
  .pageBanner .info {
    position: absolute;
    top: 5px;
    left: calc((100% - 91%) / 2);
    width: 90%; 
  }
  .pageBanner .txt {
    font-size: 27px;
    line-height: 30px;
  }
  .pageBanner .msg {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    width: 100%;
  }
  .pageBanner .btnDiv {
    padding-top: 15px;
  }
  .pageBanner .btnDiv a {
    font-size: 16px;
    width: 131px;
    height: 35px;
    line-height: 35px;
  }
  .custom-floating-footer {
    flex-wrap: wrap;
  }

  .custom-floating-footer .footer-box {
    width: 49% !important;
    margin-bottom: 10px;
  }
  .custom-floating-footer {
    position: absolute;
    bottom: -93px;
    left: 0;
    padding: 20px 15px;
    z-index: 1;
    display: none;
  }
  .custom-floating-footer .footer-box p{
    display: none;
    text-align: left;
  }
  .custom-floating-footer .footer-box h4{
    color: #191919;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .custom-banner-text{
    top: 32%;
    left: 9%;
  }
  .custom-banner-text h2{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .custom-banner-text p {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 29px;
  }
  .indexP1 .line2 li .name {
    line-height: 3em;
  }
  .indexP1 .line2 li {
    width: 24.8%;
  }
  .indexP1 {
    padding: .0rem 0;
    height: auto;
    padding-bottom: 20px;
  }
  .jx-788-1-wrapper{
    margin: 315px auto;
  }
.jx-788-1-item {
width: 140px;
font-size: 12px;
line-height: 1.4;
}

.jx-788-1-i1 {
top: -140%;
left: 5%;
text-align: left;
}

.jx-788-1-i2 {
top: -140%;
left: 58%;
text-align: left;
}

.jx-788-1-i3 {
top: -63%;
left: 5%;
text-align: left;
}

.jx-788-1-i4 {
top: -63%;
left: 58%;
text-align: left;
}

.jx-788-1-i5 {
top: 110%;
left: 5%;
text-align: center;
}

.jx-788-1-i6 {
top: 110%;
left: 58%;
text-align: left;
}

.jx-788-1-i7 {
top: 180%;
left: 5%;
text-align: left;
}

.jx-788-1-i8 {
top: 180%;
left: 58%;
text-align: left;
}

.jx-788-1-i9 {
top: 254%;
left: 5%;
text-align: left;
}
.indexP8 {
  padding: 3.5rem 0.3rem 0.5rem;
}
.jx-788-1-item h4 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
}



.jx-79-02 {
  flex-wrap: wrap;
  justify-content: center;
}

.jx-79-02 li {
  width: 30%; /* 每行三个 */
  text-align: center;
  font-size: 13px; /* 手机上字体稍小 */
  line-height: 1.4;
  box-sizing: border-box;
}

.jx-79-02 li:nth-child(3n) {
  margin-right: 0;
}
.jx-79-05 .jx-79-06 {
  width: 100%;
}

.aboutPart1 .list{
  display: none;
}
.jx-79-zhegai-base{
    font-size: 20px;
}

.pageBanner .content {
  font-size: 12px;
}
.pageBanner .wen {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  padding-bottom: 0px;
}

.pageBanner .name {
  font-size: 27px;
}
.jx-710-lishiban-2-top-left h2 {
  font-size: 20px;
}
.jx-710-lishiban-2-custom-section {
  padding: 19px 15px;
}

.jx-710-lishiban-2-top-box{
  display: none !important;
}
.m-b-80{
    margin-bottom: 40px;
}

.jx-710-lishiban-2-info-box{
    margin-bottom: 5px;
    padding: 5px;
}
.jx-710-lishiban-2-text-wrap h3 {
  margin: 6px 0 6px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.fone5r4545 {
  font-size: 22px;
}
.jx-710-8-card {
  padding: 19px;
}
.jx-710-8-card h3 {
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 500;
}
.jx-color-000{
    background-color: #1e1e1e;
    border-radius: 20px;
    margin: 8px;
}
.m-t-50 {
  margin-top: 20px;
}
.m-b-100 {
  margin-bottom: 50px;
}
.jx-710-container{
  display: none;
}

.jx-711-wenhua-1-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;=
}
.jx-711-wenhua-1-section {
  padding: 40px 0;
}
.jx-711-wenhua-1-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
}
.p-t-80 {
  padding-top: 40px;
}
.p-b-80 {
  padding-bottom: 39px;
}

}

/* 手机端结束 */

/* 自己电脑开始 */
.jx-4455-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
/* 固定底部蓝条 */
.jx-4455-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 102, 255, 0.95);
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 15px;
  z-index: 1;
}
/* hover 遮罩层 */
.jx-4455-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 255,1);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  text-align: center;
  padding: 20px;
  opacity: 0;
  z-index: 2;
}
.jx-4455-card:hover .jx-4455-overlay {
  opacity: 1;
}
.jx-4455-overlay h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.jx-4455-overlay p {
  font-size: 14px;
}

.jj-about-section-1 {
  padding: 60px 0;
}

.jj-about-title-1 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.jj-about-title-p{
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    line-height: 32px;
}

.jj-highlight-red-1 {
  color: #0062f5;
}

.jj-btn-readmore-1 {
  background: #333;
  color: #fff;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
}

.jj-contact-info-1 {
  margin-left: 20px;
  /* 和按钮保持间距 */
  color: #0062f5;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jj-btn-contact-row-1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.jj-about-img-1 {
  position: relative;
  text-align: center;
}

.jj-about-img-1 video {
  max-width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 10px;
}

.jj-red-shape-1 {
  position: absolute;
  background: red;
  width: 150px;
  height: 250px;
  border-radius: 70px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.jj-quote-box-1 {
  margin-top: 30px;
  font-size: 1rem;
  color: #333;
}
.jj-about-us-title-1{
  font-size: 18px;
  margin-bottom: 5px;
}
.jj-about-us-title-1::after {
  content: "";
  display: inline-block;
  width: 80px;
  /* 横线长度，可调整 */
  height: 2px;
  /* 横线粗细 */
  background-color: red;
  margin-left: 10px;
  /* 文字和横线的间距 */
  vertical-align: middle;
}

.jx-4455-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

/* 背景层：覆盖整个区块（含右侧文案列下方） */
.jx-4455-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
  /* 不挡交互 */
}

.jx-4455-bg.active {
  opacity: 1;
}

/* 可选的遮罩层，提升可读性（左暗右亮的渐变） */
.jx-4455-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .25) 45%, rgba(0, 0, 0, 0) 80%);
  pointer-events: none;
  z-index: 1;
}

/* 前景内容栅格 */
.jx-4455-foreground {
  position: relative;
  z-index: 2;
  /* 盖在背景上面 */
  height: 100%;
}

/* 左侧内容容器：承载四套文案面板 */
.jx-4455-left {
  position: relative;
  height: 100%;
  color: #fff;
}

.jx-4455-pane {
  position: absolute;
  inset: 0;
  padding: 100px 50px 27px 150px;
  display: none;
  animation: jx-4455-fade .5s ease forwards;
}

.jx-4455-pane.active {
  display: block;
}

@keyframes jx-4455-fade {
  from {
      opacity: 0;
      transform: translateY(12px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.jx-4455-subtitle {
  font-size: 25px;
  /* letter-spacing: .08em; */
  opacity: .9;
  margin-bottom: 10px;
}

.jx-4455-title {
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: .75rem;
}

.jx-4455-desc {
  max-width: 700px;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.7;
  opacity: .95;
}

.jx-4455-btn {
  margin-top: 18px;
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  background: #0d6efd;
  color: #fff;
}

.jx-4455-btn:hover {
  filter: brightness(1.05);
}

/* 右侧文案列表 */
.jx-4455-right {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px;
}

.jx-4455-list {
  width: 100%;
  height: 70vh;
}

.jx-4455-item {
  padding: 16px 14px;
  background: rgba(0, 0, 0, .38);
  /* 默认半透明，能透出背后整屏背景 */
  color: #fff;
  border: 2px solid transparent;
  /* hover/active 变白边 */
  cursor: pointer;
  user-select: none;
  transition: all .25s ease;
  backdrop-filter: saturate(120%) blur(0.5px);
  height: 25%;
  border: 1px solid #ffffff9e;
  display: flex;              /* 关键点 */
  justify-content: center;    /* 水平居中 */
  align-items: center;        /* 垂直居中 */
  text-align: center;         /* 多行文字也居中 */
  font-size: 22px;
  /* 轻微质感 */
}

.jx-4455-item:hover,
.jx-4455-item.active {
  background: #0d6efd;
  /* 选中/悬停变蓝 */
  border-color: #fff;
  /* 白色边框 */
  color: #fff;
}

/* 响应式：小屏改为上下堆叠，右侧移到下方 */
@media (max-width: 767.98px) {
  .jx-4455-hero {
      height: 85vh;
  }

  .jx-4455-right {
      align-items: flex-start;
      padding: 12px 16px;
  }

  .jx-4455-item {
      margin: 8px 0;
  }
}
/* 自己电脑结束 */

  /* 新闻开始 */
  .jx-88-01-news {
    background: #fff;
    border-radius:6px;
    overflow:hidden;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    margin-bottom: 26px;
  }

  /* 左图 */
  .jx-88-01-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
  }

  /* 时间 */
  .jx-88-01-date {
    text-align:center;
    line-height:1;
    color:#222;
  }
  .jx-88-01-date .day {
    font-size:44px;
    font-weight:700;
    letter-spacing:2px;
  }
  .jx-88-01-date .ym {
    display:block;
    font-size:12px;
    color: #9aa1a6;
    margin-top:6px;
  }

  /* 文案 */
  .jx-88-01-title {
    font-size:20px;
    font-weight:600;
    margin:0 0 10px 0;
    color:#222;
    transition: color .22s ease;
  }
  .jx-88-01-desc {
    color:#666;
    font-size:14px;
    margin-bottom:12px;
  }
  .jx-88-01-tags .tag {
    display:inline-block;
    background:#f4f6f7;
    color:#777;
    font-size:12px;
    padding:6px 10px;
    border-radius:16px;
    margin-right:8px;
  }

  /* 箭头 */
  .jx-88-01-arrow {
    width:54px;
    height:54px;
    border-radius:4px;
    border:1px solid #e6e6e6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#9aa1a6;
    transition: background .22s ease, color .22s ease, transform .18s ease, border-color .22s ease;
  }

  /* hover 效果 */
  .jx-88-01-news:hover .jx-88-01-title {
    color: #156bff;
  }
  .jx-88-01-news:hover .jx-88-01-arrow {
    background: #156bff;
    color: #fff;
    border-color: #156bff;
    transform: translateX(6px);
  }
  .jx-88-01-news img{
    width: 100%;
  }
/* 新闻结束 */


















































































































